[gnome-build-meta/cfoch/openqa_templates: 6/10] Remove custom worker class
- From: Fabián Orccón <cfoch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/cfoch/openqa_templates: 6/10] Remove custom worker class
- Date: Thu, 28 Oct 2021 19:47:50 +0000 (UTC)
commit 79851d8a36e848aee839ceb06c2ddb3e02ce72db
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 4e148141b..d5e69c992 100755
--- a/openqa/templates
+++ b/openqa/templates
@@ -22,40 +22,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]