Skip to content

Commit 453f062

Browse files
Temporarily redirect FIPS cloude2e tests to prod (#5536) (#5537)
* Temporarily redirect FIPS cloude2e tests to prod * Add requested comments (cherry picked from commit bc54df8) Co-authored-by: Michel Laterman <[email protected]>
1 parent 9fd4e19 commit 453f062

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,20 @@ steps:
283283
PLATFORMS: "linux/amd64"
284284
TF_VAR_pull_request: "${BUILDKITE_PULL_REQUEST}"
285285
FIPS: "true"
286-
EC_ENDPOINT: "https://api.staging.elastic-gov.com"
287-
TF_VAR_ess_region: "us-gov-east-1"
288-
TF_VAR_deployment_template_id: "aws-general-purpose"
286+
# PR #5536 redirects Cloud e2e test to prod as new deployments are not able to start on FRH-staging
287+
# The following env vars should be uncommented once FRH-staging is fixed
288+
#EC_ENDPOINT: "https://api.staging.elastic-gov.com"
289+
#TF_VAR_ess_region: "us-gov-east-1"
290+
#TF_VAR_deployment_template_id: "aws-general-purpose"
289291
command: ".buildkite/scripts/cloud_e2e_test.sh"
290292
agents:
291293
provider: "gcp"
292294
plugins:
293295
- *docker_elastic_login_plugin
294296
- elastic/vault-secrets#v0.1.0:
295-
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
297+
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
298+
# Use the commented path below instead of the one above when FRH-staging is fixed.
299+
#path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
296300
field: "apiKey"
297301
env_var: "EC_API_KEY"
298302
depends_on:

0 commit comments

Comments
 (0)