Skip to content

Commit a68839d

Browse files
fix: fleet-server-package-mbp CI step dependencies (#5446) (#5450)
(cherry picked from commit 5aa10ef) Co-authored-by: Panos Koutsovasilis <[email protected]>
1 parent 701081b commit a68839d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,5 +360,11 @@ steps:
360360
build:
361361
branch: "${BUILDKITE_BRANCH}"
362362
depends_on:
363-
- step: "release-test"
363+
- step: "package-x86-64-pr"
364+
allow_failure: false
365+
- step: "package-arm64-pr"
366+
allow_failure: false
367+
- step: "package-fips-x86-64-pr"
368+
allow_failure: false
369+
- step: "package-fips-arm64-pr"
364370
allow_failure: false

0 commit comments

Comments
 (0)