Skip to content

Commit

Permalink
Changes integration test go mod to fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Courouble committed Apr 26, 2021
1 parent ec409b0 commit fb1c50d
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/lib/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ensure_ecr_repo() {
}

ensure_aws_k8s_tester() {
TESTER_RELEASE=${TESTER_RELEASE:-v1.5.7}
TESTER_RELEASE=${TESTER_RELEASE:-v1.5.9}
TESTER_DOWNLOAD_URL=https://github.com/aws/aws-k8s-tester/releases/download/$TESTER_RELEASE/aws-k8s-tester-$TESTER_RELEASE-$OS-$ARCH

# Download aws-k8s-tester if not yet
Expand Down
3 changes: 2 additions & 1 deletion scripts/lib/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ function up-test-cluster() {

echo -n "Configuring cluster $CLUSTER_NAME"
AWS_K8S_TESTER_EKS_NAME=$CLUSTER_NAME \
AWS_K8S_TESTER_EKS_LOG_COLOR=true \
AWS_K8S_TESTER_EKS_LOG_COLOR=false \
AWS_K8S_TESTER_EKS_LOG_COLOR_OVERRIDE=true \
AWS_K8S_TESTER_EKS_KUBECONFIG_PATH=$KUBECONFIG_PATH \
AWS_K8S_TESTER_EKS_KUBECTL_PATH=$KUBECTL_PATH \
AWS_K8S_TESTER_EKS_S3_BUCKET_NAME=$S3_BUCKET_NAME \
Expand Down
2 changes: 2 additions & 0 deletions test/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ replace k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.0.0-201908191442

replace k8s.io/sample-controller => k8s.io/sample-controller v0.0.0-20190819143301-7c475f5e1313

replace github.com/mholt/caddy => github.com/caddyserver/caddy v1.0.3

require (
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
Expand Down
Loading

0 comments on commit fb1c50d

Please sign in to comment.