Skip to content

Commit 3cfb0e0

Browse files
Add basic fips cloudE2E test
1 parent db5f46b commit 3cfb0e0

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ steps:
4444

4545
- group: "Performance test"
4646
key: "performance-test"
47+
depends_on: "check"
4748
steps:
4849
- label: "Run go benchmark for PR branch"
4950
key: "go-benchmark-pr"
@@ -84,10 +85,9 @@ steps:
8485
agents:
8586
provider: "gcp"
8687

87-
depends_on: "check"
88-
8988
- group: "Run tests"
9089
key: "tests"
90+
depends_on: "check"
9191
steps:
9292
- label: ":smartbear-testexecute: Run unit tests"
9393
key: unit-test
@@ -211,7 +211,28 @@ steps:
211211
allow_failure: false
212212
- step: "e2e-test"
213213
allow_failure: false
214-
depends_on: "check"
214+
215+
- label: ":gcloud: Cloud e2e FIPS Test"
216+
key: "cloud-e2e-fips-test"
217+
env:
218+
DOCKER_REGISTRY: "docker.elastic.co"
219+
DOCKER_BASE_IMAGE: "docker.elastic.co/beats-ci/elastic-agent-fips-cloud"
220+
DOCKER_IMAGE: "docker.elastic.co/beats-ci/elastic-agent-fips-cloud-fleet"
221+
DOCKER_IMAGE_TAG: "pr-${BUILDKITE_PULL_REQUEST}-${BUILDKITE_COMMIT:0:12}"
222+
SNAPSHOT: "true"
223+
PLATFORMS: "linux/amd64"
224+
TF_VAR_pull_request: "${BUILDKITE_PULL_REQUEST}"
225+
FIPS: "true"
226+
command: ".buildkite/scripts/cloud_e2e_test.sh"
227+
agents:
228+
provider: "gcp"
229+
depends_on:
230+
- step: "unit-test"
231+
allow_failure: false
232+
- step: "int-test"
233+
allow_failure: false
234+
- step: "e2e-test"
235+
allow_failure: false
215236

216237
- label: ":docker: Publish docker image"
217238
key: "publish"

0 commit comments

Comments
 (0)