[serverless] Don't run e2e tests before promoting to QA (#168596)

This commit is contained in:
Thomas Watson 2023-10-13 15:36:56 +02:00 committed by GitHub
parent 56c5ac95a3
commit 6220ee2dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ steps:
- label: ":releasethekraken: Release kibana"
# https://regex101.com/r/tY52jo/1
if: build.tag =~ /^deploy@\d+\$/
trigger: gpctl-promote-with-e2e-tests
trigger: gpctl-promote
build:
env:
SERVICE_COMMIT_HASH: "${BUILDKITE_COMMIT:0:12}"