Skip to content

Commit 31aff2d

Browse files
Merge pull request #5940 from ggiguash/remove-upstream-scenarios-421
[release-4.21] USHIFT-6384: Remove upstream scenarios and blueprints
2 parents 183a7b6 + 3a6fb22 commit 31aff2d

18 files changed

+0
-392
lines changed

test/bin/ci_phase_iso_build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,13 @@ run_bootc_image_build() {
119119
if [[ "${CI_JOB_NAME}" =~ .*periodic.* ]]; then
120120
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer3-periodic
121121
fi
122-
if [[ "${CI_JOB_NAME}" =~ .*upstream.* ]]; then
123-
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer4-upstream
124-
fi
125122
if [[ "${CI_JOB_NAME}" =~ .*release.* ]]; then
126123
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer5-release
127124
fi
128125
else
129126
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer1-base
130127
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer2-presubmit
131128
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer3-periodic
132-
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer4-upstream
133129
$(dry_run) bash -x ./bin/build_bootc_images.sh -l ./image-blueprints-bootc/layer5-release
134130
fi
135131
}

test/image-blueprints-bootc/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,3 @@ Artifacts built in this layer cannot be cached as they depend on the current sou
4040
|group2| Average | Current source artifacts on RHEL used only in periodics
4141

4242
> Note: Total build times are up to 15 minutes.
43-
44-
## Bootc Upstream Layer
45-
46-
Artifacts built in this layer cannot be cached as they depend on the current sources.
47-
48-
|Group |Build Time|Description|
49-
|------|----------|-----------|
50-
|group1| Average | Current source prerequisites on CentOS used only in upstream
51-
|group2| Average | Current source artifacts on CentOS used only in upstream
52-
53-
> Note: Total build times are up to 15 minutes.

test/image-blueprints-bootc/layer4-upstream/group1/centos10-bootc.image-bootc

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/image-blueprints-bootc/layer4-upstream/group1/centos9-bootc.image-bootc

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/image-blueprints-bootc/layer4-upstream/group1/cos10-bootc-source.containerfile

Lines changed: 0 additions & 37 deletions
This file was deleted.

test/image-blueprints-bootc/layer4-upstream/group1/cos9-bootc-source.containerfile

Lines changed: 0 additions & 37 deletions
This file was deleted.

test/image-blueprints-bootc/layer4-upstream/group2/cos10-bootc-source-optionals.containerfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

test/image-blueprints-bootc/layer4-upstream/group2/cos9-bootc-source-isolated.containerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

test/image-blueprints-bootc/layer4-upstream/group2/cos9-bootc-source-optionals.containerfile

Lines changed: 0 additions & 33 deletions
This file was deleted.

test/scenarios-bootc/upstream/[email protected]

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)