We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c09718 commit a8ea297Copy full SHA for a8ea297
.github/workflows/e2e-tests.yml
@@ -96,7 +96,7 @@ jobs:
96
# use the split tool to split the test suite into chunks and run the chunk corresponding to the matrix-id
97
# focus on those tests and skip tests marked as FLAKE
98
run: |
99
- E2E_TEST_NUM_CHUNKS=$(( ${{ strategy.job-total }} - 1 )) \
+ E2E_TEST_NUM_CHUNKS=$(( ${{ strategy.job-total }} )) \
100
GINKGO_OPTS="${GINKGO_OPTS} -focus '$(go run ./test/e2e/split/... -chunks $E2E_TEST_NUM_CHUNKS -print-chunk $E2E_TEST_CHUNK ./test/e2e)' -skip '\[FLAKE\]'" \
101
make e2e;
102
0 commit comments