-
Bug
-
Resolution: Done
-
Undefined
-
4.21
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
In Progress
-
Release Note Not Required
-
None
-
None
-
None
-
None
-
None
Description of problem:
In CI, the e2e-agent-iso-no-registry-compact-ipv4 dev-scripts test fails because the setup pod e2e-agent-iso-no-registry-compact-ipv4-baremetalds-devscripts-setup cannot complete. The container exits with code 2, and logs show: cp: cannot stat '/root/go/src/github.com/openshift/agent-installer-utils/tools/iso_builder/config/4.21/*': No such file or directory This happens because it uses the 4.21 release version, for which the ISOBuilder configuration files are missing in the agent-installer-utils repo. As a result, the pre-steps fail, causing the e2e test to fail.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. 2. 3.
Actual results:
Setup pod fails; container exits with code 2 due to missing 4.21 config files.
Expected results:
Test should pass
Additional info: