From 6dbdd858e386a2d160db7161ab9e42c8a862d13e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 30 Nov 2021 10:13:30 -0800 Subject: [PATCH] openQA lab: update scratch builds os-autoinst is actually an official build now, and this is a newer (and somewhat fixed) openQA scratch. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_lab | 2 +- inventory/group_vars/openqa_lab_workers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/openqa_lab b/inventory/group_vars/openqa_lab index d1d4b666e1..33db67045c 100644 --- a/inventory/group_vars/openqa_lab +++ b/inventory/group_vars/openqa_lab @@ -38,7 +38,7 @@ openqa_nfs_workers: "{{ groups['openqa_lab_workers'] }}" # ON THE EDGE (radical guitar riff) openqa_repo: updates-testing # 2021-11 scratch builds for testing (plus the updated Mojolicious needed) -openqa_scratch: ["79299304", "79272379"] +openqa_scratch: ["79442168", "79272379"] openqa_resultsdb_url: http://resultsdb01.stg.iad2.fedoraproject.org/resultsdb_api/api/v2.0/ openqa_secret: "{{ stg_openqa_apisecret }}" openqa_update_arches: ['x86_64', 'ppc64le'] diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index 49ad28b544..e8b2976e54 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -22,7 +22,7 @@ openqa_nfs_worker: true # staging, we live ON THE EDGE (radical guitar riff) openqa_repo: updates-testing # 2021-11 scratch builds for testing (plus the updated Mojolicious needed) -openqa_scratch: ["79296470", "79299304", "79272379"] +openqa_scratch: ["79299369", "79442168", "79272379"] openqa_secret: "{{ stg_openqa_apisecret }}" openqa_workers: 4 primary_auth_source: ipa