Skip to content

Commit

Permalink
Add minor dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreya Anil Naik committed Nov 9, 2021
1 parent 8ae0ed8 commit 28822f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions scripts/run-new-integration-tests.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash



# This script runs integration tests on the EKS Amazon VPC CNI K8s
set -e

OS_OVERRIDE=$(go env GOOS)
pushd ./test/integration-new

echo "Running integration test with the following configuration:
Expand Down
2 changes: 0 additions & 2 deletions scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ source "$DIR"/lib/common.sh
source "$DIR"/lib/aws.sh
source "$DIR"/lib/cluster.sh
source "$DIR"/lib/integration.sh
source "$DIR"/run-new-integration-tests.sh
source "$DIR"/lib/performance_tests.sh

# Variables used in /lib/aws.sh
OS_OVERRIDE=$(go env GOOS)
OS=$(go env GOOS)
ARCH=$(go env GOARCH)

Expand Down

0 comments on commit 28822f6

Please sign in to comment.