Skip to content

Commit

Permalink
[Fleet] Fix quality gates to use correct docker image (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Sep 20, 2023
1 parent 592515e commit 3468752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ steps:
CHECK_API_REQUEST_METRICS: true
SERVICE_TYPE_FIELD: service.name
SERVICE_VERSION: ${SERVICE_VERSION:0:12}
SERVICE_REPOSITORY: docker.elastic.co/observability-ci/fleet-server
- label: ":rocket: Run Smoke tests"
trigger: "fleet-smoke-tests"
build:
message: "${BUILDKITE_MESSAGE}"
env:
ENVIRONMENT: ${ENVIRONMENT}

3 changes: 2 additions & 1 deletion .buildkite/pipeline.tests-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ steps:
CONTAINER_NAME: fleet-server
CHECK_API_REQUEST_METRICS: true
SERVICE_TYPE_FIELD: service.name
SERVICE_VERSION: ${SERVICE_VERSION:0:12}
SERVICE_VERSION: ${SERVICE_VERSION:0:12}
SERVICE_REPOSITORY: docker.elastic.co/observability-ci/fleet-server

0 comments on commit 3468752

Please sign in to comment.