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

CI: disable jobs that failed >= 50% on nightly CI recently - part 2 #9857

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

wainersm
Copy link
Contributor

Continuation of #9765

There are other jobs that failed 5 or more times on last 10 executions on nightly CI, see in #9506 (comment)

In this PR I'm disabling most of them, except for TEE jobs, #9855 and #9850 (working on a fix).

The job has failed more than 50% on nightly CI. Remove it from the list of
execution until we don't have a fix.

The clh variation was disabled on commit 5f5274e so this change will
actually result on all the VFIO jobs disabled. Instead of delete the entire
entry from this workflow yaml (or comment the entry), I preferred to use
`if: false` which will make the jobs appear on the UI as skipped.

Issue: 9851
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
The job has failed more than 50% on nightly CI. Remove it from the list of
execution until we don't have a fix.

Issue: kata-containers#9852
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
The job has failed more than 50% on nightly CI. Remove it from the list of
execution until we don't have a fix.

Issue: kata-containers#9853
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
@wainersm wainersm added the area/ci Issues affecting the continuous integration label Jun 14, 2024
@katacontainersbot katacontainersbot added the size/small Small and simple task label Jun 14, 2024
Comment on lines 37 to 44
# TODO: include back when https://github.com/kata-containers/kata-containers/issues/9854 is fixed
exclude:
- vmm: clh
k8s: k0s
- vmm: clh
k8s: rke2
- vmm: qemu
k8s: k0s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, disable the whole kata-deploy tests for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as requested, I've just disable all kata-deploy-tests on garm.

The following jobs have failed more than 50% on nightly CI.

run-kata-deploy-tests-on-garm / run-kata-deploy-tests (clh, k0s)
run-kata-deploy-tests-on-garm / run-kata-deploy-tests (clh, rke2)
run-kata-deploy-tests-on-garm / run-kata-deploy-tests (qemu, k0s)

Instead of removing only those jobs, let's skip the kata-deploy-tests
on GARM completely so we can try to fix all the issues (or maybe
drop the jobs altogether).

Issue: kata-containers#9854
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Copy link
Member

@fidencio fidencio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @wainersm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues affecting the continuous integration ok-to-test size/small Small and simple task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants