[gnome-build-meta/sam/openqa-use-upstream-docker] openqa: Use upstream Docker image




commit f1e919d7b9863befad80db0d26c0c47547425331
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Thu Oct 28 17:16:23 2021 +0200

    openqa: Use upstream Docker image
    
    Now https://github.com/os-autoinst/openQA/issues/4102 is fixed we do not
    need to use my modified version.

 .gitlab-ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6f918eed..0af56e56f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -404,13 +404,7 @@ cve_report:
 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
-    #   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
+    name: registry.opensuse.org/devel/openqa/containers15.2/openqa_worker:latest
     entrypoint: ["/bin/bash", "-c"]
   when: manual
   variables:


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