[gnome-build-meta/sthursfield/james/openqa-master: 7/12] openqa: Use a different CI worker image for now




commit 2a93c5388eafd4e3837f5416ddecfb54f0aef2a3
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Jul 29 14:02:52 2021 +0200

    openqa: Use a different CI worker image for now
    
    The upstream one is broken.

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bcb08bc0..f3e6e180 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -288,7 +288,12 @@ test-iso-installer-x86_64:
   stage: test
   image:
     # Source repo: https://github.com/os-autoinst/openQA
-    name: registry.opensuse.org/devel/openqa/containers15.2/openqa_worker:latest
+    # name: registry.opensuse.org/devel/openqa/containers15.2/openqa_worker:latest
+    #   2021-07-29: The 'latest' tag leads to 
@sha256:4469f2f4d1a93caaddcb3efb10471d2045f7ff230c5455b4ad9aa99efe90a8d7
+    #      This doesn't contain qemu-img and breaks during testing with error: "no kvm-img/qemu-img found"
+    #
+    # For now, using a version built locally, from openQA.git commit ceabc2be82e1f1c6c3c51bf017c1b79494ace869
+    name: quay.io/ssssam/openqa_worker
     entrypoint: [ "/bin/bash", "-c" ]
   when: manual
   variables:


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