Skip to content

Commit

Permalink
[ci] Don't start APM/Profiling cypress if pre-checks don't pass (elas…
Browse files Browse the repository at this point in the history
…tic#208569)

## Summary
https://buildkite.com/elastic/kibana-on-merge/builds/60136 shows how
even though some preliminary checks failed, some cypress tests started
after the build step was successful. It's probably because they had
explicit dependencies, but only on a subset of the pre-checks.
  • Loading branch information
delanni authored Jan 28, 2025
1 parent 706bc5b commit 90d768b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ steps:
provider: gcp
machineType: n2-standard-4
preemptible: true
depends_on: build
timeout_in_minutes: 120
parallelism: 3
retry:
Expand All @@ -503,7 +502,6 @@ steps:
provider: gcp
machineType: n2-standard-4
preemptible: true
depends_on: build
timeout_in_minutes: 120
parallelism: 3
retry:
Expand Down

0 comments on commit 90d768b

Please sign in to comment.