Skip to content

Commit c910583

Browse files
committed
Keep ESS stack after CI run for troubleshooting
1 parent 2f2631b commit c910583

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -682,51 +682,51 @@ steps:
682682
- *google_oidc_plugin
683683
- *gcp_serverless_secrets_plugin
684684

685-
- label: ESS stack cleanup
686-
depends_on:
687-
- integration-tests-ubuntu
688-
- integration-tests-win
689-
- integration-tests-rhel
690-
- integration-tests-kubernetes
691-
- extended-integration-tests
692-
- integration-tests-debian
693-
allow_dependency_failure: true
694-
command: |
695-
buildkite-agent artifact download "test_infra/ess/**" . --step "integration-ess"
696-
ls -lah test_infra/ess
697-
.buildkite/scripts/steps/ess_down.sh
698-
agents:
699-
image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
700-
useCustomGlobalHooks: true
701-
plugins:
702-
- *vault_ec_key_prod
703-
- label: Aggregate test reports
704-
# Warning: The key has a hook in pre-command
705-
key: aggregate-reports
706-
depends_on:
707-
- integration-tests-ech
708-
- integration-tests-ubuntu
709-
- integration-tests-win
710-
- integration-tests-rhel
711-
- integration-tests-kubernetes
712-
- integration-tests-serverless
713-
- integration-tests-debian
714-
allow_dependency_failure: true
715-
command: |
716-
buildkite-agent artifact download "build/*.xml" .
717-
buildkite-agent artifact download "build\*.xml" .
718-
agents:
719-
image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
720-
useCustomGlobalHooks: true
721-
soft_fail:
722-
- exit_status: "*"
723-
plugins:
724-
- elastic/vault-secrets#v0.1.0:
725-
path: "kv/ci-shared/platform-ingest/buildkite_analytics_token"
726-
field: "token"
727-
env_var: "BUILDKITE_ANALYTICS_TOKEN"
728-
- test-collector#v1.11.0:
729-
files: "build/*.xml"
730-
format: "junit"
731-
branches: "main"
732-
debug: true
685+
# - label: ESS stack cleanup
686+
# depends_on:
687+
# - integration-tests-ubuntu
688+
# - integration-tests-win
689+
# - integration-tests-rhel
690+
# - integration-tests-kubernetes
691+
# - extended-integration-tests
692+
# - integration-tests-debian
693+
# allow_dependency_failure: true
694+
# command: |
695+
# buildkite-agent artifact download "test_infra/ess/**" . --step "integration-ess"
696+
# ls -lah test_infra/ess
697+
# .buildkite/scripts/steps/ess_down.sh
698+
# agents:
699+
# image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
700+
# useCustomGlobalHooks: true
701+
# plugins:
702+
# - *vault_ec_key_prod
703+
# - label: Aggregate test reports
704+
# # Warning: The key has a hook in pre-command
705+
# key: aggregate-reports
706+
# depends_on:
707+
# - integration-tests-ech
708+
# - integration-tests-ubuntu
709+
# - integration-tests-win
710+
# - integration-tests-rhel
711+
# - integration-tests-kubernetes
712+
# - integration-tests-serverless
713+
# - integration-tests-debian
714+
# allow_dependency_failure: true
715+
# command: |
716+
# buildkite-agent artifact download "build/*.xml" .
717+
# buildkite-agent artifact download "build\*.xml" .
718+
# agents:
719+
# image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
720+
# useCustomGlobalHooks: true
721+
# soft_fail:
722+
# - exit_status: "*"
723+
# plugins:
724+
# - elastic/vault-secrets#v0.1.0:
725+
# path: "kv/ci-shared/platform-ingest/buildkite_analytics_token"
726+
# field: "token"
727+
# env_var: "BUILDKITE_ANALYTICS_TOKEN"
728+
# - test-collector#v1.11.0:
729+
# files: "build/*.xml"
730+
# format: "junit"
731+
# branches: "main"
732+
# debug: true

0 commit comments

Comments
 (0)