mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ci/serverless] Check CVE SLO status after build (#191112)
This commit is contained in:
parent
68a924411b
commit
93791dab4a
1 changed files with 6 additions and 0 deletions
|
@ -118,6 +118,12 @@ echo "--- Trigger image tag update"
|
|||
if [[ "$BUILDKITE_BRANCH" == "$KIBANA_BASE_BRANCH" ]] && [[ "${BUILDKITE_PULL_REQUEST:-false}" == "false" ]]; then
|
||||
cat << EOF | buildkite-agent pipeline upload
|
||||
steps:
|
||||
- label: "Trigger cve-slo-status pipeline for $KIBANA_IMAGE"
|
||||
trigger: cve-slo-status
|
||||
build:
|
||||
env:
|
||||
CONTAINER: "$KIBANA_IMAGE"
|
||||
soft_fail: true
|
||||
- label: ":argo: Update kibana image tag for kibana-controller using gpctl"
|
||||
branches: main
|
||||
trigger: gpctl-promote-with-e2e-tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue