Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appliance: set el9 on workflows (#56820)
Ensure that the appliance workflows are using el9. This should mitiage issues with glibc as: ``` oc: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by oc) ``` See: https://storage.googleapis.com/test-platform-results/logs/periodic-ci-openshift-appliance-master-e2e-sno-dualstack-dhcp-periodic/1809014601740718080/build-log.txt Depends on fix in dev-scripts: openshift-metal3/dev-scripts#1667
- Loading branch information