Skip to content
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

Update cri-o from v1.22.3 to v1.24.1 #14420

Merged
merged 12 commits into from Jul 1, 2022
Merged

Conversation

psschwei
Copy link
Contributor

Signed-off-by: Paul S. Schweigert paulschw@us.ibm.com

Fixes #14417

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 24, 2022
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@spowelljr
Copy link
Member

spowelljr commented Jun 24, 2022

Hi @psschwei, thanks for the PR! There is actually an additional spot the version should be updated:

ARG CRIO_VERSION="1.22"

However, before I can run the ISO and kicbase build we need to wait for cri-o to fix there not being a s390x package:
cri-o/cri-o#6000

So please update the additional spot I mentioned and once the cri-o issue is resolved I'll get this PR moving, thanks!

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@spowelljr
Copy link
Member

/ok-to-build-iso

@spowelljr
Copy link
Member

ok-to-build-image

@minikube-bot
Copy link
Collaborator

Hi @psschwei, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 27, 2022
@minikube-bot
Copy link
Collaborator

Hi @psschwei, building a new ISO failed.
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/14420/d53be77/iso_build.txt

@psschwei
Copy link
Contributor Author

psschwei commented Jun 27, 2022

Build failed due to a hash error:

ERROR: v1.24.1.tar.gz has wrong sha256 hash:
ERROR: expected: 03579f33697d9f53722a241e6657b66c28cd4bf587f262319a1fc14eb96f5a32
ERROR: got     : 5543b96b668e964a24d5fc4af9a0e51e4c571c4c4bec5f0cf2cfd5df76debd7f
ERROR: Incomplete download, or man-in-the-middle (MITM) attack

Though I double-checked, and the expected hash above is the same as from the CRI-O 1.24.1 relese note. Assuming that is the right hash to use here...

@spowelljr
Copy link
Member

I'll double check in a little bit

@spowelljr
Copy link
Member

@psschwei

It looks like you grabbed the hash of cri-o.amd64.v1.24.1.tar.gz, but we want the hash for Source code (tar.gz), 5543b96b668e964a24d5fc4af9a0e51e4c571c4c4bec5f0cf2cfd5df76debd7f looks correct to me.

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@psschwei
Copy link
Contributor Author

Whoops... sorry about that. Fixed now.

@spowelljr
Copy link
Member

ok-to-build-iso

@minikube-bot
Copy link
Collaborator

Hi @psschwei, building a new ISO failed.
See the logs at: https://storage.cloud.google.com/minikube-builds/logs/14420/671ba90/iso_build.txt

@spowelljr
Copy link
Member

It looks like cri-o is failing to build

