AGENT-1581: For ABI allow pre-built OVE ISO via AGENT_OVE_ISO_SOURCE - #1951
AGENT-1581: For ABI allow pre-built OVE ISO via AGENT_OVE_ISO_SOURCE#1951bfournie wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
5081354 to
3f30abc
Compare
|
Successfully installed using Konflux storage |
3f30abc to
dbc8098
Compare
|
/test ci/prow/e2e-agent-compact-ipv4-iso-no-registry |
|
/test e2e-agent-compact-ipv4-iso-no-registry |
When AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY, add an optional
AGENT_OVE_ISO_SOURCE setting that lets the user supply a pre-built
agent-ove ISO instead of building one locally. When set, the local
build (create_agent_iso_no_registry) and its build-only cleanup steps
are skipped, and the ISO is obtained from the source into the expected
asset directory.
AGENT_OVE_ISO_SOURCE accepts one of:
- a direct https URL to an agent-ove ISO (downloaded directly)
- a quay.io/redhat-user-workloads/... container image ref
(ISO extracted from the image via podman create/cp)
- a local path/filename to an already-downloaded ISO
dbc8098 to
e2b32ba
Compare
|
/retest |
|
/lgtm |
When AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY, add an optional AGENT_OVE_ISO_SOURCE setting that lets the user supply a pre-built agent-ove ISO instead of building one locally. When set, the local build (create_agent_iso_no_registry) and its build-only cleanup steps are skipped, and the ISO is obtained from the source into the expected asset directory.
AGENT_OVE_ISO_SOURCE accepts one of: