Skip to content

Bug 1908648: [test] Skip TestKernelType on OKD#2256

Merged
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
LorbusChris:okd-skip-tests
Dec 18, 2020
Merged

Bug 1908648: [test] Skip TestKernelType on OKD#2256
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
LorbusChris:okd-skip-tests

Conversation

@LorbusChris
Copy link
Copy Markdown
Contributor

@LorbusChris LorbusChris commented Nov 25, 2020

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.

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test ci/prow/okd-e2e-gcp-op

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@LorbusChris: The specified target(s) for /test were not found.
The following commands are available to trigger jobs:

  • /test cluster-bootimages
  • /test e2e-agnostic-upgrade
  • /test e2e-aws
  • /test e2e-aws-disruptive
  • /test e2e-aws-proxy
  • /test e2e-aws-serial
  • /test e2e-aws-workers-rhel7
  • /test e2e-azure
  • /test e2e-gcp-op
  • /test e2e-metal-ipi
  • /test e2e-metal-ipi-ovn-dualstack
  • /test e2e-openstack
  • /test e2e-ovirt
  • /test e2e-ovn-step-registry
  • /test e2e-vsphere
  • /test e2e-vsphere-upi
  • /test images
  • /test okd-e2e-aws
  • /test okd-e2e-gcp-op
  • /test okd-e2e-upgrade
  • /test okd-images
  • /test unit
  • /test verify

Use /test all to run the following jobs:

  • pull-ci-openshift-machine-config-operator-master-e2e-agnostic-upgrade
  • pull-ci-openshift-machine-config-operator-master-e2e-aws
  • pull-ci-openshift-machine-config-operator-master-e2e-aws-serial
  • pull-ci-openshift-machine-config-operator-master-e2e-aws-workers-rhel7
  • pull-ci-openshift-machine-config-operator-master-e2e-gcp-op
  • pull-ci-openshift-machine-config-operator-master-e2e-metal-ipi
  • pull-ci-openshift-machine-config-operator-master-e2e-ovn-step-registry
  • pull-ci-openshift-machine-config-operator-master-images
  • pull-ci-openshift-machine-config-operator-master-okd-e2e-aws
  • pull-ci-openshift-machine-config-operator-master-okd-images
  • pull-ci-openshift-machine-config-operator-master-unit
  • pull-ci-openshift-machine-config-operator-master-verify
Details

In response to this:

/test ci/prow/okd-e2e-gcp-op

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
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

couldn't pull images from quay due to an outage - should be resolved now
/retest

Comment thread test/e2e/utils_test.go Outdated
Comment thread test/e2e/mcd_test.go Outdated
@LorbusChris
Copy link
Copy Markdown
Contributor Author

I'll rework this
/hold
/retitle WIP: [test] Skip TestKernelType on OKD

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 25, 2020
@openshift-ci-robot openshift-ci-robot changed the title [test] Skip TestKernelType on OKD WIP: [test] Skip TestKernelType on OKD Nov 25, 2020
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 25, 2020
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.
@LorbusChris LorbusChris changed the title WIP: [test] Skip TestKernelType on OKD [test] Skip TestKernelType on OKD Dec 1, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 1, 2020
@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op
/retest

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

5 similar comments
@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-aws

1 similar comment
@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-aws

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/retest
/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

/test okd-e2e-gcp-op

@LorbusChris
Copy link
Copy Markdown
Contributor Author

@vrutkovs this now fails at TestExtensions since we don't ship usbguard and kernel-devel in the extensions yum repo in OKD's machine-os-content.

Let's ship them there instead of skipping this test as well (while not installing them by default).

@sinnykumari
Copy link
Copy Markdown
Contributor

/assign @vrutkovs

Copy link
Copy Markdown
Contributor

@vrutkovs vrutkovs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

🥳

@sinnykumari
Copy link
Copy Markdown
Contributor

@LorbusChris you can remove hold when you think it is good to go

@sinnykumari
Copy link
Copy Markdown
Contributor

sinnykumari commented Dec 17, 2020

weird, lgtm label didn't get applied.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 17, 2020
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sinnykumari
Copy link
Copy Markdown
Contributor

umm, a bug also needs to get created as we are in feature freeze

@vrutkovs
Copy link
Copy Markdown
Contributor

/retitle Bug 1908648: [test] Skip TestKernelType on OKD

@openshift-ci-robot openshift-ci-robot changed the title [test] Skip TestKernelType on OKD Bug 1908648: [test] Skip TestKernelType on OKD Dec 17, 2020
@openshift-ci-robot openshift-ci-robot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Dec 17, 2020
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@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
  • bug is open, matching expected state (open)
  • bug target release (4.7.0) matches configured target release for branch (4.7.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
Details

In response to this:

Bug 1908648: [test] Skip TestKernelType on OKD

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
Copy link
Copy Markdown
Contributor Author

this works, lifting the hold
/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 17, 2020
@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@kikisdeliveryservice
Copy link
Copy Markdown
Contributor

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
/override ci/prow/e2e-aws
/override ci/prow/e2e-aws-serial

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-agnostic-upgrade, ci/prow/e2e-aws, ci/prow/e2e-aws-serial

Details

In response to this:

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
/override ci/prow/e2e-aws
/override ci/prow/e2e-aws-serial

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.

@kikisdeliveryservice
Copy link
Copy Markdown
Contributor

kikisdeliveryservice commented Dec 17, 2020

@kikisdeliveryservice
Copy link
Copy Markdown
Contributor

One more time bot:

/override ci/prow/e2e-aws

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-aws

Details

In response to this:

One more time bot:

/override ci/prow/e2e-aws

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
Copy link
Copy Markdown
Contributor Author

Thank you @kikisdeliveryservice!

/cherry-pick release-4.6
so we can get OKD tests on 4.6 working again..

@openshift-cherrypick-robot
Copy link
Copy Markdown

@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.

Details

In response to this:

Thank you @kikisdeliveryservice!

/cherry-pick release-4.6
so we can get OKD tests on 4.6 working again..

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.

@openshift-merge-robot openshift-merge-robot merged commit ca283c2 into openshift:master Dec 18, 2020
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@LorbusChris: All pull requests linked via external trackers have merged:

Bugzilla bug 1908648 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1908648: [test] Skip TestKernelType on OKD

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.

@openshift-cherrypick-robot
Copy link
Copy Markdown

@LorbusChris: new pull request created: #2311

Details

In response to this:

Thank you @kikisdeliveryservice!

/cherry-pick release-4.6
so we can get OKD tests on 4.6 working again..

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants