Continue on e2e failure

E2e tests has been flaky, with failfast and 2 scenarios tests are twice
as fragile. Any early failure of one of the scenarios cases second to be
canceled. Retryign always require running both scenarios.

Intead let's just wait as in other tests allowing us to retry
just the scenario that failed

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
Marek Siarkowicz 2023-10-10 21:08:14 +02:00
parent 900877648d
commit b8271d9c70
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: true
fail-fast: false
matrix:
target:
- linux-arm64-e2e

View File

@ -11,7 +11,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: true
fail-fast: false
matrix:
target:
- linux-amd64-e2e

View File

@ -10,7 +10,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: true
fail-fast: false
matrix:
target:
- linux-amd64-grpcproxy-integration