From 92e66bb4444924de325bc0addd6de78cd66fc783 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 8 Nov 2021 11:30:40 -0800 Subject: [PATCH] openQA: deploy new qemu build with qxl snapshot fix This is an official build, not a scratch build, I just want to get it deployed ahead of the updates-testing push. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_lab_workers | 4 ++++ inventory/group_vars/openqa_workers | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index d92c1e1876..a3711c79a5 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -19,6 +19,10 @@ openqa_repo: updates-testing # we are all NFS workers for now at least openqa_nfs_worker: true +# qemu build with fix for snapshots on qxl; not a scratch build, +# just getting it deployed ahead of the updates-testing push +openqa_scratch: ["78533572"] + deployment_type: stg freezes: false diff --git a/inventory/group_vars/openqa_workers b/inventory/group_vars/openqa_workers index 5ec254a2a2..03f98b5d67 100644 --- a/inventory/group_vars/openqa_workers +++ b/inventory/group_vars/openqa_workers @@ -15,6 +15,10 @@ openqa_env: production # we are all NFS workers for now at least openqa_nfs_worker: true +# qemu build with fix for snapshots on qxl; not a scratch build, +# just getting it deployed ahead of the updates-testing push +openqa_scratch: ["78533572"] + deployment_type: prod freezes: false