Timothée Ravier
Timothée Ravier
We also need to be able to specify a branch for the `yumrepo` git repo, unless we make all repo names explicitly include their version.
Related docs update in https://github.com/openshift/os/pull/958
Yes, we have control over the names in Prow CI. I'll make the PRs to change everything.
Alternative to https://github.com/coreos/coreos-assembler/pull/1459
/retest
I can also rework this PR to move the script into COSA and store the RHEL version into a file instead.
I've reworked the logic here to be declarative instead of relying on a script while keeping some of the properties that we have right now. This introduces `variant_foo` config files...
Example setup in https://github.com/openshift/os/pull/855
Example with SCOS: https://github.com/openshift/os/pull/856
The main advantage of doing things this way is that we can have the internal CI always use the `rhcos` variant and thus never need an update when we change...