OCPBUGS-60853: cert tests: mark TLS registry test as informing#30585
OCPBUGS-60853: cert tests: mark TLS registry test as informing#30585openshift-merge-bot[bot] merged 3 commits intoopenshift:mainfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Scheduling required tests: |
4a827c1 to
a3db6b0
Compare
|
@wangke19: This pull request references Jira Issue OCPBUGS-60853, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
Scheduling required tests: |
|
/jira refresh |
|
@wangke19: This pull request references Jira Issue OCPBUGS-60853, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: wangke19. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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 kubernetes-sigs/prow repository. |
|
/retest |
|
@wangke19: This pull request references Jira Issue OCPBUGS-60853, which is invalid:
Comment 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. |
|
Scheduling required tests: |
|
/assign @sanchezl |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
@wangke19: This pull request references Jira Issue OCPBUGS-60853, which is invalid:
Comment 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. |
|
/pipeline required |
|
Scheduling required tests: |
|
/retest |
|
@wangke19: once the present PR merges, I will cherry-pick it on top of 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 kubernetes-sigs/prow repository. |
|
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 9e6b56f
New tests seen in this PR at sha: 9e6b56f
|
|
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 9e6b56f
New tests seen in this PR at sha: 9e6b56f
|
|
/test e2e-aws-ovn-microshift |
|
/retest |
|
Job Failure Risk Analysis for sha: 9e6b56f
|
|
/test e2e-aws-ovn-microshift |
|
Job Failure Risk Analysis for sha: 9e6b56f
|
|
/test e2e-aws-ovn-microshift |
|
/test okd-scos-images |
1 similar comment
|
/test okd-scos-images |
|
/retest-required |
|
/test okd-scos-images |
3 similar comments
|
/test okd-scos-images |
|
/test okd-scos-images |
|
/test okd-scos-images |
|
Scheduling required tests: |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
Job Failure Risk Analysis for sha: 9e6b56f
|
|
/test e2e-metal-ipi-ovn-ipv6 |
|
@wangke19: all tests passed! 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. |
|
@wangke19: Jira Issue OCPBUGS-60853: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-60853 has been moved to the MODIFIED state. 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. |
|
@wangke19: new pull request created: #30779 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 kubernetes-sigs/prow repository. |
|
@wangke19: #30585 failed to apply on top of branch "release-4.20": 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 kubernetes-sigs/prow repository. |
|
@wangke19: #30585 failed to apply on top of branch "release-4.19": 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 kubernetes-sigs/prow repository. |
|
@wangke19: #30585 failed to apply on top of branch "release-4.18": 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 kubernetes-sigs/prow repository. |
Reapply the changes from PR #29074 that were previously reverted, mark both certificate tests as informing so failures don't block CI jobs, and skip the tests on ROSA clusters.
Current Skip Pattern:
The TLS certificate test currently skips on:
Other Managed Platforms - Analysis:
Key Insight:
The distinction is based on control plane architecture, not managed service status:
Changes
Commit 1: Reapply PR #29074 (was reverted in #30358)
testresult.Flakef()tog.Fail()for certificate testsCommit 2: Mark TLS certificate tests as informing
github.com/openshift-eng/openshift-tests-extension/pkg/ginkgoote.Informing()to both certificate tests:Commit 3: Skip TLS certificate tests on ROSA clusters
IsRosaCluster()function totest/extended/util/framework.goBehavior
After these changes:
On standard OpenShift clusters:
g.Fail()for proper failure reportingote.Informing()label → Non-blocking (failures won't fail CI)On ROSA, MicroShift, and Hypershift clusters:
Benefits
g.Fail()ote.Informing()label can be removed to make them blocking again