Skip to content

AGENT-1453: Add a flag to provide a custom appliance image#264

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
andfasano:add-appliance-image-flag
Mar 2, 2026
Merged

AGENT-1453: Add a flag to provide a custom appliance image#264
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
andfasano:add-appliance-image-flag

Conversation

@andfasano
Copy link
Contributor

This patch adds a new flag to the build-ove-image script to support a custom appliance image. It will be used only for testing Appliance presubmit CI jobs

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 27, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 27, 2026

@andfasano: This pull request references AGENT-1453 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set.

Details

In response to this:

This patch adds a new flag to the build-ove-image script to support a custom appliance image. It will be used only for testing Appliance presubmit CI jobs

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link

openshift-ci bot commented Feb 27, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andfasano

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 27, 2026
@andfasano
Copy link
Contributor Author

/test ?

@andfasano
Copy link
Contributor Author

/test e2e-agent-compact-ipv4-iso-no-registry

@openshift-ci
Copy link

openshift-ci bot commented Feb 27, 2026

@andfasano: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions 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.

@bfournie
Copy link
Contributor

bfournie commented Mar 2, 2026

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 2, 2026
@andfasano
Copy link
Contributor Author

/verified by @andfasano

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Mar 2, 2026
@openshift-ci-robot
Copy link

@andfasano: This PR has been marked as verified by @andfasano.

Details

In response to this:

/verified by @andfasano

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

function build_live_iso() {
if [ ! -f "${appliance_work_dir}"/appliance.iso ]; then
local appliance_image=registry.ci.openshift.org/ocp/${major_minor_version}:agent-preinstall-image-builder
local appliance_image="${APPLIANCE_IMAGE:-registry.ci.openshift.org/ocp/${major_minor_version}:agent-preinstall-image-builder}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit - for later, should fix the formatting (line has one less intent than following)

--arch) ARCH="$2"; shift ;;
--pull-secret-file) PULL_SECRET_FILE="$2"; shift ;;
--ssh-key-file) SSH_KEY_FILE="$2"; shift ;;
--appliance-image) APPLIANCE_IMAGE="$2"; shift ;;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit - for later, should add this to README.md

@andfasano
Copy link
Contributor Author

/override kflux-prd-rh02/ove-ui-iso-on-pull-request

Failure does not seem related to the current patch

@openshift-ci
Copy link

openshift-ci bot commented Mar 2, 2026

@andfasano: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • kflux-prd-rh02/ove-ui-iso-on-pull-request

Only the following failed contexts/checkruns were expected:

  • Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request
  • Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/e2e-agent-compact-ipv4-iso-no-registry
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4-iso-no-registry
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override kflux-prd-rh02/ove-ui-iso-on-pull-request

Failure does not seem related to the current patch

Instructions 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.

@andfasano
Copy link
Contributor Author

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

@openshift-ci
Copy link

openshift-ci bot commented Mar 2, 2026

@andfasano: Overrode contexts on behalf of andfasano: Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request

Details

In response to this:

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

Instructions 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.

@andfasano
Copy link
Contributor Author

/override "Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso"

@openshift-ci
Copy link

openshift-ci bot commented Mar 2, 2026

@andfasano: Overrode contexts on behalf of andfasano: Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso

Details

In response to this:

/override "Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso"

Instructions 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.

@openshift-merge-bot openshift-merge-bot bot merged commit 14714d3 into openshift:main Mar 2, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants