-
Notifications
You must be signed in to change notification settings - Fork 2k
TRT-2452: Create missing 4.22 periodic variants #72630
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
Merged
openshift-merge-bot
merged 1 commit into
openshift:master
from
neisw:trt-2452-post-4.22-periodics
Dec 17, 2025
+18,028
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
...-karpenter-provider-aws/openshift-aws-karpenter-provider-aws-release-4.22__periodics.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| base_images: | ||
| hypershift-operator: | ||
| name: hypershift-operator | ||
| namespace: hypershift | ||
| tag: latest | ||
| hypershift-tests: | ||
| name: hypershift-tests | ||
| namespace: hypershift | ||
| tag: latest | ||
| releases: | ||
| initial: | ||
| candidate: | ||
| product: ocp | ||
| relative: 1 | ||
| stream: ci | ||
| version: "4.22" | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: ci | ||
| version: "4.22" | ||
| resources: | ||
| '*': | ||
| limits: | ||
| memory: 4Gi | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: e2e-aws | ||
| cron: 40 4 * * 1 | ||
| steps: | ||
| cluster_profile: aws-2 | ||
| workflow: openshift-e2e-aws | ||
| - as: e2e-hypershift | ||
| cron: 2 10 * * 1 | ||
| steps: | ||
| cluster_profile: hypershift | ||
| env: | ||
| CI_TESTS_RUN: ^TestKarpenter$ | ||
| HYPERSHIFT_NODE_COUNT: "1" | ||
| TECH_PREVIEW_NO_UPGRADE: "true" | ||
| workflow: hypershift-aws-e2e-external | ||
| zz_generated_metadata: | ||
| branch: release-4.22 | ||
| org: openshift | ||
| repo: aws-karpenter-provider-aws | ||
| variant: periodics |
345 changes: 345 additions & 0 deletions
345
...ntication-operator/openshift-cluster-authentication-operator-release-4.22__periodics.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,345 @@ | ||
| base_images: | ||
| dev-scripts: | ||
| name: test | ||
| namespace: ocp-kni | ||
| tag: dev-scripts | ||
| ocp_4.22_base-rhel9: | ||
| name: "4.22" | ||
| namespace: ocp | ||
| tag: base-rhel9 | ||
| ocp_builder_rhel-9-golang-1.24-openshift-4.22: | ||
| name: builder | ||
| namespace: ocp | ||
| tag: rhel-9-golang-1.24-openshift-4.22 | ||
| upi-installer: | ||
| name: "4.22" | ||
| namespace: ocp | ||
| tag: upi-installer | ||
| binary_build_commands: make build --warn-undefined-variables | ||
| build_root: | ||
| from_repository: true | ||
| images: | ||
| - dockerfile_path: Dockerfile.rhel7 | ||
| inputs: | ||
| ocp_4.22_base-rhel9: | ||
| as: | ||
| - registry.ci.openshift.org/ocp/4.22:base-rhel9 | ||
| ocp_builder_rhel-9-golang-1.24-openshift-4.22: | ||
| as: | ||
| - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 | ||
| to: cluster-authentication-operator | ||
| promotion: | ||
| to: | ||
| - disabled: true | ||
| name: "4.22" | ||
| namespace: ocp | ||
|
Comment on lines
+31
to
+35
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should not be here, this will cause a reduntant postsubmit to exist. |
||
| releases: | ||
| initial: | ||
| integration: | ||
| name: "4.22" | ||
| namespace: ocp | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: ci | ||
| version: "4.22" | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: e2e-aws-external-oidc-configure | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-aws | ||
| - as: e2e-azure-external-oidc-configure | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: azure4 | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-azure | ||
| - as: e2e-gcp-external-oidc-configure | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: gcp | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-gcp | ||
| - as: e2e-vsphere-external-oidc-configure | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: vsphere-elastic | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-vsphere | ||
| - as: e2e-metal-ovn-ipv4-external-oidc-configure | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-metal-ovn-ipv6-external-oidc-configure | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v6 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-metal-ovn-dualstack-external-oidc-configure | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4v6 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-aws-sno-external-oidc-configure | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants,legacy-node-invariants,legacy-kube-apiserver-invariants,audit-log-analyzer | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| reverting to IntegratedOAuth | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-aws-single-node | ||
| - as: e2e-aws-external-oidc-revertoauth | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-aws | ||
| - as: e2e-azure-external-oidc-revertoauth | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: azure4 | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-azure | ||
| - as: e2e-gcp-external-oidc-revertoauth | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: gcp | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-gcp | ||
| - as: e2e-vsphere-external-oidc-revertoauth | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: vsphere-elastic | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-vsphere | ||
| - as: e2e-metal-ovn-ipv4-external-oidc-revertoauth | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-metal-ovn-ipv6-external-oidc-revertoauth | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v6 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-metal-ovn-dualstack-external-oidc-revertoauth | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4v6 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-aws-external-oidc-uid-extra | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-aws | ||
| - as: e2e-aws-sno-external-oidc-revertoauth | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants,legacy-node-invariants,legacy-kube-apiserver-invariants,audit-log-analyzer | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\] | ||
| external IdP is configured | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-aws-single-node | ||
| - as: e2e-azure-external-oidc-uid-extra | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: azure4 | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-azure | ||
| - as: e2e-gcp-external-oidc-uid-extra | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: gcp | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-gcp | ||
| - as: e2e-vsphere-external-oidc-uid-extra | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: vsphere-elastic | ||
| env: | ||
| OPENSHIFT_SKIP_EXTERNAL_TESTS: "True" | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-vsphere | ||
| - as: e2e-metal-ovn-ipv4-external-oidc-uid-extra | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-metal-ovn-ipv6-external-oidc-uid-extra | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v6 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-metal-ovn-dualstack-external-oidc-uid-extra | ||
| capabilities: | ||
| - intranet | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4v6 | ||
| NETWORK_TYPE=OVNKubernetes | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: baremetalds-e2e | ||
| - as: e2e-aws-sno-external-oidc-uid-extra | ||
| interval: 24h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants,legacy-node-invariants,legacy-kube-apiserver-invariants,audit-log-analyzer | ||
| TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\] | ||
| TEST_SUITE: openshift/auth/external-oidc | ||
| workflow: openshift-e2e-aws-single-node | ||
| zz_generated_metadata: | ||
| branch: release-4.22 | ||
| org: openshift | ||
| repo: cluster-authentication-operator | ||
| variant: periodics | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think
imagesshould not be here, the built image is not used and it will just cause an image to built (time+resources), and cause a reduntant presubmit to existThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general this approach just takes what exists for 4.21 and bumps it up to 4.22 without any analysis on the structure. It will be interesting to see how we can improve upon this and flag wasteful / unnecessary config in the future.