Skip to content

Conversation

@dobsonj
Copy link
Member

@dobsonj dobsonj commented Jan 17, 2023

https://issues.redhat.com/browse/OCPBUGS-5490
This bumps openshift/kubernetes to get the fix in openshift/kubernetes#1449
I just updated the k8s.io/kubernetes => github.com/openshift/kubernetes line and then:

go mod tidy && go mod vendor && git add go.* vendor

Then ran make update to fix the verify failures.
This should stop (remove) the failing volume limits test in 4.12-e2e-aws-sdn-techpreview.
/cc @soltysh @deads2k @duanwei33

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 17, 2023

@dobsonj: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Details

In response to this:

OCPBUGS-5490: Bump kubernetes to latest release-4.12

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-ci-robot openshift-ci-robot added jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Jan 17, 2023
@openshift-ci-robot
Copy link

@dobsonj: This pull request references Jira Issue OCPBUGS-5490, which is valid. The bug has been moved to the POST state.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.12.z) matches configured target version for branch (4.12.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
  • dependent bug Jira Issue OCPBUGS-4900 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE))
  • dependent Jira Issue OCPBUGS-4900 targets the "4.13.0" version, which is one of the valid target versions: 4.13.0
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-5490
This bumps openshift/kubernetes to get the fix in openshift/kubernetes#1449
I just updated the k8s.io/kubernetes => github.com/openshift/kubernetes line and then:

go mod tidy && go mod vendor && git add go.* vendor

This should stop (remove) the failing volume limits test in 4.12-e2e-aws-sdn-techpreview.
/cc @soltysh @deads2k @duanwei33

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-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jan 17, 2023
@openshift-ci openshift-ci bot added the vendor-update Touching vendor dir or related files label Jan 17, 2023
@openshift-ci openshift-ci bot added the e2e-images-update Related to images used by e2e tests label Jan 17, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 17, 2023

@dobsonj: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Retaining the bugzilla/valid-bug label as it was manually added.

Details

In response to this:

OCPBUGS-5490: Bump kubernetes to latest release-4.12

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-ci-robot
Copy link

@dobsonj: This pull request references Jira Issue OCPBUGS-5490, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.12.z) matches configured target version for branch (4.12.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • dependent bug Jira Issue OCPBUGS-4900 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE))
  • dependent Jira Issue OCPBUGS-4900 targets the "4.13.0" version, which is one of the valid target versions: 4.13.0
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request.

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-5490
This bumps openshift/kubernetes to get the fix in openshift/kubernetes#1449
I just updated the k8s.io/kubernetes => github.com/openshift/kubernetes line and then:

go mod tidy && go mod vendor && git add go.* vendor

Then make update and fix the node_limit.go unit test.
This should stop (remove) the failing volume limits test in 4.12-e2e-aws-sdn-techpreview.
/cc @soltysh @deads2k @duanwei33

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-ci-robot
Copy link

@dobsonj: This pull request references Jira Issue OCPBUGS-5490, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.12.z) matches configured target version for branch (4.12.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • dependent bug Jira Issue OCPBUGS-4900 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE))
  • dependent Jira Issue OCPBUGS-4900 targets the "4.13.0" version, which is one of the valid target versions: 4.13.0
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request.

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-5490
This bumps openshift/kubernetes to get the fix in openshift/kubernetes#1449
I just updated the k8s.io/kubernetes => github.com/openshift/kubernetes line and then:

go mod tidy && go mod vendor && git add go.* vendor

Then ran make update to fix the verify failures.
This should stop (remove) the failing volume limits test in 4.12-e2e-aws-sdn-techpreview.
/cc @soltysh @deads2k @duanwei33

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-ci
Copy link
Contributor

openshift-ci bot commented Jan 17, 2023

@dobsonj: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Retaining the bugzilla/valid-bug label as it was manually added.

Details

In response to this:

OCPBUGS-5490: Bump kubernetes to latest release-4.12

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.

@dobsonj
Copy link
Member Author

dobsonj commented Jan 17, 2023

Opened #27668 to get the unit test failure fixed in 4.12.

@dobsonj
Copy link
Member Author

dobsonj commented Jan 19, 2023

/retest

1 similar comment
@dobsonj
Copy link
Member Author

dobsonj commented Jan 20, 2023

/retest

@dobsonj
Copy link
Member Author

dobsonj commented Jan 30, 2023

/retest-required

1 similar comment
@dobsonj
Copy link
Member Author

dobsonj commented Jan 31, 2023

/retest-required

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 10, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dobsonj
Once this PR has been reviewed and has the lgtm label, please assign soltysh for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 10, 2023

@dobsonj: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-fips 5da0099 link true /test e2e-aws-ovn-fips
ci/prow/e2e-metal-ipi-serial-ovn-ipv6 5da0099 link false /test e2e-metal-ipi-serial-ovn-ipv6
ci/prow/e2e-aws-ovn-etcd-scaling 5da0099 link false /test e2e-aws-ovn-etcd-scaling
ci/prow/e2e-gcp-ovn-etcd-scaling 5da0099 link false /test e2e-gcp-ovn-etcd-scaling
ci/prow/e2e-metal-ipi-sdn 5da0099 link false /test e2e-metal-ipi-sdn
ci/prow/e2e-openstack-ovn 5da0099 link false /test e2e-openstack-ovn
ci/prow/e2e-gcp-ovn-upgrade 5da0099 link true /test e2e-gcp-ovn-upgrade
ci/prow/e2e-vsphere-ovn-etcd-scaling 5da0099 link false /test e2e-vsphere-ovn-etcd-scaling
ci/prow/e2e-aws-ovn-single-node 5da0099 link false /test e2e-aws-ovn-single-node
ci/prow/e2e-aws-ovn-single-node-serial 5da0099 link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-gcp-ovn 5da0099 link true /test e2e-gcp-ovn
ci/prow/e2e-azure-ovn-etcd-scaling 5da0099 link false /test e2e-azure-ovn-etcd-scaling
ci/prow/e2e-aws-ovn-single-node-upgrade 5da0099 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-cgroupsv2 5da0099 link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-aws-ovn-upgrade 5da0099 link false /test e2e-aws-ovn-upgrade

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@dobsonj
Copy link
Member Author

dobsonj commented Mar 14, 2023

this was addressed by #27794
/close

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 14, 2023
@openshift-merge-robot
Copy link
Contributor

PR needs rebase.

Details

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-ci openshift-ci bot closed this Mar 14, 2023
@openshift-ci-robot
Copy link

@dobsonj: This pull request references Jira Issue OCPBUGS-5490. The bug has been updated to no longer refer to the pull request using the external bug tracker.

Details

In response to this:

https://issues.redhat.com/browse/OCPBUGS-5490
This bumps openshift/kubernetes to get the fix in openshift/kubernetes#1449
I just updated the k8s.io/kubernetes => github.com/openshift/kubernetes line and then:

go mod tidy && go mod vendor && git add go.* vendor

Then ran make update to fix the verify failures.
This should stop (remove) the failing volume limits test in 4.12-e2e-aws-sdn-techpreview.
/cc @soltysh @deads2k @duanwei33

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-ci
Copy link
Contributor

openshift-ci bot commented Mar 14, 2023

@dobsonj: Closed this PR.

Details

In response to this:

this was addressed by #27794
/close

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

bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. e2e-images-update Related to images used by e2e tests jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. vendor-update Touching vendor dir or related files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants