-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bump Kubernetes to v1.23.0 #5489
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b987cfc to
7955478
Compare
Codecov Report
@@ Coverage Diff @@
## main #5489 +/- ##
=======================================
Coverage 43.25% 43.25%
=======================================
Files 120 120
Lines 12001 12003 +2
=======================================
+ Hits 5191 5192 +1
- Misses 6315 6316 +1
Partials 495 495 |
89f7fc4 to
c765ba5
Compare
|
/retest-required |
3 similar comments
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
I believe you need to apply **diff --git a/contrib/test/ci/cri-o.spec b/contrib/test/ci/cri-o.spec
index c723830ac1..7265b62516 100644
--- a/contrib/test/ci/cri-o.spec
+++ b/contrib/test/ci/cri-o.spec
@@ -13,7 +13,7 @@
%if ! 0%{?centos} && 0%{?rhel}
# Golang minor version
-%global gominver 16
+%global gominver 17
%define gobuild(o:) scl enable go-toolset-1.%{gominver} -- go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**};
%else
%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**};to fix openshift e2e |
Signed-off-by: Sascha Grunert <[email protected]>
c765ba5 to
6f4e7bf
Compare
Thank you! I bumped the go version and rebased. |
|
/retest-required |
|
@fidencio it looks like that kata is broken across several PRs: May I ask you to give it a look? |
|
Okay I think we have to switch the image base as well: openshift/release#24591 |
|
/retest |
|
/test integration_rhel |
|
@haircommander: Overrode contexts on behalf of haircommander: ci/openshift-jenkins/integration_crun DetailsIn response to this:
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. |
|
@saschagrunert: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
Bump vendored Kubernetes to the latest release.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?