Update obs-onboarding cypress CI config (#186926)

- removes parallelism: 2 from step definition. The test suites are not
sharded.
- Updates the path used to trigger a test run. The previous path is out
of date.
This commit is contained in:
Jon 2024-06-26 09:15:03 -05:00 committed by GitHub
parent 08dc25b4ea
commit 985a28fd3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ steps:
- build
- quick_checks
timeout_in_minutes: 120
parallelism: 2
retry:
automatic:
- exit_status: '-1'

View file

@ -83,7 +83,7 @@ const getPipeline = (filename: string, removeSteps = true) => {
if (
(await doAnyChangesMatch([
/^x-pack\/plugins\/observability_onboarding/,
/^x-pack\/plugins\/observability_solution\/observability_onboarding/,
/^x-pack\/plugins\/fleet/,
])) ||
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')