Bug 1908648: [test] Skip TestKernelType on OKD#2256
Bug 1908648: [test] Skip TestKernelType on OKD#2256openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
|
/test ci/prow/okd-e2e-gcp-op |
|
@LorbusChris: The specified target(s) for
Use
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/test-infra repository. |
|
/test okd-e2e-gcp-op |
|
couldn't pull images from quay due to an outage - should be resolved now |
|
I'll rework this |
Adds an isOKDCluster function to determine whether the current cluster is an OKD cluster. Skips TestKernelType on OKD because the realtime kernel is not available on OKD clusters.
a2ae220 to
eb47ae0
Compare
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-gcp-op |
5 similar comments
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-gcp-op |
|
/test okd-e2e-aws |
1 similar comment
|
/test okd-e2e-aws |
|
/retest |
|
/test okd-e2e-gcp-op |
|
@vrutkovs this now fails at TestExtensions since we don't ship Let's ship them there instead of skipping this test as well (while not installing them by default). |
|
/assign @vrutkovs |
|
@LorbusChris you can remove hold when you think it is good to go |
|
weird, lgtm label didn't get applied. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LorbusChris, sinnykumari, vrutkovs 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 |
|
umm, a bug also needs to get created as we are in feature freeze |
|
/retitle Bug 1908648: [test] Skip TestKernelType on OKD |
|
@LorbusChris: This pull request references Bugzilla bug 1908648, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
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/test-infra repository. |
|
this works, lifting the hold |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
So okd-e2e-gcp-op is now passing okd-e2e-aws is passing e2e-gcp-op is passing and this PR only changes files in /test/e2e so I'm overriding e2e-aws-serial/e2e-aws/e2e-agnostic-upgrade bc they are unaffected by this pr and okd having functioning ci is important. /override ci/prow/e2e-agnostic-upgrade |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-agnostic-upgrade, ci/prow/e2e-aws, ci/prow/e2e-aws-serial 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/test-infra repository. |
|
Also ftr modified tests were run in the e2e-gcp-op job so no regression there.: |
|
One more time bot: /override ci/prow/e2e-aws |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-aws 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/test-infra repository. |
|
Thank you @kikisdeliveryservice! /cherry-pick release-4.6 |
|
@LorbusChris: once the present PR merges, I will cherry-pick it on top of release-4.6 in a new PR and assign it to you. 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/test-infra repository. |
|
@LorbusChris: All pull requests linked via external trackers have merged: Bugzilla bug 1908648 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 kubernetes/test-infra repository. |
|
@LorbusChris: new pull request created: #2311 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/test-infra repository. |
Adds an isOKDCluster function to determine whether the current cluster
is an OKD cluster.
Skips TestKernelType on OKD because the realtime kernel is not available
on OKD clusters.