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 |
c4847b7 to
5081354
Compare
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
5081354 to
3f30abc
Compare
|
Successfully installed using Konflux storage |
|
@bfournie: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
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: