Skip to content

Commit

Permalink
TLS-626 make sure e2e tests are being triggered before updating gitops (
Browse files Browse the repository at this point in the history
  • Loading branch information
kroustou authored Sep 1, 2023
1 parent 207c65f commit 762259f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,14 @@ steps:
- label: ":argo: Update fleet image tag for fleet-controller using gpctl"
async: true
branches: main
trigger: gpctl-promote
trigger: gpctl-promote-with-e2e-tests
build:
env:
SERVICE_COMMIT_HASH: ${BUILDKITE_COMMIT:0:12}
REMOTE_SERVICE_CONFIG: https://raw.githubusercontent.com/elastic/serverless-gitops/main/gen/gpctl/fleet/config.yaml
IMAGE_TAG: "git-${BUILDKITE_COMMIT:0:12}"
NAMESPACE: observability-ci
IMAGE_NAME: fleet-server
depends_on:
- step: "publish"

Expand Down

0 comments on commit 762259f

Please sign in to comment.