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

Delete old integration tests #2575

Merged
merged 3 commits into from
Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.