AGENT-1429: Add a periodic job for agent installer iso-no-registry#77082
AGENT-1429: Add a periodic job for agent installer iso-no-registry#77082bfournie wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@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. DetailsIn response to this:
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. |
|
/hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bfournie 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 |
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.
aa3e0ef to
e2f9739
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview |
|
@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/depends on openshift/origin#30941 |
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| AGENT_E2E_TEST_SCENARIO=COMPACT_IPV4 | ||
| AGENT_E2E_TEST_BOOT_MODE=ISO_NO_REGISTRY |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
-
Baremetal IPV4 HAenv:
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 -
Baremetal IPV6 Compactenv:
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 -
None IPV6 HAenv:
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
There was a problem hiding this comment.
Yes will add these after we get the first one passing.
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview |
|
@pawanpinjarkar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
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 /pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview |
|
@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview |
|
@bfournie: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview |
|
@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 |
There was a problem hiding this comment.
conformance tests also needs to be executed which won't run with the current config
|
Use of generic workflow #77197 |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-agent-iso-no-registry-conformance-techpreview |
|
@pawanpinjarkar: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@bfournie: The following test 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. |
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.