Skip to content

Commit 07bfe96

Browse files
committed
Revert "Temporarily redirect FIPS cloude2e tests to prod (#5536)"
This reverts commit bc54df8.
1 parent 1103752 commit 07bfe96

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)