Skip to content

AGENT-1193: Custom openshift-install can be used by appliance #1775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rwsu
Copy link
Contributor

@rwsu rwsu commented Jul 2, 2025

If the openshift-install binary was built from source, this change creates a symlink to it in the appliance's asset directory. Placing it in the asset directory will signal to the appliance to use it instead of downloading it from the release.

This allows us to test changes in the installer repo without having to wait for it to merge and appear in an offcial release image.

Hard coding to version 4.19 in the directory structures used by the *agent_iso_no_registry functions has also be removed.

Works in conjunction with: openshift/agent-installer-utils#122

@openshift-ci openshift-ci bot requested review from bfournie and zaneb July 2, 2025 03:12
Copy link

openshift-ci bot commented Jul 2, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign bfournie for approval. For more information see the Code Review Process.

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

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

@eggfoobar
Copy link
Contributor

/test e2e-metal-ipi-serial-ipv4

Testing out if lane passes

If the openshift-install binary was built from source, this change
copies it to it in the appliance's asset directory.

Placing it in the asset directory will signal to the appliance
to use it instead of downloading it from the release.

This allows us to test changes in the installer repo without
having to wait for it to merge and appear in an offcial release
image.

Hard coding to version 4.19 in the directory structures used
by the *agent_iso_no_registry functions has also be removed.
@rwsu rwsu force-pushed the AGENT-1193-v2 branch from 4543cd2 to 381eb2d Compare July 2, 2025 16:01
@rwsu
Copy link
Contributor Author

rwsu commented Jul 2, 2025

/hold
May need to be revised to account for openshift/agent-installer-utils#82

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 2, 2025
Copy link

openshift-ci bot commented Jul 2, 2025

@rwsu: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-metal-ipi-serial-ipv4 4543cd2 link true /test e2e-metal-ipi-serial-ipv4
ci/prow/images 381eb2d link true /test images
ci/prow/e2e-agent-5control-ipv4 381eb2d link false /test e2e-agent-5control-ipv4
ci/prow/e2e-agent-ha-dualstack 381eb2d link false /test e2e-agent-ha-dualstack
ci/prow/e2e-agent-4control-ipv4 381eb2d link false /test e2e-agent-4control-ipv4
ci/prow/e2e-agent-iso-no-registry-compact-ipv4 381eb2d link false /test e2e-agent-iso-no-registry-compact-ipv4
ci/prow/e2e-agent-compact-ipv4 381eb2d link true /test e2e-agent-compact-ipv4
ci/prow/e2e-agent-sno-ipv6 381eb2d link false /test e2e-agent-sno-ipv6
ci/prow/e2e-agent-bad-dns 381eb2d link false /test e2e-agent-bad-dns

Full PR test history. Your PR dashboard.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants