Skip to content

Commit 7a317e9

Browse files
committed
Use correct dependency step name and comment out
1 parent 7befe92 commit 7a317e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ steps:
330330

331331
- group: "FRH:FIPS"
332332
key: integration-tests-fips
333-
depends_on:
334-
- integration_ess # FIXME: replace with integration_frh when such an environment is available
333+
# depends_on:
334+
# - integration_frh # FIXME: uncomment once integration_frh and frh_cleanup steps are implemented
335335
steps:
336336
- label: "x86_64:non-sudo: {{matrix}}"
337337
depends_on: packaging-ubuntu-x86-64
@@ -495,6 +495,7 @@ steps:
495495

496496
# FIXME: implement when implementing integration-frh above
497497
# - label: ECH FRH stack cleanup
498+
# key: frh-cleanup
498499
# depends_on:
499500
# - integration-tests-fips
500501
# allow_dependency_failure: true

0 commit comments

Comments
 (0)