Skip to content

Commit

Permalink
[ci] Increase parallelism for Defend Workflow CY tests for 8.11 (#171850
Browse files Browse the repository at this point in the history
)

## Summary

Looks like Defend Workflow Cypress tests can fail because of timeout. On
`main`, their parallelism has already been increased to `10`, see:
- #169902

This should help with:
- #171230 
- #171421
  • Loading branch information
gergoabraham authored Nov 23, 2023
1 parent c0735c6 commit 8486122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/defend_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
queue: n2-4-virt
depends_on: build
timeout_in_minutes: 60
parallelism: 6
parallelism: 10
retry:
automatic:
- exit_status: '*'
Expand Down

0 comments on commit 8486122

Please sign in to comment.