We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ca8bf commit 2828898Copy full SHA for 2828898
1 file changed
.github/workflows/soak-tests.yml
@@ -33,6 +33,6 @@ jobs:
33
aws-region: us-west-2
34
- name: Run soak tests
35
run: |
36
- RUN_CNI_INTEGRATION_TESTS=false RUN_UBUNTU_TEST=true ./scripts/run-integration-tests.sh
+ RUN_CNI_INTEGRATION_TESTS=false RUN_SOAK_TEST=true RUN_UBUNTU_TEST=true ./scripts/run-integration-tests.sh
37
env:
38
AWS_DEFAULT_REGION: us-west-2
0 commit comments