Skip to content

Bug 2034484: Library go bump#736

Merged
openshift-merge-robot merged 3 commits intoopenshift:masterfrom
eggfoobar:library_go_bump
Jan 26, 2022
Merged

Bug 2034484: Library go bump#736
openshift-merge-robot merged 3 commits intoopenshift:masterfrom
eggfoobar:library_go_bump

Conversation

@eggfoobar
Copy link
Copy Markdown
Contributor

@eggfoobar eggfoobar commented Dec 9, 2021

Bumping the library-go dependency to latest, this should take advantage of leader election changes for SNO clusters proposed in this library-go PR and performance improvements in this PR.

Changes:

  • updated library-go to use latest master branch
  • updated handler structs to use the new explicit handler structs

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 9, 2021
@eggfoobar
Copy link
Copy Markdown
Contributor Author

/retest-required

@dmage
Copy link
Copy Markdown
Contributor

dmage commented Dec 13, 2021

Is it part of a Jira story or a BZ?

@dmage
Copy link
Copy Markdown
Contributor

dmage commented Dec 13, 2021

TestLeaderElection needs to be adjusted, apparently the new leader election is slower and the test needs to wait until these pods join the election process.

@eggfoobar
Copy link
Copy Markdown
Contributor Author

Is it part of a Jira story or a BZ?

The Jira story this is tied to is CNF-3684

TestLeaderElection needs to be adjusted, apparently the new leader election is slower and the test needs to wait until these pods join the election process.

That's interesting, for non-SNO clusters the timing of 137/107/26 should not have been changed. Looking into it

@eggfoobar eggfoobar force-pushed the library_go_bump branch 3 times, most recently from ce58f4f to f80443e Compare December 15, 2021 18:58
@eggfoobar eggfoobar changed the title [WIP] Library go bump Library go bump Dec 15, 2021
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 15, 2021
@jerpeter1
Copy link
Copy Markdown
Member

/retest-required

1 similar comment
@ggiguash
Copy link
Copy Markdown

/retest-required

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 23, 2021
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 24, 2021
@ggiguash
Copy link
Copy Markdown

/retest-required

1 similar comment
@ggiguash
Copy link
Copy Markdown

ggiguash commented Jan 4, 2022

/retest-required

@eggfoobar eggfoobar changed the title Library go bump Bug 2034484: Library go bump Jan 7, 2022
@openshift-ci openshift-ci Bot added the bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. label Jan 7, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 7, 2022

@eggfoobar: This pull request references Bugzilla bug 2034484, which is valid. 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.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

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

Details

In response to this:

Bug 2034484: Library go bump

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 added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jan 7, 2022
@ggiguash
Copy link
Copy Markdown

/retest-required

2 similar comments
@ggiguash
Copy link
Copy Markdown

/retest-required

@ggiguash
Copy link
Copy Markdown

/retest-required

@eggfoobar
Copy link
Copy Markdown
Contributor Author

/assign @dmage

@eggfoobar
Copy link
Copy Markdown
Contributor Author

/retest-required

fetched latest library-go and vendored dep
updated handlers to use updated sctruct names
updated okd builder image to use go 1.17

Signed-off-by: ehila <ehila@redhat.com>

fix: updated build-machinery to fix yaml-patch verify

updated build-machinery
- more info: openshift/build-machinery-go#58

Signed-off-by: ehila <ehila@redhat.com>

fix: pull in latest library-go

pull in to grab fix described here openshift/library-go#1272

Signed-off-by: ehila <ehila@redhat.com>

bump: library-go

updated library-go to latest for fix in pr openshift/library-go#1273

Signed-off-by: ehila <ehila@redhat.com>
Signed-off-by: ehila <ehila@redhat.com>
delay check for leader election to wait for logs to write

Signed-off-by: ehila <ehila@redhat.com>
@dmage
Copy link
Copy Markdown
Contributor

dmage commented Jan 25, 2022

/approve

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 25, 2022
@dmage
Copy link
Copy Markdown
Contributor

dmage commented Jan 25, 2022

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jan 25, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 25, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dmage, eggfoobar

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

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest-required

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 26, 2022

@eggfoobar: 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-gcp-operator 659cdd9 link false /test e2e-gcp-operator
ci/prow/e2e-ovirt a9f3dfc link false /test e2e-ovirt

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.

@openshift-merge-robot openshift-merge-robot merged commit 37a7cc1 into openshift:master Jan 26, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 26, 2022

@eggfoobar: Bugzilla bug 2034484 is in an unrecognized state (ON_QA) and will not be moved to the MODIFIED state.

Details

In response to this:

Bug 2034484: Library go bump

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-high Referenced Bugzilla bug's severity is high 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.

6 participants