chore(NA): reduce parallelism number on Serverless Security Cypress Tests (#165681)

This PR reduces the parallel number of workers that will run the
Serverless Security Cypress Tests as at least for now I don't think we
need `16`.
This commit is contained in:
Tiago Costa 2023-09-05 18:58:43 +01:00 committed by GitHub
parent 330cc8b215
commit 5a206e2c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 40
parallelism: 16
parallelism: 12
soft_fail: true
retry:
automatic:

View file

@ -105,7 +105,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 40
parallelism: 16
parallelism: 12
retry:
automatic:
- exit_status: '*'