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 2fef8eb commit 95dc6bbCopy full SHA for 95dc6bb
.buildkite/bk.fips-integration.pipeline.yml
@@ -15,7 +15,7 @@ env:
15
steps:
16
- label: Build and push custom elastic-agent image
17
depends_on:
18
- - 'packaging-containers-x86-64-fips'
+ - 'packaging-containers-x86-64-fips' # Reuse artifacts produced in .buildkite/integration.pipeline.yml
19
key: integration-fips-cloud-image
20
env:
21
FIPS: "true"
@@ -50,7 +50,7 @@ steps:
50
51
- label: "fips:x86_64:non-sudo:{{matrix}}"
52
53
- - packaging-ubuntu-x86-64-fips
+ - packaging-ubuntu-x86-64-fips # Reuse artifacts produced in .buildkite/integration.pipeline.yml
54
55
56
command: |
0 commit comments