-
Notifications
You must be signed in to change notification settings - Fork 2.1k
CNTRLPLANE-2589: Add OTE CI jobs with timeout configuration for cluster-authenticatin-operator #74614
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
base: main
Are you sure you want to change the base?
Conversation
…-operator This adds OTE (OpenShift Tests Extension) CI jobs for various test profiles including encryption, encryption-rotation, encryption-perf, encryption-kms, and OIDC tests. All jobs are configured as optional with appropriate timeout values (1h-4h) based on test complexity. Jobs use either parallel or serial TEST_SUITE execution modes. Co-Authored-By: Rohit Patil <ropatil@redhat.com>
...nshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml
Show resolved
Hide resolved
…ation-operator Split all serial jobs with always_run into 2 shards to improve reliability and prevent timeout issues. This addresses review feedback to follow the pattern established in PR openshift#67414. Additionally, fix TEST_SUITE environment variables to match job-specific test suites instead of using generic paths. Each job now runs its intended test suite: - operator-encryption/serial - operator-encryption-rotation/serial - operator-encryption-perf/serial - operator-encryption-kms/serial - oidc/parallel Jobs sharded: - e2e-aws-operator-encryption-serial-ote (4h timeout) - e2e-aws-operator-encryption-rotation-serial-ote (4h timeout) - e2e-aws-operator-encryption-perf-serial-ote (2h timeout) - e2e-aws-operator-encryption-kms-serial-ote (4h timeout) Co-Authored-By: Rohit Patil <ropatil@redhat.com>
|
/pj-rehearse pull-ci-openshift-cluster-authentication-operator-master-e2e-aws-operator-encryption-serial-ote-2of2 |
|
@ropatil010: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Split the generic encryption/serial suite into specialized suites for encryption, rotation, performance, and KMS tests. Add dedicated OIDC parallel suite. This aligns with TEST_SUITE environment variables defined in openshift/release#74614. Suite changes: - Rename encryption/serial to operator-encryption/serial - Add operator-encryption-rotation/serial - Add operator-encryption-perf/serial - Add operator-encryption-kms/serial - Add oidc/parallel Co-Authored-By: Rohit Patil <ropatil@redhat.com>
|
@ropatil010: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
...nshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml
Outdated
Show resolved
Hide resolved
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ropatil010, wangke19 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The failure CI job is expected as there are no tests present in the main branch for this suite openshift/cluster-authentication-operator/operator-encryption/serial |
|
@ropatil010: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
...nshift/cluster-authentication-operator/openshift-cluster-authentication-operator-master.yaml
Outdated
Show resolved
Hide resolved
…rator This test profile is no longer needed and has been removed from the master branch configuration. Co-Authored-By: Rohit Patil <ropatil@redhat.com>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
@ropatil010: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Hi Team,
Can you PTAL on this PR.
This adds OTE (OpenShift Tests Extension) CI jobs for various test profiles including encryption, encryption-rotation, encryption-perf, encryption-kms, and OIDC tests. All jobs are configured as optional with appropriate timeout values (1h-4h) based on test complexity. Jobs use either parallel or serial TEST_SUITE execution modes.