diff --git a/.buildkite/pipeline.tests-qa.yaml b/.buildkite/pipeline.tests-qa.yaml index f2cfb1351..8aeda59ef 100644 --- a/.buildkite/pipeline.tests-qa.yaml +++ b/.buildkite/pipeline.tests-qa.yaml @@ -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} - diff --git a/.buildkite/pipeline.tests-staging.yaml b/.buildkite/pipeline.tests-staging.yaml index efd4f615b..b98183808 100644 --- a/.buildkite/pipeline.tests-staging.yaml +++ b/.buildkite/pipeline.tests-staging.yaml @@ -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} \ No newline at end of file + SERVICE_VERSION: ${SERVICE_VERSION:0:12} + SERVICE_REPOSITORY: docker.elastic.co/observability-ci/fleet-server