File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -285,20 +285,16 @@ steps:
285285 PLATFORMS : " linux/amd64"
286286 TF_VAR_pull_request : " ${BUILDKITE_PULL_REQUEST}"
287287 FIPS : " true"
288- # PR #5536 redirects Cloud e2e test to prod as new deployments are not able to start on FRH-staging
289- # The following env vars should be uncommented once FRH-staging is fixed
290- # EC_ENDPOINT: "https://api.staging.elastic-gov.com"
291- # TF_VAR_ess_region: "us-gov-east-1"
292- # TF_VAR_deployment_template_id: "aws-general-purpose"
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"
293291 command : " .buildkite/scripts/cloud_e2e_test.sh"
294292 agents :
295293 provider : " gcp"
296294 plugins :
297295 - *docker_elastic_login_plugin
298296 - elastic/vault-secrets#v0.1.0:
299- path : " kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
300- # Use the commented path below instead of the one above when FRH-staging is fixed.
301- # path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
297+ path : " kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
302298 field : " apiKey"
303299 env_var : " EC_API_KEY"
304300 depends_on :
You can’t perform that action at this time.
0 commit comments