Skip to content

Commit 95dc6bb

Browse files
Add comments for dependencies
1 parent 2fef8eb commit 95dc6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/bk.fips-integration.pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
steps:
1616
- label: Build and push custom elastic-agent image
1717
depends_on:
18-
- 'packaging-containers-x86-64-fips'
18+
- 'packaging-containers-x86-64-fips' # Reuse artifacts produced in .buildkite/integration.pipeline.yml
1919
key: integration-fips-cloud-image
2020
env:
2121
FIPS: "true"
@@ -50,7 +50,7 @@ steps:
5050
steps:
5151
- label: "fips:x86_64:non-sudo:{{matrix}}"
5252
depends_on:
53-
- packaging-ubuntu-x86-64-fips
53+
- packaging-ubuntu-x86-64-fips # Reuse artifacts produced in .buildkite/integration.pipeline.yml
5454
env:
5555
FIPS: "true"
5656
command: |

0 commit comments

Comments
 (0)