From 6a0a290f9e928a9e8148460a35077da85d0a7cbf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 28 May 2021 10:50:30 -0700 Subject: [PATCH] openqa: drop scratch repo (lab), enable u-t temporarily (prod) Latest builds have been testing on lab and are working fine. They are in u-t so lab doesn't need to use a scratch repo any more, but prod needs to enable u-t to get them (can't push stable yet). Signed-off-by: Adam Williamson --- inventory/group_vars/openqa | 3 +++ inventory/group_vars/openqa_lab | 3 --- inventory/group_vars/openqa_lab_workers | 3 --- inventory/group_vars/openqa_workers | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index 709071778e..2927a733d3 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -20,6 +20,9 @@ openqa_env_suffix: openqa_env_prefix: openqa_env: production +# updating to tested latest snapshot 2021-05 +openqa_repo: updates-testing + wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json" openqa_wikitcms_hostname: fedoraproject.org openqa_resultsdb_url: http://resultsdb01.iad2.fedoraproject.org/resultsdb_api/api/v2.0/ diff --git a/inventory/group_vars/openqa_lab b/inventory/group_vars/openqa_lab index 5c740b87e1..47f62a6c67 100644 --- a/inventory/group_vars/openqa_lab +++ b/inventory/group_vars/openqa_lab @@ -36,9 +36,6 @@ openqa_env: staging # ON THE EDGE (radical guitar riff) openqa_repo: updates-testing -# 2021-05 git bump -openqa_scratch: ["68350730"] - wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json" openqa_wikitcms_hostname: stg.fedoraproject.org openqa_resultsdb_url: http://resultsdb01.stg.iad2.fedoraproject.org/resultsdb_api/api/v2.0/ diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index 1beea1ff19..d92c1e1876 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -19,9 +19,6 @@ openqa_repo: updates-testing # we are all NFS workers for now at least openqa_nfs_worker: true -# 2021-05 git bumps -openqa_scratch: ["68353556", "68350730"] - deployment_type: stg freezes: false diff --git a/inventory/group_vars/openqa_workers b/inventory/group_vars/openqa_workers index e2d2a48671..c2b010c999 100644 --- a/inventory/group_vars/openqa_workers +++ b/inventory/group_vars/openqa_workers @@ -12,8 +12,7 @@ openqa_env_suffix: openqa_env_prefix: openqa_env: production -# 2020-11: we're deploying prod from u-t ATM because I don't -# want to wait a week to push stable +# updating to tested latest snapshot 2021-05 openqa_repo: updates-testing # we are all NFS workers for now at least