diff --git a/test/bin/ci_phase_iso_build.sh b/test/bin/ci_phase_iso_build.sh index 46e963adb4..a431fadf98 100755 --- a/test/bin/ci_phase_iso_build.sh +++ b/test/bin/ci_phase_iso_build.sh @@ -68,7 +68,7 @@ update_build_cache() { $(dry_run) bash -x ./bin/build_images.sh -l ./image-blueprints/layer4-release # Build the bootc base layer and brew RPMs to be cached $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer1-base - $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer5-release + $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer4-release # Prepare for the cache upload by stopping composer services and cleaning # temporary artifacts @@ -129,14 +129,14 @@ run_bootc_image_build() { $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer3-periodic fi if [[ "${CI_JOB_NAME}" =~ .*upstream.* ]]; then - $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer4-upstream + $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer5-upstream fi else $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer1-base $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer2-presubmit $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer3-periodic - $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer4-upstream - $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer5-release + $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer5-upstream + $(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer4-release fi } diff --git a/test/image-blueprints-bootc/README.md b/test/image-blueprints-bootc/README.md index a167642bc7..76b0b3857f 100644 --- a/test/image-blueprints-bootc/README.md +++ b/test/image-blueprints-bootc/README.md @@ -41,24 +41,24 @@ Artifacts built in this layer cannot be cached as they depend on the current sou > Note: Total build times are up to 15 minutes. -## Bootc Upstream Layer +## Bootc Release Layer -Artifacts built in this layer cannot be cached as they depend on the current sources. +Artifacts built in this layer are cached as they depend on Brew RPM packages available only behind the VPN. |Group |Build Time|Description| |------|----------|-----------| -|group1| Average | Current source prerequisites on CentOS used only in upstream -|group2| Average | Current source artifacts on CentOS used only in upstream +|group1| Average | Bootc images from for release testing (EC, RC, z-stream, y-1, y-2) including all microshift RPMs. +|group2| Average | Bootc images from previous group plus special config (FIPS, tuned) and image installers. > Note: Total build times are up to 15 minutes. -## Bootc Release Layer +## Bootc Upstream Layer -Artifacts built in this layer are cached as they depend on Brew RPM packages available only behind the VPN. +Artifacts built in this layer cannot be cached as they depend on the current sources. |Group |Build Time|Description| |------|----------|-----------| -|group1| Average | Bootc images from for release testing (EC, RC, z-stream, y-1, y-2) including all microshift RPMs. -|group2| Average | Bootc images from previous group plus special config (FIPS, tuned) and image installers. +|group1| Average | Current source prerequisites on CentOS used only in upstream +|group2| Average | Current source artifacts on CentOS used only in upstream > Note: Total build times are up to 15 minutes. diff --git a/test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-lrel-optional.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew-lrel-optional.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew-lrel-optional.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew-lrel-optional.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group1/rhel100-bootc-brew.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel100-bootc-brew.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-lrel-optional.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-lrel-optional.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-lrel-optional.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-lrel-optional.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-nightly-with-optional.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-nightly-with-optional.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-nightly-with-optional.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-nightly-with-optional.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-y1-with-optional.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-y1-with-optional.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-y1-with-optional.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-y1-with-optional.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-y2-with-optional.containerfile b/test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-y2-with-optional.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group1/rhel96-bootc-brew-y2-with-optional.containerfile rename to test/image-blueprints-bootc/layer4-release/group1/rhel96-bootc-brew-y2-with-optional.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group2/rhel96-bootc-brew-lrel-fips.containerfile b/test/image-blueprints-bootc/layer4-release/group2/rhel96-bootc-brew-lrel-fips.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group2/rhel96-bootc-brew-lrel-fips.containerfile rename to test/image-blueprints-bootc/layer4-release/group2/rhel96-bootc-brew-lrel-fips.containerfile diff --git a/test/image-blueprints-bootc/layer5-release/group2/rhel96-bootc-brew-lrel-optional.image-bootc b/test/image-blueprints-bootc/layer4-release/group2/rhel96-bootc-brew-lrel-optional.image-bootc similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group2/rhel96-bootc-brew-lrel-optional.image-bootc rename to test/image-blueprints-bootc/layer4-release/group2/rhel96-bootc-brew-lrel-optional.image-bootc diff --git a/test/image-blueprints-bootc/layer5-release/group2/rhel96-bootc-brew-lrel-tuned.containerfile b/test/image-blueprints-bootc/layer4-release/group2/rhel96-bootc-brew-lrel-tuned.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer5-release/group2/rhel96-bootc-brew-lrel-tuned.containerfile rename to test/image-blueprints-bootc/layer4-release/group2/rhel96-bootc-brew-lrel-tuned.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group1/cos10-test-agent.containerfile b/test/image-blueprints-bootc/layer5-upstream/group1/cos10-test-agent.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group1/cos10-test-agent.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group1/cos10-test-agent.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group1/cos9-test-agent.containerfile b/test/image-blueprints-bootc/layer5-upstream/group1/cos9-test-agent.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group1/cos9-test-agent.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group1/cos9-test-agent.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group2/centos10-bootc.image-bootc b/test/image-blueprints-bootc/layer5-upstream/group2/centos10-bootc.image-bootc similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group2/centos10-bootc.image-bootc rename to test/image-blueprints-bootc/layer5-upstream/group2/centos10-bootc.image-bootc diff --git a/test/image-blueprints-bootc/layer4-upstream/group2/centos9-bootc.image-bootc b/test/image-blueprints-bootc/layer5-upstream/group2/centos9-bootc.image-bootc similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group2/centos9-bootc.image-bootc rename to test/image-blueprints-bootc/layer5-upstream/group2/centos9-bootc.image-bootc diff --git a/test/image-blueprints-bootc/layer4-upstream/group2/cos10-bootc-source.containerfile b/test/image-blueprints-bootc/layer5-upstream/group2/cos10-bootc-source.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group2/cos10-bootc-source.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group2/cos10-bootc-source.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group2/cos9-bootc-source.containerfile b/test/image-blueprints-bootc/layer5-upstream/group2/cos9-bootc-source.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group2/cos9-bootc-source.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group2/cos9-bootc-source.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group3/cos10-bootc-source-isolated.containerfile b/test/image-blueprints-bootc/layer5-upstream/group3/cos10-bootc-source-isolated.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group3/cos10-bootc-source-isolated.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group3/cos10-bootc-source-isolated.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group3/cos10-bootc-source-optionals.containerfile b/test/image-blueprints-bootc/layer5-upstream/group3/cos10-bootc-source-optionals.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group3/cos10-bootc-source-optionals.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group3/cos10-bootc-source-optionals.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group3/cos9-bootc-source-isolated.containerfile b/test/image-blueprints-bootc/layer5-upstream/group3/cos9-bootc-source-isolated.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group3/cos9-bootc-source-isolated.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group3/cos9-bootc-source-isolated.containerfile diff --git a/test/image-blueprints-bootc/layer4-upstream/group3/cos9-bootc-source-optionals.containerfile b/test/image-blueprints-bootc/layer5-upstream/group3/cos9-bootc-source-optionals.containerfile similarity index 100% rename from test/image-blueprints-bootc/layer4-upstream/group3/cos9-bootc-source-optionals.containerfile rename to test/image-blueprints-bootc/layer5-upstream/group3/cos9-bootc-source-optionals.containerfile