From fa64313a2f9c296a9bb4c3d6aefec46349527688 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 31 May 2022 14:05:50 -0700 Subject: [PATCH] openqa: correct task ID for os-autoinst scratch build The other one was just the x86_64 build task. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_lab_workers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index 8b9ad9e2b2..6a19aceacb 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -21,7 +21,7 @@ openqa_nfs_worker: true # install openQA and os-autoinst from updates-testing - this is # staging, we live ON THE EDGE (radical guitar riff) openqa_repo: updates-testing -openqa_scratch: ["87702678", "87748214"] +openqa_scratch: ["87702622", "87748214"] openqa_secret: "{{ stg_openqa_apisecret }}" openqa_workers: 4 # We want stg workers to use this createhdds branch to test rawhide