mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
TLS-626 make sure that all the gpctl triggers are running the tests (#165594)
## Summary After chatting with the team, i realized that https://github.com/elastic/kibana/pull/165334 did not include the file this PR is updating. ## Note Another approach would be to keep the pipeline triggers as they are, but make sure the e2e tests have been run in parallel with any other tests during the CI process. This would potentially shorten the CI times since the e2e tests take around 40 minutes to run.
This commit is contained in:
parent
0fa2223cff
commit
5cb092d583
1 changed files with 4 additions and 1 deletions
|
@ -2,8 +2,11 @@ steps:
|
|||
- label: ":releasethekraken: Release kibana"
|
||||
# https://regex101.com/r/tY52jo/1
|
||||
if: build.tag =~ /^deploy@\d+\$/
|
||||
trigger: gpctl-promote
|
||||
trigger: gpctl-promote-with-e2e-tests
|
||||
build:
|
||||
env:
|
||||
SERVICE_COMMIT_HASH: "${BUILDKITE_COMMIT:0:12}"
|
||||
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/config.yaml
|
||||
SERVICE: kibana-controller
|
||||
NAMESPACE: kibana-ci
|
||||
IMAGE_NAME: kibana-serverless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue