Skip to content

Commit 2d49c12

Browse files
committed
Revert "remove parallel limit from e2e runners"
This reverts commit cd456e1.
1 parent cd456e1 commit 2d49c12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-and-e2e.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
runs-on: ubuntu-24.04
178178
environment: ${{ github.event.client_payload.stack || inputs.stack }}
179179
strategy:
180+
max-parallel: 15
180181
fail-fast: false
181182
matrix:
182183
test_file: ${{ fromJson(needs.discover-tests.outputs.test_matrix) }}
@@ -222,14 +223,11 @@ jobs:
222223
timeout_minutes: 10
223224
max_attempts: 2
224225
command: |
225-
curl -s -o playwright.config.ts https://raw.githubusercontent.com/opencrvs/e2e/refs/heads/k8s-integration/playwright.config.ts;
226226
export NODE_EXTRA_CA_CERTS=/tmp/letsencrypt-stg-root-x1.pem
227227
curl -s -o $NODE_EXTRA_CA_CERTS https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem;
228228
npx playwright test ./e2e/testcases/${{ matrix.test_file }}
229229
env:
230230
DOMAIN: '${{ needs.debug.outputs.domain }}'
231-
# TODO: remove this variable on Jul 30 2025, check Farajaland latest fix
232-
IGNORE_CA: '1'
233231
- id: ctrf_check
234232
if: always()
235233
run: |

0 commit comments

Comments
 (0)