mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
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:
parent
08dc25b4ea
commit
985a28fd3b
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ steps:
|
|||
- build
|
||||
- quick_checks
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 2
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue