Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This repo is really confusing to work with because of all the various tiers of variants we have. In practice, our production pipelines always specify a concrete variant to build because the switchover between e.g. 9.2 and 9.4 happens on the ART side, not RHCOS side. And even in CI, since the script that gets called by Prow lives here, we can easily control which concrete variant gets built. So overall, we don't gain much from trying to have symbolic versionless variants, but it adds cognitive overhead trying to understand it all. This patch greatly simplifies things by getting rid of the `scos` and `rhel-coreos-9` variants. Now, we *only* have concrete variants. Document them in the README. The only symbolic links left are the canonical variantless ones, which determine the default variant that gets built if no `--variant` switch is passed to `cosa init`. This is also prep for openshift#799, which will add more concrete variants that do not bake in the OpenShift components.
- ci-build
- (openshift/os#1502)
- pr/back-out-composefs
- (openshift/os#1502)
- pr/bootupd-validate
- (openshift/os#1502)
- pr/bump-fcos
- (openshift/os#1502)
- pr/c9s-cleanups
- (openshift/os#1502)
- pr/c9s-extensions-container
- (openshift/os#1502)
- pr/c9s-split
- (openshift/os#1502)
- pr/c9s-unpin-selinux
- (openshift/os#1502)
- pr/cki-test
- (openshift/os#1502)
- pr/clevis
- (openshift/os#1502)
- pr/composefs
- (openshift/os#1502)
- pr/composefs-reenable
- (openshift/os#1502)
- pr/coreos-tag
- (openshift/os#1502)
- pr/drop-selinux-hack
- (openshift/os#1502)
- pr/early-kernel
- (openshift/os#1502)
- pr/extensions-el-only
- (openshift/os#1502)
- pr/extensions-fedora-latest
- (openshift/os#1502)
- pr/extensions-nevra
- (openshift/os#1502)
- pr/f38-bump
- (openshift/os#1502)
- pr/faq-naming
- (openshift/os#1502)
- pr/fix-c9s
- (openshift/os#1502)
- pr/fix-conditional
- (openshift/os#1502)
- pr/get-ocp-repo-rework
- (openshift/os#1502)
- pr/get-ocp-repo-tweaks
- (openshift/os#1502)
- pr/iscsi-mpath
- (openshift/os#1502)
- pr/netroot-mpath
- (openshift/os#1502)
- pr/node-image-diff
- (openshift/os#1502)
- pr/openshift-os-change
- (openshift/os#1502)
- pr/rhel-9.6-nightly
- (openshift/os#1502)
- pr/rojig-no-more
- (openshift/os#1502)
- pr/rt-kernel
- (openshift/os#1502)
- pr/semver
- (openshift/os#1502)
- pr/subman
- (openshift/os#1502)
- pr/test-rhel-9.6
- (openshift/os#1502)
- pr/tweak-kernel-rt-test
- (openshift/os#1502)
- pr/tweak-rhel-major-version-test
- (openshift/os#1502)
- pr/use-secrets
- (openshift/os#1502)
- pr/versioning
- (openshift/os#1502)