Skip to content

AGENT-1429: Add a periodic job for agent installer iso-no-registry#77082

Open
bfournie wants to merge 1 commit intoopenshift:mainfrom
bfournie:AGENT-1429-iso-no-registry-periodic
Open

AGENT-1429: Add a periodic job for agent installer iso-no-registry#77082
bfournie wants to merge 1 commit intoopenshift:mainfrom
bfournie:AGENT-1429-iso-no-registry-periodic

Conversation

@bfournie
Copy link
Copy Markdown
Contributor

Add a periodic job to run tests on and agent-based installer cluster created using iso-no-registry which uses the openshift/appliance to create a disconnected cluster with installed operators. The deployed cluster must be in TechPreview in 4.22.

As a follow on we will add tests to exercise the NoRegistryClusterInstall.

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

openshift-ci-robot commented Mar 30, 2026

@bfournie: This pull request references AGENT-1429 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 story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Add a periodic job to run tests on and agent-based installer cluster created using iso-no-registry which uses the openshift/appliance to create a disconnected cluster with installed operators. The deployed cluster must be in TechPreview in 4.22.

As a follow on we will add tests to exercise the NoRegistryClusterInstall.

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.

@bfournie
Copy link
Copy Markdown
Contributor Author

/hold

@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 Mar 30, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 30, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

The full list of commands accepted by this bot can be found 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 requested review from sosiouxme and xueqzhan March 30, 2026 13:55
Add a periodic job to run tests on and agent-based installer
cluster created using iso-no-registry which uses the openshift/appliance
to create a disconnected cluster with installed operators.
The deployed cluster must be in TechPreview in 4.22.

As a follow on we will add tests to exercise the NoRegistryClusterInstall.
@bfournie bfournie force-pushed the AGENT-1429-iso-no-registry-periodic branch from aa3e0ef to e2f9739 Compare March 30, 2026 14:02
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@bfournie: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview N/A periodic Periodic changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@bfournie
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@pawanpinjarkar
Copy link
Copy Markdown
Contributor

/depends on openshift/origin#30941

env:
DEVSCRIPTS_CONFIG: |
AGENT_E2E_TEST_SCENARIO=COMPACT_IPV4
AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Add AGENT_PLATFORM_TYPE=baremetal explicitly for better readability

AGENT_E2E_TEST_SCENARIO=COMPACT_IPV4
AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY
AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=true
FEATURE_SET=TechPreviewNoUpgrade
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We should also have for none platform. As documented here https://docs.google.com/document/d/1JpnLqyxJ4S3xkqag-aGzoxUaXRyV4s419eySPOWwWyQ/edit?tab=t.0#heading=h.d147ecxdrysl

Note: the default platform is baremetal https://github.com/openshift-metal3/dev-scripts/blob/000f634f6987a490688755526281b4a531811ebe/config_example.sh#L950

Additional jobs needed as per the voting documented in the above doc.

  1. Baremetal IPV4 HA

    env:
    DEVSCRIPTS_CONFIG: |
    AGENT_E2E_TEST_SCENARIO=HA_IPV4
    AGENT_PLATFORM_TYPE=baremetal
    AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY
    AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=true
    FEATURE_SET=TechPreviewNoUpgrade

  2. Baremetal IPV6 Compact

    env:
    DEVSCRIPTS_CONFIG: |
    AGENT_E2E_TEST_SCENARIO=Compact_IPV4
    AGENT_PLATFORM_TYPE=baremetal
    AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY
    AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=true
    FEATURE_SET=TechPreviewNoUpgrade

  3. None IPV6 HA

    env:
    DEVSCRIPTS_CONFIG: |
    AGENT_E2E_TEST_SCENARIO=HA_IPV4
    AGENT_PLATFORM_TYPE=none
    AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY
    AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=true
    FEATURE_SET=TechPreviewNoUpgrade

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes will add these after we get the first one passing.

@pawanpinjarkar
Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@pawanpinjarkar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bfournie
Copy link
Copy Markdown
Contributor Author

Looks like the job timed out at 48% in progress in the installation screen (typically after master-1 and master-2 have rebooted). Its unclear why although I see a similar issue with this compact-fips job here, using release:4.22.0-0.nightly-2026-03-29-173136
Rerunning.

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bfournie
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bfournie
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

MASTER_VCPU=8
TEST_SUITE: openshift/conformance/parallel
workflow: agent-e2e-generic-conformance
- as: e2e-agent-iso-no-registry-conformance-techpreview
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

conformance tests also needs to be executed which won't run with the current config

@pawanpinjarkar
Copy link
Copy Markdown
Contributor

Use of generic workflow #77197

@pawanpinjarkar
Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@pawanpinjarkar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 1, 2026

@bfournie: The following test 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/rehearse/periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview e2f9739 link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview

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.

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants