Skip to content

Commit bc54df8

Browse files
Temporarily redirect FIPS cloude2e tests to prod (#5536)
* Temporarily redirect FIPS cloude2e tests to prod * Add requested comments
1 parent af8acb3 commit bc54df8

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
@@ -297,16 +297,20 @@ steps:
297297
PLATFORMS: "linux/amd64"
298298
TF_VAR_pull_request: "${BUILDKITE_PULL_REQUEST}"
299299
FIPS: "true"
300-
EC_ENDPOINT: "https://api.staging.elastic-gov.com"
301-
TF_VAR_ess_region: "us-gov-east-1"
302-
TF_VAR_deployment_template_id: "aws-general-purpose"
300+
# PR #5536 redirects Cloud e2e test to prod as new deployments are not able to start on FRH-staging
301+
# The following env vars should be uncommented once FRH-staging is fixed
302+
#EC_ENDPOINT: "https://api.staging.elastic-gov.com"
303+
#TF_VAR_ess_region: "us-gov-east-1"
304+
#TF_VAR_deployment_template_id: "aws-general-purpose"
303305
command: ".buildkite/scripts/cloud_e2e_test.sh"
304306
agents:
305307
provider: "gcp"
306308
plugins:
307309
- *docker_elastic_login_plugin
308310
- elastic/vault-secrets#v0.1.0:
309-
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
311+
path: "kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
312+
# Use the commented path below instead of the one above when FRH-staging is fixed.
313+
#path: "kv/ci-shared/platform-ingest/platform-ingest-ec-staging-gov"
310314
field: "apiKey"
311315
env_var: "EC_API_KEY"
312316
depends_on:

0 commit comments

Comments
 (0)