Skip to content

Commit

Permalink
Add depends-on condition for Rufio combine-images stage (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Dec 18, 2024
1 parent 101d14c commit afa54a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/tinkerbell/rufio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ BUILDSPEC_1_DEPENDS_ON_OVERRIDE=none
BUILDSPEC_1_VARS_KEYS=IMAGE_PLATFORMS
BUILDSPEC_1_VARS_VALUES=IMAGE_PLATFORMS
BUILDSPEC_1_ARCH_TYPES=LINUX_CONTAINER ARM_CONTAINER
BUILDSPEC_2_DEPENDS_ON_OVERRIDE=tinkerbell_rufio_linux_amd64 tinkerbell_rufio_linux_arm64

include $(BASE_DIRECTORY)/Common.mk

Expand Down
3 changes: 3 additions & 0 deletions projects/tinkerbell/rufio/buildspecs/batch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ batch:
IMAGE_TAG_SUFFIX: -arm64
- identifier: tinkerbell_rufio
buildspec: buildspecs/combine-images.yml
depend-on:
- tinkerbell_rufio_linux_amd64
- tinkerbell_rufio_linux_arm64
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
Expand Down
3 changes: 3 additions & 0 deletions release/staging-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,9 @@ batch:
IMAGE_TAG_SUFFIX: -arm64
- identifier: tinkerbell_rufio
buildspec: buildspecs/combine-images.yml
depend-on:
- tinkerbell_rufio_linux_amd64
- tinkerbell_rufio_linux_arm64
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
Expand Down

0 comments on commit afa54a2

Please sign in to comment.