WIP Add CNV-dependent sig-node CI jobs for AWS/Azure FIPS (release-4.21)#73670
WIP Add CNV-dependent sig-node CI jobs for AWS/Azure FIPS (release-4.21)#73670BhargaviGudi wants to merge 1 commit intoopenshift:mainfrom
Conversation
Regenerated the jobs file from the config
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BhargaviGudi 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
It looks like this job would be optional and would be need to be explicitly executed manually through PRs. This might be good enough for now until we figure out where and how often we need to run these tests. It might make more sense to make these periodic. |
|
@BhargaviGudi: 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. |
|
Issues in openshift/release go stale after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Add CNV-dependent sig-node CI jobs for AWS and Azure FIPS on release-4.21.
This PR introduces two new presubmit CI jobs to test sig-node functionality with Container Native Virtualization (CNV) deployed on the cluster.
Changes
New CI Jobs
- Platform: AWS (using aws-5 cluster profile)
- Test suite: openshift/nodes/cnv
- Deploys CNV before running sig-node tests
- Enables resource watch observers for better debugging
- Platform: Azure (using azure4 cluster profile)
- FIPS mode: Enabled
- Test suite: openshift/nodes/cnv
- Includes FIPS validation check
- Deploys CNV before running sig-node tests
- Enables resource watch observers for better debugging
Files Modified
Test Plan
Both jobs can be triggered manually on PRs using:
The jobs are configured with always_run: false to allow for on-demand testing.