From 3b5de1512fd2da63d0c9256d95daf1f2100f3f5b Mon Sep 17 00:00:00 2001 From: Stavros Kroustouris Date: Wed, 10 Jan 2024 16:31:39 +0200 Subject: [PATCH 1/2] Update arguments for e2e pipeline --- .buildkite/pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d6670b646..186852ff7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -157,9 +157,7 @@ steps: 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 + SERVICE: fleet depends_on: - step: "publish" From b70140cdcc8a804ba6456e7b5b67fb562881d9c7 Mon Sep 17 00:00:00 2001 From: Stavros Kroustouris Date: Fri, 12 Jan 2024 16:07:26 +0200 Subject: [PATCH 2/2] the service config path is not needed anymore --- .buildkite/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 186852ff7..18f45a4c4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -156,7 +156,6 @@ steps: 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 SERVICE: fleet depends_on: - step: "publish"