Skip to content
Open
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 @@ -245,6 +245,7 @@ tests:
test:
- ref: openshift-e2e-test
workflow: ipi-aws
timeout: 1h0m0s
- always_run: true
as: e2e-aws-operator-serial-ote
optional: true
Expand All @@ -255,6 +256,55 @@ tests:
test:
- ref: openshift-e2e-test
workflow: ipi-aws
timeout: 1h0m0s
- always_run: true
as: e2e-aws-operator-encryption-serial-ote
optional: true
shard_count: 2
steps:
cluster_profile: aws
env:
TEST_SUITE: openshift/cluster-authentication-operator/operator-encryption/serial
test:
- ref: openshift-e2e-test
workflow: ipi-aws
timeout: 4h0m0s
- always_run: true
as: e2e-aws-operator-encryption-rotation-serial-ote
optional: true
shard_count: 2
steps:
cluster_profile: aws
env:
TEST_SUITE: openshift/cluster-authentication-operator/operator-encryption-rotation/serial
test:
- ref: openshift-e2e-test
workflow: ipi-aws
timeout: 4h0m0s
- always_run: true
as: e2e-aws-operator-encryption-perf-serial-ote
optional: true
shard_count: 2
steps:
cluster_profile: aws
env:
TEST_SUITE: openshift/cluster-authentication-operator/operator-encryption-perf/serial
test:
- ref: openshift-e2e-test
workflow: ipi-aws
timeout: 2h0m0s
- always_run: true
as: e2e-aws-operator-encryption-kms-serial-ote
optional: true
shard_count: 2
steps:
cluster_profile: aws
env:
TEST_SUITE: openshift/cluster-authentication-operator/operator-encryption-kms/serial
test:
- ref: openshift-e2e-test
workflow: ipi-aws
timeout: 4h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Loading