-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
etcd: Add golvuncheck for 3.4, 3.5 #32801
base: master
Are you sure you want to change the base?
etcd: Add golvuncheck for 3.4, 3.5 #32801
Conversation
This commit will run pull-etcd-govulncheck for release-3.4, release-3.5 branch in addition to main. Signed-off-by: ArkaSaha30 <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ArkaSaha30 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- release-3.5 | ||
- release-3.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that 3.5 and 3.4 do not have run-govulncheck
in Makefile
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @ivanvc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that 3.5 and 3.4 do not have
run-govulncheck
inMakefile
?
Yes, it needs to be backported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there is no test.sh
we can add the govuln_pass()
function in test_lib.sh
for 3.4, 3.5 branches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OR
we can fix the presubmit to not depend on Makefile and pass the direct commands to run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there is no
test.sh
we can add thegovuln_pass()
function intest_lib.sh
for 3.4, 3.5 branches.
For release-3.5
test.sh
is at the root project directory not in scripts/
. Imo we should be backporting the Makefile
recipe along with changes to test.sh
so tests are run in a uniform way where possible. Otherwise we create cognitive burden when switching between working on different branches.
@jmhbnz, do we want to migrate jobs from branches other than |
Good question - We could discuss at community meeting potentially or cc @ahrtr and @serathius for async decision. Personally I would be in favor. |
I do not see a reason not to do it. So yes to me. |
Link to etcd-io/etcd#18173. Regardless of the previous comment and outcome. I think we're ready to drop the |
We discussed this issue at the August 1st's etcd triage meeting. I'm just bumping this with a comment so we don't forget. @ArkaSaha30, do you have the capacity to do the backports? |
Yess @ivanvc, I plan to take it up today or tomorrow. Slightly tied up with downstream work. |
No worries, @ArkaSaha30. No rush at all. I was making sure that we didn't forget about this open issue. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
This commit will run pull-etcd-govulncheck for release-3.4, release-3.5 branch in addition to main.
Issue link: #32754
cc @ivanvc