From fca9cbad46bdfb95a8d6a19d5173afb7307d1d6d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 22 Jul 2021 11:20:14 -0700 Subject: [PATCH] openQA: use a scratch os-autoinst on lab for debugging There's an annoying issue where openQA tasks incomplete sometimes and I'm trying to debug it to find out why. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_lab_workers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index f66276254f..4f0ae0f733 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -16,6 +16,9 @@ openqa_env: staging # staging, we live ON THE EDGE (radical guitar riff) openqa_repo: updates-testing +# debugging for an annoying test incompletion issue +openqa_scratch: ["72418949"] + # testing a feature from a branch openqa_createhdds_branch: desktop-upgrade-aarch64