[gnome-build-meta/sthursfield/james/openqa-gnome-40] openqa: Use a different CI worker image for now
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/sthursfield/james/openqa-gnome-40] openqa: Use a different CI worker image for now
- Date: Thu, 29 Jul 2021 12:03:34 +0000 (UTC)
commit 4e746ce371388b5e989c0d93bd4421c071e65611
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 036b3ada..a88efc51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -256,7 +256,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" ]
variables:
IMAGE: iso/image.bst
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]