Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Comment on lines +21 to +30
Copy link
Member

Choose a reason for hiding this comment

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

I think images should 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 exist

Copy link
Contributor Author

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.

promotion:
to:
- disabled: true
name: "4.22"
namespace: ocp
Comment on lines +31 to +35
Copy link
Member

Choose a reason for hiding this comment

The 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
Loading