mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Revert "[TLS-446] Update pipeline to use gpctl" (#160900)
Reverts elastic/kibana#160508 gpctl clones the repo to verify the commit, but since cloning kibana is not trivial, ill revert for now, until we find a better way to handle the above on gpctl.
This commit is contained in:
parent
85c1e03d4f
commit
f8f712e855
1 changed files with 1 additions and 10 deletions
|
@ -83,18 +83,9 @@ echo "--- Trigger image tag update"
|
|||
if [[ "$BUILDKITE_BRANCH" == "$KIBANA_BASE_BRANCH" ]]; then
|
||||
cat << EOF | buildkite-agent pipeline upload
|
||||
steps:
|
||||
- label: ":argo: Update kibana image tag for kibana-controller using gpctl"
|
||||
async: true
|
||||
branches: main
|
||||
trigger: gpctl-promote
|
||||
build:
|
||||
env:
|
||||
SERVICE_COMMIT_HASH: $GIT_ABBREV_COMMIT
|
||||
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/kibana/config.yaml
|
||||
|
||||
- trigger: serverless-gitops-update-stack-image-tag
|
||||
async: true
|
||||
label: ":argo: Update image tag for Kibana using the legacy script (used in QA/Staging)"
|
||||
label: ":argo: Update image tag for Kibana"
|
||||
branches: main
|
||||
build:
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue