kata-containers / kata-containers

Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Apache License 2.0
5.08k stars 1k forks source link

CI: fix `kata-containers-ci-on-push / run-k8s-tests-on-aks / run-k8s-tests (cbl-mariner, *)` jobs #9855

Closed wainersm closed 1 week ago

wainersm commented 1 week ago

The following jobs have failed at least 5 out of last 10 executions on the nightly CI (see https://github.com/kata-containers/kata-containers/issues/9506#issuecomment-2168522061).

wainersm commented 1 week ago

Hi @danmihai1 !

I would normally be disabling these jobs but I know your team has actively monitored and fixed cbl-mariner jobs. So I will touch on them, unless you want me to do so.

danmihai1 commented 1 week ago

Hi @danmihai1 !

I would normally be disabling these jobs but I know your team has actively monitored and fixed cbl-mariner jobs. So I will touch on them, unless you want me to do so.

@wainersm I believe these are fixed now. We had two recent PR collisions with the new yq command line format, but they were fixed with:

wainersm commented 1 week ago

Hi @danmihai1 ! I would normally be disabling these jobs but I know your team has actively monitored and fixed cbl-mariner jobs. So I will touch on them, unless you want me to do so.

@wainersm I believe these are fixed now. We had two recent PR collisions with the new yq command line format, but they were fixed with:

* [tests: fix yq command line in k8s-policy-pvc #9844](https://github.com/kata-containers/kata-containers/pull/9844)

* [tests: k8s: use newer yq command line format #9809](https://github.com/kata-containers/kata-containers/pull/9809)

Great! So I will close this issue and we can check again next week.