-
Notifications
You must be signed in to change notification settings - Fork 159
Automated cherry pick of #1162: Fix for CVEs #1158: go version updates #1188
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
Automated cherry pick of #1162: Fix for CVEs #1158: go version updates #1188
Conversation
/retest |
Test started yesterday is still running for 11 hr /retest |
/assign @msau42 |
For 1.7, pull-gcp-compute-persistent-disk-csi-driver-verify Job for The test fails with a confusing diff, and then says |
The dockerfile change controls the go version used to build the binary, but perhaps not the go version that's used to verify the go fmt. The go version probably got updated when the prow job image got updated to To prevent this from happening in the future, we may need to stop dependending on the go version of the prow job image. |
How should I fix it this time? |
I would go ahead and apply the formatting changes |
3940889
to
242db29
Compare
/test pull-gcp-compute-persistent-disk-csi-driver-unit |
Ok done! That fixed it |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amacaskill, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Now investigating why integration test failed still. I don't see an error. In the meantime I will retest /retest |
Nevermind the error I was thinking about only happens when you try to push images to a registry, which is not done as part of this workflow. |
I think this was the error:
|
Hmm ok I'll look into that. I'm not sure what could cause that but I'll look through the recent changes to see if anything could've effected that. Edit: Filestore had this problem too. They fixed it by using older version of kubetest2 because of a regression: https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/pull/323/files. I applied this fix so fingers crossed this works. |
242db29
to
29b2a21
Compare
Ok we should probably followup with kubetest folks on what the path forward should be. |
/lgtm |
Cherry pick of #1162 #1158 on release-1.7.
#1162: Fix for CVEs
#1158: go version updates
For details on the cherry pick process, see the cherry pick requests page.