diff --git a/inventory/group_vars/openqa_lab b/inventory/group_vars/openqa_lab index dcc7805c79..d1d4b666e1 100644 --- a/inventory/group_vars/openqa_lab +++ b/inventory/group_vars/openqa_lab @@ -37,6 +37,8 @@ openqa_nfs_workers: "{{ groups['openqa_lab_workers'] }}" # install openQA from updates-testing - this is 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: ["79299304", "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 45e6233b96..49ad28b544 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -21,8 +21,8 @@ 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 -# 2021-11 scratch builds for testing -openqa_scratch: ["79296470"] +# 2021-11 scratch builds for testing (plus the updated Mojolicious needed) +openqa_scratch: ["79296470", "79299304", "79272379"] openqa_secret: "{{ stg_openqa_apisecret }}" openqa_workers: 4 primary_auth_source: ipa