From 16b06a655c057de5f8a5ccb10469739e06c2bf56 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 7 May 2021 13:26:58 -0700 Subject: [PATCH] openQA: use scratch os-autoinst on lab, stable on prod Drop updates-testing repo for prod (though might have to put it back next week). Use a scratch os-autoinst current git build on lab to see if it works. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa | 4 ---- inventory/group_vars/openqa_lab_workers | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index ae0e78f4fb..709071778e 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -20,10 +20,6 @@ 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 -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_workers b/inventory/group_vars/openqa_lab_workers index d92c1e1876..23bf6a88ae 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -19,6 +19,9 @@ openqa_repo: updates-testing # we are all NFS workers for now at least openqa_nfs_worker: true +# 2021-05 git bump +openqa_scratch: ["67449532"] + deployment_type: stg freezes: false