Skip to content

Commit

Permalink
[TLS-446] Remove old pipeline; new one handles all envs (#161459)
Browse files Browse the repository at this point in the history
## Summary

All environments are handled by the gpctl pipeline for kibana, once
elastic/serverless-gitops#340 gets merged.
  • Loading branch information
kroustou authored Jul 10, 2023
1 parent 0e0106a commit bf148fb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .buildkite/scripts/steps/artifacts/docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,6 @@ steps:
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)"
branches: main
build:
env:
IMAGE_TAG: "git-$GIT_ABBREV_COMMIT"
SERVICE: kibana-controller
NAMESPACE: kibana-ci
IMAGE_NAME: kibana-serverless
COMMIT_MESSAGE: "gitops: update kibana tag to elastic/kibana@$GIT_ABBREV_COMMIT"
EOF

else
Expand Down

0 comments on commit bf148fb

Please sign in to comment.