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
Expand Up @@ -179,23 +179,6 @@ tests:
container:
from: src
optional: true
- always_run: false
as: e2e-metal-ovn-ipv4-external-oidc-configure-techpreview
cluster: build05
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
TEST_ARGS: ' --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants
--cluster-stability=Disruptive '
TEST_SKIPS: \[OCPFeatureGate:ExternalOIDCWithUIDAndExtraClaimMappings\]\|\[OCPFeatureGate:ExternalOIDC\]
reverting to IntegratedOAuth
TEST_SUITE: openshift/auth/external-oidc
workflow: baremetalds-e2e
timeout: 5h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
base_images:
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
ocp_4.20_base-rhel9:
name: "4.20"
namespace: ocp
Expand Down Expand Up @@ -109,6 +113,38 @@ tests:
TEST_SUITE: openshift/auth/external-oidc
workflow: openshift-e2e-vsphere
timeout: 5h0m0s
- as: e2e-metal-ovn-ipv4-external-oidc-configure-techpreview
cluster: build05
interval: 24h
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
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
timeout: 5h0m0s
- as: e2e-metal-ovn-dualstack-external-oidc-configure-techpreview
cluster: build05
interval: 24h
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
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
timeout: 5h0m0s
- as: e2e-aws-external-oidc-rollback-techpreview
interval: 24h
steps:
Expand Down Expand Up @@ -173,6 +209,38 @@ tests:
TEST_SUITE: openshift/auth/external-oidc
workflow: openshift-e2e-vsphere
timeout: 5h0m0s
- as: e2e-metal-ovn-ipv4-external-oidc-rollback-techpreview
cluster: build05
interval: 24h
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
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
timeout: 5h0m0s
- as: e2e-metal-ovn-dualstack-external-oidc-rollback-techpreview
cluster: build05
interval: 24h
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
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
timeout: 5h0m0s
- as: e2e-aws-external-oidc-uid-extra-techpreview
interval: 24h
steps:
Expand Down Expand Up @@ -232,6 +300,36 @@ tests:
TEST_SUITE: openshift/auth/external-oidc
workflow: openshift-e2e-vsphere
timeout: 5h0m0s
- as: e2e-metal-ovn-ipv4-external-oidc-uid-extra-techpreview
cluster: build05
interval: 24h
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants
TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\]
TEST_SUITE: openshift/auth/external-oidc
workflow: baremetalds-e2e
timeout: 5h0m0s
- as: e2e-metal-ovn-dualstack-external-oidc-uid-extra-techpreview
cluster: build05
interval: 24h
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
NETWORK_TYPE=OVNKubernetes
FEATURE_SET=TechPreviewNoUpgrade
TEST_ARGS: --disable-monitor=legacy-cvo-invariants,legacy-test-framework-invariants
TEST_SKIPS: \[OCPFeatureGate:ExternalOIDC\]
TEST_SUITE: openshift/auth/external-oidc
workflow: baremetalds-e2e
timeout: 5h0m0s
zz_generated_metadata:
branch: release-4.20
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,81 +509,6 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-gcp-operator-encryption-rotation,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build05
context: ci/prow/e2e-metal-ovn-ipv4-external-oidc-configure-techpreview
decorate: true
decoration_config:
timeout: 5h0m0s
labels:
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci-operator.openshift.io/cluster: build05
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-authentication-operator-master-e2e-metal-ovn-ipv4-external-oidc-configure-techpreview
rerun_command: /test e2e-metal-ovn-ipv4-external-oidc-configure-techpreview
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-metal-ovn-ipv4-external-oidc-configure-techpreview
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(e2e-metal-ovn-ipv4-external-oidc-configure-techpreview|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Loading