CNTRLPLANE-3364: removed the jobs that executed the go std lib cases and renamed the kms-ote to kms#79485
Conversation
WalkthroughThis PR updates encryption KMS test job definitions in the CI operator configuration for two OpenShift operators. It renames an AWS test job in the authentication operator and restructures a GCP test job in the apiserver operator to use a standardized reference-based test approach, while removing the OTE variant jobs. ChangesEncryption KMS test job consolidation across operators
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@sandeepknd: This pull request references CNTRLPLANE-3364 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/assign @p0lyn0mial |
|
/pj-rehearse pull-ci-openshift-cluster-openshift-apiserver-operator-main-e2e-gcp-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-cluster-authentication-operator-master-e2e-aws-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
Please find the success log of authentication-operator-master-e2e-aws-operator-encryption-kms. It has correctly picked up and executed the tests under the suite kms ote. |
|
/retest |
1 similar comment
|
/retest |
|
monitoring test continues to fail reruning |
|
/retest |
|
/pj-rehearse ci/rehearse/openshift/cluster-openshift-apiserver-operator/main/e2e-gcp-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sandeepknd: job(s): ci/rehearse/openshift/cluster-openshift-apiserver-operator/main/e2e-gcp-operator-encryption-kms either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse ci/rehearse/openshift/cluster-openshift-apiserver-operator/main/e2e-gcp-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sandeepknd: job(s): ci/rehearse/openshift/cluster-openshift-apiserver-operator/main/e2e-gcp-operator-encryption-kms either don't exist or were not found to be affected, and cannot be rehearsed |
|
@gangwgr , |
|
/pj-rehearse abort |
|
/pj-rehearse ack |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
1 similar comment
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-cluster-openshift-apiserver-operator-main-e2e-gcp-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/hold |
|
the prow test c/prow/config failure has been cleared after rebasing this PR, |
|
/pj-rehearse pull-ci-openshift-cluster-authentication-operator-master-e2e-aws-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sandeepknd: 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. |
|
both the jobs have failed with same errors (TestKMSEncryptionProvidersMigration and TestKMSEncryptionOnOff), related to |
134187e to
d872579
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-cluster-authentication-operator-master-e2e-aws-operator-encryption-kms |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
So we agree that kms-ote will only stay in cluster-kube-apiserver-operator?. If yes, |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, gangwgr, sandeepknd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/unhold |
|
/pj-rehearse ack |
|
@sandeepknd: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
b261bc9
into
openshift:main
openshift/cluster-openshift-apiserver-operator#690 (comment) |
removed the jobs that executed the go std test cases for kms and renamed the kms-ote to kms for oas-o and auth
Summary
This PR removes outdated KMS encryption test jobs and consolidates KMS testing across OpenShift component CI configurations. Specifically:
For cluster-authentication-operator (master branch):
e2e-gcp-operator-encryption-kmsjob that executed Go standard test cases via themake test-e2e-encryption-kmscommande2e-aws-operator-encryption-kms-otejob toe2e-aws-operator-encryption-kms, consolidating job naming conventionsTEST_SUITE: openshift/cluster-authentication-operator/encryption-kmsenvironment variableFor cluster-openshift-apiserver-operator (main branch):
e2e-gcp-operator-encryption-kmsjob that used direct Go test invocatione2e-gcp-operator-encryption-kms-otejob entirelye2e-gcp-operator-encryption-kmsjob using the reference-based testing pattern withTEST_SUITE: openshift/cluster-openshift-apiserver-operator/encryption-kmsThese changes modernize the KMS encryption testing infrastructure by removing Go standard test invocations in favor of the more flexible reference-based test execution pattern, and eliminate the
-otevariant jobs in favor of unified job names across both operators.