[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:
Jon 2023-10-19 16:02:42 -05:00 committed by GitHub
parent 60bb1f8da1
commit d6f237a3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'