[gnome-build-meta/cfoch/openqa_templates: 3/4] Remove custom worker class




commit f991d790a1330098e257190c93564f41c7b782d1
Author: Fabian Orccon <cfoch fabian gmail com>
Date:   Sun Oct 17 00:37:52 2021 +0200

    Remove custom worker class

 .gitlab-ci.yml   |  2 +-
 openqa/templates | 34 ----------------------------------
 2 files changed, 1 insertion(+), 35 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7921bad3..223ff6ccd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -445,7 +445,7 @@ test-iso-installer-x86_64:
     secret = $OPENQA_API_SECRET
     EOF
   - |
-    worker_class=qemu_x86_64-${CI_JOB_ID}
+    worker_class=qemu_x86_64
     openqa/utils/setup_worker.sh ${worker_class} > /tmp/machine_id
     /run_openqa_worker.sh &> worker.log &
   - |
diff --git a/openqa/templates b/openqa/templates
index d480efd0d..93c92cf05 100755
--- a/openqa/templates
+++ b/openqa/templates
@@ -28,40 +28,6 @@
                         { key => "WORKER_CLASS", value => "qemu_x86_64" },
                       ],
                     },
-                    {
-                      backend => "qemu",
-                      name => "gitlab-runner-qemu_x86_64-1447270",
-                      settings => [
-                        { key => "ARCH", value => "x86_64" },
-                        { key => "PART_TABLE_TYPE", value => "gpt" },
-                        { key => "QEMUCPUS", value => 2 },
-                        { key => "QEMURAM", value => 2560 },
-                        { key => "QEMUVGA", value => "virtio" },
-                        { key => "UEFI", value => 1 },
-                        {
-                          key => "UEFI_PFLASH_CODE",
-                          value => "/usr/share/qemu/ovmf-x86_64-code.bin",
-                        },
-                        { key => "WORKER_CLASS", value => "qemu_x86_64-1447270" },
-                      ],
-                    },
-                    {
-                      backend => "qemu",
-                      name => "gitlab-runner-qemu_x86_64-1447281",
-                      settings => [
-                        { key => "ARCH", value => "x86_64" },
-                        { key => "PART_TABLE_TYPE", value => "gpt" },
-                        { key => "QEMUCPUS", value => 2 },
-                        { key => "QEMURAM", value => 2560 },
-                        { key => "QEMUVGA", value => "virtio" },
-                        { key => "UEFI", value => 1 },
-                        {
-                          key => "UEFI_PFLASH_CODE",
-                          value => "/usr/share/qemu/ovmf-x86_64-code.bin",
-                        },
-                        { key => "WORKER_CLASS", value => "qemu_x86_64-1447281" },
-                      ],
-                    },
                   ],
   Products     => [
                     {


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