Skip to content

Commit

Permalink
new TEST_REGEX
Browse files Browse the repository at this point in the history
Temporarily change default docker test
  • Loading branch information
mdsgabriel committed Mar 11, 2022
1 parent 3398000 commit 3c86faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ EKS_A_PLATFORMS ?= linux-amd64 linux-arm64 darwin-arm64 darwin-amd64
EKS_A_CROSS_PLATFORMS := $(foreach platform,$(EKS_A_PLATFORMS),eks-a-cross-platform-$(platform))
EKS_A_RELEASE_CROSS_PLATFORMS := $(foreach platform,$(EKS_A_PLATFORMS),eks-a-release-cross-platform-$(platform))

DOCKER_E2E_TEST := TestDockerKubernetes121SimpleFlow
DOCKER_E2E_TEST := TestDockerKubernetes122AWSIamAuth
LOCAL_E2E_TESTS ?= $(DOCKER_E2E_TEST)

export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.21.x
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e_test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

REPO_ROOT=$(git rev-parse --show-toplevel)
BIN_FOLDER=$REPO_ROOT/bin
TEST_REGEX="${1:-TestDockerKubernetes121SimpleFlow}"
TEST_REGEX="${1:-TestDockerKubernetes122AWSIamAuth}"

cat << EOF > config_file
[default]
Expand Down

0 comments on commit 3c86faf

Please sign in to comment.