[gnome-build-meta/cfoch/openqa_templates: 2/3] 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: 2/3] Remove custom worker class
- Date: Mon, 18 Oct 2021 22:38:30 +0000 (UTC)
commit f64c15036d7fa33feb73aa0a2e0934c88a82a0d1
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]