Skip to content

Commit 58543e8

Browse files
committed
Explicitly prefix group steps
1 parent 7a317e9 commit 58543e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,12 @@ steps:
328328
image: "${IMAGE_RHEL_8}"
329329

330330

331-
- group: "FRH:FIPS"
331+
- group: "FRH+FIPS"
332332
key: integration-tests-fips
333333
# depends_on:
334334
# - integration_frh # FIXME: uncomment once integration_frh and frh_cleanup steps are implemented
335335
steps:
336-
- label: "x86_64:non-sudo: {{matrix}}"
336+
- label: "FRH+FIPS: x86_64:non-sudo: {{matrix}}"
337337
depends_on: packaging-ubuntu-x86-64
338338
command: |
339339
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64-fips'
@@ -351,7 +351,7 @@ steps:
351351
matrix:
352352
- default
353353

354-
- label: "x86_64:sudo: {{matrix}}"
354+
- label: "FRH+FIPS: x86_64:sudo: {{matrix}}"
355355
depends_on:
356356
- packaging-ubuntu-x86-64
357357
# due to deb group present in matrix tar.gz and deb packages artifacts are required
@@ -384,7 +384,7 @@ steps:
384384
- deb
385385
- container
386386

387-
- label: "arm:sudo: {{matrix}}"
387+
- label: "FRH+FIPS: arm:sudo: {{matrix}}"
388388
depends_on:
389389
- packaging-ubuntu-arm64
390390
command: |
@@ -417,7 +417,7 @@ steps:
417417
# - deb
418418
# - container
419419

420-
- label: "arm:non-sudo: {{matrix}}"
420+
- label: "FRH+FIPS: arm:non-sudo: {{matrix}}"
421421
skip: true
422422
depends_on:
423423
- packaging-ubuntu-arm64

0 commit comments

Comments
 (0)