Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2575 from 2opremio/remove-old-integration-tests
Browse files Browse the repository at this point in the history
Delete old integration tests
  • Loading branch information
2opremio authored Nov 4, 2019
2 parents 205705b + 5072a43 commit 703bd57
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 255 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ testdata/sidecar/.sidecar
docker/fluxy-dumbconf.priv
test/profiles
test/bin/
!test/bin/test-flux
test/e2e/bats

# Docs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test/bin/shellcheck: cache/$(CURRENT_OS_ARCH)/shellcheck-$(SHELLCHECK_VERSION)
test/bin/shfmt: cache/$(CURRENT_OS_ARCH)/shfmt-$(SHFMT_VERSION)

build/kubectl test/bin/kubectl build/kustomize test/bin/kustomize build/helm test/bin/helm test/bin/shellcheck test/bin/shfmt:
mkdir -p build
mkdir -p $(@D)
cp $< $@
if [ `basename $@` = "build" -a $(CURRENT_OS_ARCH) = "linux-$(ARCH)" ]; then strip $@; fi
chmod a+x $@
Expand Down
130 changes: 0 additions & 130 deletions test/bin/test-flux

This file was deleted.

98 changes: 0 additions & 98 deletions test/flux-deploy-all.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions test/helloworld-deployment.yaml

This file was deleted.

0 comments on commit 703bd57

Please sign in to comment.