We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb4928 commit dc765f4Copy full SHA for dc765f4
.buildkite/integration.pipeline.yml
@@ -182,7 +182,8 @@ steps:
182
# Temporarily disabled FIPS integration tests while we're encountering deployment creation
183
# issues in the FRH GovCloud Staging environment.
184
# Example: https://buildkite.com/elastic/elastic-agent-extended-testing/builds/10211#01995752-0966-4c21-874c-0894305ac091
185
-# - label: "Triggering custom FIPS integration tests"
186
-# depends_on:
187
-# - int-packaging
188
-# command: "buildkite-agent pipeline upload .buildkite/bk.integration-fips.pipeline.yml"
+ - if: false
+ label: "Triggering custom FIPS integration tests"
+ depends_on:
+ - int-packaging
189
+ command: "buildkite-agent pipeline upload .buildkite/bk.integration-fips.pipeline.yml"
0 commit comments