mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci/on-merge] Remove parallelism from profiling and apm tests (#169405)
These tests are not sharded across agents, and historical data is not captured for flaky tests. I'm leaving the pull request parallelism flags as is in case the goal is to prevent flakiness, but in both cases operations strongly prefers integration with the flaky test runner instead.
This commit is contained in:
parent
60bb1f8da1
commit
d6f237a3e6
1 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 4
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
|
@ -41,7 +40,6 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 4
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue