Skip to content

Commit

Permalink
appliance: set el9 on workflows (#56820)
Browse files Browse the repository at this point in the history
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
danielerez authored Sep 18, 2024
1 parent 61ebf1c commit 3848917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ workflow:
NETWORK_TYPE=OVNKubernetes
INSTALLER_PROXY=true
DEVSCRIPTS_TARGET: agent
PACKET_OS: rocky_9
pre:
- chain: agent-appliance-pre
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ workflow:
NETWORK_TYPE=OVNKubernetes
INSTALLER_PROXY=true
DEVSCRIPTS_TARGET: agent
PACKET_OS: rocky_9
pre:
- chain: agent-appliance-pre
test:
Expand Down

0 comments on commit 3848917

Please sign in to comment.