Skip to content

Commit

Permalink
Revert "[TLS-446] Update pipeline to use gpctl" (#160900)
Browse files Browse the repository at this point in the history
Reverts #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.
  • Loading branch information
kroustou authored Jun 29, 2023
1 parent 85c1e03 commit f8f712e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .buildkite/scripts/steps/artifacts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8f712e

Please sign in to comment.