mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] Don't start APM/Profiling cypress if pre-checks don't pass (#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.
This commit is contained in:
parent
706bc5b827
commit
90d768be9b
1 changed files with 0 additions and 2 deletions
|
@ -487,7 +487,6 @@ steps:
|
|||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 3
|
||||
retry:
|
||||
|
@ -503,7 +502,6 @@ steps:
|
|||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 3
|
||||
retry:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue