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

Merged
merged 4 commits into from
Jun 24, 2024

Commits on Jun 14, 2024

  1. CI: disable run-basic-amd64-tests / run-vfio (qemu) job

    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>
    wainersm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5628204 View commit details
    Browse the repository at this point in the history
  2. CI: disable run-basic-amd64-tests / run-nerdctl-tests (clh) job

    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>
    wainersm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cbf0b7c View commit details
    Browse the repository at this point in the history
  3. CI: disable run-kata-monitor-tests / run-monitor (containerd, lts) job

    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 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d4f664b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. CI: disable all run-kata-deploy-tests-on-garm jobs

    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>
    wainersm committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    08eaa60 View commit details
    Browse the repository at this point in the history