Skip to content
Closed
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,39 +179,6 @@ tests:
container:
from: src
optional: true
- always_run: false
as: e2e-aws-external-oidc
optional: true
steps:
cluster_profile: aws-3
env:
FEATURE_SET: TechPreviewNoUpgrade
OPENSHIFT_SKIP_EXTERNAL_TESTS: "True"
TEST_SUITE: openshift/auth/external-oidc
workflow: openshift-e2e-aws
timeout: 8h0m0s
- always_run: false
as: e2e-azure-external-oidc
optional: true
steps:
cluster_profile: azure4
env:
FEATURE_SET: TechPreviewNoUpgrade
OPENSHIFT_SKIP_EXTERNAL_TESTS: "True"
TEST_SUITE: openshift/auth/external-oidc
workflow: openshift-e2e-azure
timeout: 8h0m0s
- always_run: false
as: e2e-gcp-external-oidc
optional: true
steps:
cluster_profile: gcp
env:
FEATURE_SET: TechPreviewNoUpgrade
OPENSHIFT_SKIP_EXTERNAL_TESTS: "True"
TEST_SUITE: openshift/auth/external-oidc
workflow: openshift-e2e-gcp
timeout: 8h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Loading