Skip to content

Commit ed4ed6d

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

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
@@ -289,16 +289,20 @@ steps:
289289
PLATFORMS: "linux/amd64"
290290
TF_VAR_pull_request: "${BUILDKITE_PULL_REQUEST}"
291291
FIPS: "true"
292-
EC_ENDPOINT: "https://api.staging.elastic-gov.com"
293-
TF_VAR_ess_region: "us-gov-east-1"
294-
TF_VAR_deployment_template_id: "aws-general-purpose"
292+
# PR #5536 redirects Cloud e2e test to prod as new deployments are not able to start on FRH-staging
293+
# The following env vars should be uncommented once FRH-staging is fixed
294+
#EC_ENDPOINT: "https://api.staging.elastic-gov.com"
295+
#TF_VAR_ess_region: "us-gov-east-1"
296+
#TF_VAR_deployment_template_id: "aws-general-purpose"
295297
command: ".buildkite/scripts/cloud_e2e_test.sh"
296298
agents:
297299
provider: "gcp"
298300
plugins:
299301
- *docker_elastic_login_plugin
300302
- elastic/vault-secrets#v0.1.0:
301-
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
303+
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
304+
# Use the commented path below instead of the one above when FRH-staging is fixed.
305+
#path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
302306
field: "apiKey"
303307
env_var: "EC_API_KEY"
304308
depends_on:

0 commit comments

Comments
 (0)