[tracker/wip/carlosg/ci-pipelines] ci: Work around rawhide failures by using crun runners



commit 6beb13117f75db11ef2055b8fca07885c6b352be
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Mar 7 17:50:48 2022 +0100

    ci: Work around rawhide failures by using crun runners
    
    With a combination of recent glib, and old runc/seccomp in the
    runners, we run into the error messages described at:
    https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545
    
    So far, the advised workaround is to use the `crun` tag to use
    runners that don't run that combination of software. Add this
    specifically for the rawhide test job.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e318bf86..82b857d87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -330,6 +330,8 @@ test-fedora-rawhide@x86_64:
   needs:
     - build-fedora-rawhide@x86_64
   allow_failure: true
+  tags:
+    - crun
   <<: *test
 
 test-fedora@aarch64:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]