From bd0683a453818eb28ab2663772e9650f0a57d788 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 12 Aug 2021 15:48:54 -0700 Subject: [PATCH] openQA: drop scratch builds, git branches etc. We don't need the scratch builds any more, they're in u-t. We also don't need to use a side branch on lab createhdds any more, or deploy from u-t on prod. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa | 3 --- inventory/group_vars/openqa_lab | 3 --- inventory/group_vars/openqa_lab_workers | 6 ------ inventory/group_vars/openqa_workers | 3 --- 4 files changed, 15 deletions(-) diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index ccfedff5b0..709071778e 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -29,8 +29,5 @@ openqa_update_arches: ['x86_64'] # all our workers need NFS access openqa_nfs_workers: "{{ groups['openqa_workers'] }}" -# 2021-07: deploying from u-t to get new builds that are tested on stg -openqa_repo: updates-testing - deployment_type: prod freezes: false diff --git a/inventory/group_vars/openqa_lab b/inventory/group_vars/openqa_lab index f5b7ae06a7..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-08 git bump -openqa_scratch: ["73301622", "73292590", "73301275"] - 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 c88b228e5f..d92c1e1876 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -16,12 +16,6 @@ openqa_env: staging # staging, we live ON THE EDGE (radical guitar riff) openqa_repo: updates-testing -# 2021-08 git bump -openqa_scratch: ["73301622", "73292590", "73301275"] - -# testing a feature from a branch -openqa_createhdds_branch: desktop-upgrade-aarch64 - # we are all NFS workers for now at least openqa_nfs_worker: true diff --git a/inventory/group_vars/openqa_workers b/inventory/group_vars/openqa_workers index 16b6f8f569..5ec254a2a2 100644 --- a/inventory/group_vars/openqa_workers +++ b/inventory/group_vars/openqa_workers @@ -15,9 +15,6 @@ openqa_env: production # we are all NFS workers for now at least openqa_nfs_worker: true -# 2021-07: deploying from u-t to get new builds that are tested on stg -openqa_repo: updates-testing - deployment_type: prod freezes: false