v1.24.1.tar.gz: OK (sha256: 5543b96b668e964a24d5fc4af9a0e51e4c571c4c4bec5f0cf2cfd5df76debd7f)
>>> crio-bin v1.24.1 Extracting
gzip -d -c /home/jenkins/go/src/k8s.io/minikube/out/buildroot/dl/crio-bin/v1.24.1.tar.gz | tar --strip-components=1 -C /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1   -xf -
>>> crio-bin v1.24.1 Patching
>>> crio-bin v1.24.1 Configuring
mkdir -p /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output/src/github.com/cri-o
ln -sf /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1 /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output/src/github.com/cri-o/cri-o
# disable the "automatic" go module detection
sed -e 's/go help mod/false/' -i /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/Makefile
>>> crio-bin v1.24.1 Building
mkdir -p /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/bin
CGO_ENABLED=1 GO111MODULE=off GOPATH="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output" PATH=/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output/bin:"/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin:/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin" GOARCH=arm64 /usr/bin/make -j5 PATH="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin:/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin" AR="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-ar" AS="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-as" LD="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-ld" NM="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-nm" CC="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gcc" GCC="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gcc" CPP="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-cpp" CXX="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-g++" FC="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gfortran" F77="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gfortran" RANLIB="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-ranlib" READELF="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-readelf" STRIP="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-strip" OBJCOPY="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-objcopy" OBJDUMP="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/include" LDFLAGS_FOR_BUILD="-L/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/lib -Wl,-rpath,/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-as" DEFAULT_LINKER="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -O2  " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -O2  " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/pkg-config" STAGING_DIR="/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/aarch64-minikube-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1 COMMIT_NO=a3bbde8a77c323aa6a485da9a9046299155c6016 PREFIX=/usr binaries
if [ ! -d "/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output" ]; then mkdir -p /home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output; fi
/usr/bin/make -C pinns
touch "/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/_output/.gopathok"
/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -O2   -O3 -o src/sysctl.o -c src/sysctl.c
/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -O2   -O3 -o src/pinns.o -c src/pinns.c
go build  -trimpath  -ldflags '-s -w -X github.com/cri-o/cri-o/internal/pkg/criocli.DefaultsPath="" -X github.com/cri-o/cri-o/internal/version.buildDate='2022-06-28T00:42:00Z' -X github.com/cri-o/cri-o/internal/version.gitCommit=a3bbde8a77c323aa6a485da9a9046299155c6016 -X github.com/cri-o/cri-o/internal/version.gitTreeState=dirty ' -tags "containers_image_ostree_stub    exclude_graphdriver_devicemapper libdm_no_deferred_remove  seccomp  " -o bin/crio github.com/cri-o/cri-o/cmd/crio
/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-gcc -o ../bin/pinns src/sysctl.o src/pinns.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -O2    
go build  -trimpath  -ldflags '-s -w -X github.com/cri-o/cri-o/internal/pkg/criocli.DefaultsPath="" -X github.com/cri-o/cri-o/internal/version.buildDate='2022-06-28T00:42:00Z' -X github.com/cri-o/cri-o/internal/version.gitCommit=a3bbde8a77c323aa6a485da9a9046299155c6016 -X github.com/cri-o/cri-o/internal/version.gitTreeState=dirty ' -tags "containers_image_ostree_stub    exclude_graphdriver_devicemapper libdm_no_deferred_remove  seccomp  " -o bin/crio-status github.com/cri-o/cri-o/cmd/crio-status
/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/host/bin/aarch64-minikube-linux-gnu-strip -s ../bin/pinns
# github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:990:17: syntax error: unexpected interface, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:993:6: missing function body
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:993:17: syntax error: unexpected [, expecting (
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:999:17: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1004:17: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1009:17: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1014:19: syntax error: unexpected ~, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1017:19: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1022:19: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1027:19: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:993:6: too many errors
# github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:12:14: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:18:11: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:25:11: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:36:13: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:52:13: syntax error: unexpected [, expecting (
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:57:9: syntax error: unexpected [, expecting (
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:69:13: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:86:13: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:88:2: syntax error: non-declaration statement outside function body
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:98:13: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:98:13: too many errors
# github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:990:17: syntax error: unexpected interface, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:993:6: missing function body
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:993:17: syntax error: unexpected [, expecting (
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:999:17: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1004:17: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1009:17: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1014:19: syntax error: unexpected ~, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1017:19: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1022:19: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:1027:19: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/list.go:993:6: too many errors
# github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:12:14: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:18:11: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:25:11: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:36:13: syntax error: unexpected any, expecting ]
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:52:13: syntax error: unexpected [, expecting (
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:57:9: syntax error: unexpected [, expecting (
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:69:13: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:86:13: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:88:2: syntax error: non-declaration statement outside function body
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:98:13: syntax error: unexpected [, expecting comma or )
_output/src/github.com/cri-o/cri-o/vendor/capnproto.org/go/capnp/v3/internal/mpsc/mpsc.go:98:13: too many errors
make[3]: *** [bin/crio] Error 2
make[3]: *** Waiting for unfinished jobs....
Makefile:187: recipe for target 'bin/crio' failed
make[3]: *** [bin/crio-status] Error 2
Makefile:190: recipe for target 'bin/crio-status' failed
make[2]: *** [/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/.stamp_built] Error 2
package/pkg-generic.mk:248: recipe for target '/home/jenkins/go/src/k8s.io/minikube/out/buildroot/output-aarch64/build/crio-bin-v1.24.1/.stamp_built' failed
make[1]: *** [_all] Error 2
Makefile:84: recipe for target '_all' failed
make[1]: Leaving directory '/home/jenkins/go/src/k8s.io/minikube/out/buildroot'
make: *** [minikube-iso-aarch64] Error 2
Makefile:289: recipe for target 'minikube-iso-aarch64' failed

@spowelljr
Copy link
Member

I'm wondering if one of the imports is using Go 1.17 or 1.18 specific features, I think our ISO Go version might be a little bit behind, that's my bet

@spowelljr
Copy link
Member

Yeah, this looks like the problem (capnproto/go-capnp#229), one of the imports is using generics which were introduced in Go 1.18, but we're using Go 1.17 for the ISO.

Would you mind bumping this to 1.18 and I'll re-run the ISO build, thanks!

GOLANG_OPTIONS = GO_VERSION=1.17 GO_HASH_FILE=$(PWD)/deploy/iso/minikube-iso/go.hash

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@psschwei
Copy link
Contributor Author

Thanks for the catch! Updated

@spowelljr
Copy link
Member

Apologies, I forgot to mention that the hash for the Go version needs to be added as well:

sha256 3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d go1.17.src.tar.gz

Would you mind just appending .3 to the Go version you updated, and here's the hash for Go 1.18.3 if you could append that to hash file listed above, sorry for the extra steps.

0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@psschwei
Copy link
Contributor Author

No worries, done

@spowelljr
Copy link
Member

spowelljr commented Jun 29, 2022

Hey @psschwei, all the tests look good to me expect TestForceSystemdFlag is now failiing on Docker Linux crio.

This is partly because cri-o 1.22 stopped outputting values in /etc/crio/crio.conf that match default values, so the file was empty, but they reverted this change in 1.22+.

The other part is the test itself is checking for the the old way of config.

If you wouldn't mind updating this test here:

func validateCrioSystemd(ctx context.Context, t *testing.T, profile string) {
rr, err := Run(t, exec.CommandContext(ctx, Target(), "-p", profile, "ssh", "cat /etc/crio/crio.conf"))
if err != nil {
t.Errorf("failed to get cri-o cgroup driver. args %q: %v", rr.Command(), err)
}
// cri-o defaults to `systemd` if `cgroup_manager` not set, so we remove `cgroup_manager` on force
if strings.Contains(rr.Output(), "cgroup_manager = ") {
t.Fatalf("expected systemd cgroup driver, got: %v", rr.Output())
}
}

  • The file on line 126 we're catting should be changed to /etc/crio/crio.conf.d/02-crio.conf
  • The comment on line 130 should be removed
  • The fail cause should be update to if cgroup_manager = "systemd" is not found in the output

If you have any questions let me know, I can also make the change if don't have the time

@psschwei
Copy link
Contributor Author

No worries, I'll knock it out in a bit (also the additional doc update from the other PR).

Thanks for all the help getting this one in, it's greatly appreciated!

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
test/integration/docker_test.go Outdated Show resolved Hide resolved
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 56.2s    | 56.8s               |
| enable ingress | 29.8s    | 28.4s               |
+----------------+----------+---------------------+

Times for minikube start: 56.8s 59.1s 54.6s 55.7s 54.7s
Times for minikube (PR 14420) start: 57.9s 56.9s 56.6s 55.4s 57.0s

Times for minikube ingress: 32.0s 28.6s 29.1s 29.1s 30.0s
Times for minikube (PR 14420) ingress: 26.6s 29.6s 29.5s 31.1s 25.1s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 27.1s    | 27.5s               |
| enable ingress | 22.7s    | 22.5s               |
+----------------+----------+---------------------+

Times for minikube (PR 14420) ingress: 21.5s 22.9s 23.9s 21.9s 22.4s
Times for minikube ingress: 22.4s 22.4s 22.9s 23.4s 22.4s

Times for minikube start: 26.9s 26.5s 27.1s 27.6s 27.6s
Times for minikube (PR 14420) start: 27.9s 28.0s 27.2s 27.3s 27.2s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 23.4s    | 23.2s               |
| enable ingress | 27.5s    | 27.2s               |
+----------------+----------+---------------------+

Times for minikube ingress: 28.4s 26.9s 27.4s 27.4s 27.4s
Times for minikube (PR 14420) ingress: 26.9s 27.4s 27.0s 27.4s 27.4s

Times for minikube start: 23.1s 23.8s 23.5s 22.9s 23.5s
Times for minikube (PR 14420) start: 22.6s 22.9s 23.3s 23.8s 23.6s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux TestMultiNode/serial/RestartKeepsNodes (gopogh) 1.20 (chart)
Docker_Linux_containerd TestFunctional/serial/LogsFileCmd (gopogh) 4.76 (chart)
Docker_macOS TestFunctional/parallel/DashboardCmd (gopogh) 12.00 (chart)
KVM_Linux TestMultiNode/serial/RestartMultiNode (gopogh) 42.86 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 73.85 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 80.72 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 81.16 (chart)
Docker_Linux TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 81.93 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/bridge/DNS (gopogh) 85.51 (chart)
Docker_Linux TestNetworkPlugins/group/false/DNS (gopogh) 85.54 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 86.75 (chart)
Docker_Linux TestNetworkPlugins/group/kubenet/DNS (gopogh) 86.75 (chart)
Hyperkit_macOS TestNetworkPlugins/group/kubenet/HairPin (gopogh) 93.75 (chart)
Docker_Linux_containerd TestKubernetesUpgrade (gopogh) 96.43 (chart)
Docker_macOS TestNetworkPlugins/group/kubenet/HairPin (gopogh) 96.55 (chart)
KVM_Linux TestNetworkPlugins/group/kubenet/HairPin (gopogh) 97.40 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressAddons (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (gopogh) 100.00 (chart)
Docker_macOS TestIngressAddonLegacy/StartLegacyK8sCluster (gopogh) 100.00 (chart)
Docker_macOS TestKubernetesUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestMissingContainerUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestPause/serial/VerifyStatus (gopogh) 100.00 (chart)
Docker_macOS TestPreload (gopogh) 100.00 (chart)
Docker_macOS TestRunningBinaryUpgrade (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/default-k8s-different-port/serial/Pause (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/embed-certs/serial/Pause (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/newest-cni/serial/Pause (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/no-preload/serial/Pause (gopogh) 100.00 (chart)
Docker_macOS TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (gopogh) 100.00 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 56.4s    | 57.1s               |
| enable ingress | 27.5s    | 27.3s               |
+----------------+----------+---------------------+

Times for minikube (PR 14420) ingress: 25.6s 29.1s 26.1s 30.1s 25.5s
Times for minikube ingress: 28.6s 25.6s 28.6s 25.1s 29.6s

Times for minikube start: 56.9s 56.8s 56.0s 56.6s 55.8s
Times for minikube (PR 14420) start: 57.6s 57.2s 57.0s 56.5s 57.3s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 27.9s    | 28.4s               |
| enable ingress | 34.9s    | 23.6s               |
+----------------+----------+---------------------+

Times for minikube (PR 14420) start: 28.9s 28.4s 29.5s 26.6s 28.6s
Times for minikube start: 27.8s 28.1s 28.7s 27.9s 27.3s

Times for minikube ingress: 23.9s 22.4s 21.9s 83.4s 22.9s
Times for minikube (PR 14420) ingress: 22.4s 22.9s 26.9s 23.0s 22.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 26.2s    | 27.9s               |
| enable ingress | 27.4s    | 27.2s               |
+----------------+----------+---------------------+

Times for minikube start: 35.5s 23.3s 24.0s 24.6s 23.5s
Times for minikube (PR 14420) start: 23.6s 23.9s 23.2s 33.8s 35.0s

Times for minikube ingress: 27.4s 27.4s 27.4s 27.4s 27.4s
Times for minikube (PR 14420) ingress: 26.9s 27.0s 27.4s 27.4s 27.4s

test/integration/docker_test.go Outdated Show resolved Hide resolved
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 56.6s    | 56.2s               |
| enable ingress | 28.9s    | 29.1s               |
+----------------+----------+---------------------+

Times for minikube start: 56.2s 58.2s 56.7s 56.0s 56.1s
Times for minikube (PR 14420) start: 54.9s 54.6s 56.1s 57.0s 58.3s

Times for minikube ingress: 30.6s 30.1s 25.5s 29.1s 29.1s
Times for minikube (PR 14420) ingress: 30.1s 29.2s 29.5s 28.6s 28.1s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 28.1s    | 27.6s               |
| enable ingress | 22.9s    | 23.0s               |
+----------------+----------+---------------------+

Times for minikube start: 28.4s 28.6s 27.1s 27.8s 28.5s
Times for minikube (PR 14420) start: 26.6s 28.1s 27.3s 28.2s 27.8s

Times for minikube ingress: 22.4s 22.9s 23.0s 22.9s 23.4s
Times for minikube (PR 14420) ingress: 22.5s 24.0s 22.9s 22.9s 22.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 23.1s    | 23.2s               |
| enable ingress | 27.4s    | 27.3s               |
+----------------+----------+---------------------+

Times for minikube (PR 14420) start: 22.8s 23.3s 23.4s 23.1s 23.6s
Times for minikube start: 23.3s 23.7s 22.7s 22.6s 23.3s

Times for minikube ingress: 27.4s 27.4s 27.4s 27.4s 27.4s
Times for minikube (PR 14420) ingress: 27.4s 27.4s 27.4s 26.9s 27.4s

@spowelljr
Copy link
Member

I believe you may have accidentally wiped the ISO changes made by the minikube-bot when you squashed your commits

Could you please re-run the following when you get the chance:

$ sed -i 's/ISO_VERSION ?= .*/ISO_VERSION ?= v1.26.0-1656448385-14420/' Makefile
$ sed -i 's|isoBucket := .*|isoBucket := "minikube-builds/iso/14420"|' pkg/minikube/download/iso.go
$ make generate-docs

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 30, 2022
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyper-V_Windows TestNetworkPlugins/group/enable-default-cni/Start (gopogh) 2.38 (chart)
Hyper-V_Windows TestNetworkPlugins/group/flannel/Start (gopogh) 7.14 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/kindnet/DNS (gopogh) 7.69 (chart)
Docker_macOS TestFunctional/parallel/DashboardCmd (gopogh) 11.25 (chart)
Hyper-V_Windows TestNetworkPlugins/group/bridge/Start (gopogh) 14.29 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kubenet/Start (gopogh) 19.05 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 23.81 (chart)
KVM_Linux TestPause/serial/SecondStartNoReconfiguration (gopogh) 38.55 (chart)
Docker_Windows TestAddons/Setup (gopogh) 49.38 (chart)
Docker_Windows TestCertExpiration (gopogh) 49.38 (chart)
Docker_Windows TestCertOptions (gopogh) 49.38 (chart)
Docker_Windows TestDockerFlags (gopogh) 49.38 (chart)
Docker_Windows TestErrorSpam/setup (gopogh) 49.38 (chart)
Docker_Windows TestForceSystemdEnv (gopogh) 49.38 (chart)
Docker_Windows TestForceSystemdFlag (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/CertSync (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/CpCmd (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/DockerEnv/powershell (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/FileSync (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageBuild (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 49.38 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 56.7s    | 55.8s               |
| enable ingress | 27.9s    | 28.2s               |
+----------------+----------+---------------------+

Times for minikube start: 56.6s 57.8s 57.0s 56.3s 55.8s
Times for minikube (PR 14420) start: 55.7s 54.5s 56.5s 56.3s 55.9s

Times for minikube ingress: 30.2s 30.1s 28.5s 25.6s 25.1s
Times for minikube (PR 14420) ingress: 26.6s 29.1s 28.6s 29.6s 27.1s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14420) |
+-------------------+----------+---------------------+
| minikube start    | 28.1s    | 27.6s               |
| ⚠️  enable ingress | 22.0s    | 34.6s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 27.9s 28.1s 27.9s 27.9s 28.5s
Times for minikube (PR 14420) start: 29.1s 28.9s 26.6s 26.2s 27.3s

Times for minikube ingress: 20.9s 23.0s 21.4s 22.4s 22.5s
Times for minikube (PR 14420) ingress: 22.0s 22.4s 23.0s 23.5s 82.4s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 25.6s    | 25.7s               |
| enable ingress | 26.6s    | 26.5s               |
+----------------+----------+---------------------+

Times for minikube (PR 14420) ingress: 25.9s 25.9s 27.4s 27.4s 25.9s
Times for minikube ingress: 27.4s 26.9s 25.9s 26.4s 26.4s

Times for minikube start: 23.1s 34.5s 23.5s 23.5s 23.2s
Times for minikube (PR 14420) start: 23.2s 23.3s 35.5s 23.3s 23.2s

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 56.7s    | 57.2s               |
| enable ingress | 28.7s    | 27.6s               |
+----------------+----------+---------------------+

Times for minikube start: 59.0s 56.8s 58.1s 54.9s 54.9s
Times for minikube (PR 14420) start: 56.9s 55.4s 59.6s 56.3s 57.9s

Times for minikube (PR 14420) ingress: 29.1s 29.1s 25.6s 25.1s 29.1s
Times for minikube ingress: 26.1s 30.1s 29.6s 29.0s 28.6s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 28.0s    | 28.0s               |
| enable ingress | 22.9s    | 22.4s               |
+----------------+----------+---------------------+

Times for minikube start: 27.5s 29.7s 28.3s 28.3s 26.1s
Times for minikube (PR 14420) start: 28.2s 28.2s 27.6s 28.7s 27.6s

Times for minikube ingress: 23.9s 22.9s 22.4s 22.4s 22.9s
Times for minikube (PR 14420) ingress: 21.9s 22.9s 22.9s 22.4s 22.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14420) |
+----------------+----------+---------------------+
| minikube start | 25.8s    | 28.6s               |
| enable ingress | 33.5s    | 27.0s               |
+----------------+----------+---------------------+

Times for minikube ingress: 26.9s 27.4s 58.4s 27.4s 27.4s
Times for minikube (PR 14420) ingress: 26.9s 27.4s 27.4s 27.4s 26.0s

Times for minikube start: 22.9s 34.7s 24.2s 23.7s 23.7s
Times for minikube (PR 14420) start: 23.6s 35.3s 25.7s 34.2s 24.4s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestNoKubernetes/serial/StartWithK8s (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/no-preload/serial/DeployApp (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/no-preload/serial/EnableAddonWhileActive (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/no-preload/serial/FirstStart (gopogh) 0.00 (chart)
Hyperkit_macOS TestNoKubernetes/serial/StartWithStopK8s (gopogh) 1.16 (chart)
Hyper-V_Windows TestStartStop/group/default-k8s-different-port/serial/Pause (gopogh) 1.19 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kubenet/Start (gopogh) 19.05 (chart)
Hyper-V_Windows TestPause/serial/SecondStartNoReconfiguration (gopogh) 26.19 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 37.14 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/FirstStart (gopogh) 37.14 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/SecondStart (gopogh) 37.14 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (gopogh) 37.14 (chart)
KVM_Linux TestPause/serial/SecondStartNoReconfiguration (gopogh) 38.55 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 40.00 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/FirstStart (gopogh) 40.00 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 40.00 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 40.00 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/SecondStart (gopogh) 48.57 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (gopogh) 48.57 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/DeployApp (gopogh) 49.30 (chart)
Docker_Windows TestAddons/Setup (gopogh) 49.38 (chart)
Docker_Windows TestCertExpiration (gopogh) 49.38 (chart)
Docker_Windows TestCertOptions (gopogh) 49.38 (chart)
Docker_Windows TestDockerFlags (gopogh) 49.38 (chart)
Docker_Windows TestErrorSpam/setup (gopogh) 49.38 (chart)
Docker_Windows TestForceSystemdEnv (gopogh) 49.38 (chart)
Docker_Windows TestForceSystemdFlag (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/CertSync (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/CpCmd (gopogh) 49.38 (chart)
Docker_Windows TestFunctional/parallel/DockerEnv/powershell (gopogh) 49.38 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestStartStop/group/no-preload/serial/DeployApp (gopogh) 3.49 (chart)
Hyperkit_macOS TestStartStop/group/no-preload/serial/EnableAddonWhileActive (gopogh) 3.49 (chart)
Hyperkit_macOS TestStartStop/group/no-preload/serial/FirstStart (gopogh) 3.49 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/FirstStart (gopogh) 14.29 (chart)
Docker_Linux_containerd TestPause/serial/Start (gopogh) 19.78 (chart)
Docker_Linux_containerd TestOffline (gopogh) 20.88 (chart)
Docker_Linux_containerd TestAddons/Setup (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/DashboardCmd (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/MountCmd/any-port (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/MySQL (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/PersistentVolumeClaim (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmd (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmdConnect (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/serial/ExtraConfig (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/serial/SoftStart (gopogh) 23.08 (chart)
Docker_Linux_containerd TestFunctional/serial/StartWithProxy (gopogh) 23.08 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 23.08 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/StartLegacyK8sCluster (gopogh) 23.08 (chart)
Docker_Linux_containerd TestJSONOutput/start/Command (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/AddNode (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/DeleteNode (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/DeployApp2Nodes (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/FreshStart2Nodes (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/PingHostFrom2Pods (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/ProfileList (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/StartAfterStop (gopogh) 23.08 (chart)
Docker_Linux_containerd TestMultiNode/serial/StopNode (gopogh) 23.08 (chart)
Docker_Linux_containerd TestPreload (gopogh) 23.08 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@spowelljr
Copy link
Member

This PR looks good to me @psschwei, thanks for your work on it.

The one thing I see is you made an ISO documentation change here, not sure if you intended to make that to #14473 instead or not. But I'm happy to merge this if you're good with it.

@psschwei
Copy link
Contributor Author

psschwei commented Jul 1, 2022

Yeah, that was supposed to be in #14473. But since it's a cleanup, if you're happy with it here I can just close the other one...

@spowelljr
Copy link
Member

I'm fine with it here, I'll merge it now, thank you!

@spowelljr spowelljr merged commit 1a3aac4 into kubernetes:master Jul 1, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: psschwei, spowelljr

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 1, 2022
@psschwei
Copy link
Contributor Author

psschwei commented Jul 1, 2022

Thanks for your help shepherding this through!

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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump CRI-O version to 1.24.1
5 participants