diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index 92975b7e2d..41400966d4 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -23,7 +23,5 @@ openqa_secret: "{{ prod_openqa_apisecret }}" openqa_update_arches: ['x86_64'] openqa_webapi_plugins: FedoraMessaging openqa_wikitcms_hostname: fedoraproject.org -# 2023-04 updates, not in u-t yet, but tested on stg for a week -openqa_scratch: ["100390026"] virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx" wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json" diff --git a/inventory/group_vars/openqa_lab b/inventory/group_vars/openqa_lab index 6a1e38188f..b97d180ca4 100644 --- a/inventory/group_vars/openqa_lab +++ b/inventory/group_vars/openqa_lab @@ -37,8 +37,6 @@ 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 -# openqa 2023-04 updates -openqa_scratch: ["100383765"] openqa_resultsdb_url: https://resultsdb.stg.fedoraproject.org/api/v2.0/ openqa_resultsdb_user: "{{ stg_resultsdb_httpd_user }}" openqa_resultsdb_password: "{{ stg_resultsdb_httpd_password }}" diff --git a/inventory/group_vars/openqa_lab_workers b/inventory/group_vars/openqa_lab_workers index fd5d74e973..2de4f878e1 100644 --- a/inventory/group_vars/openqa_lab_workers +++ b/inventory/group_vars/openqa_lab_workers @@ -21,8 +21,6 @@ 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 -# os-autoinst and openqa 2023-04 updates -openqa_scratch: ["100152615", "100383765"] openqa_secret: "{{ stg_openqa_apisecret }}" openqa_workers: 4 primary_auth_source: ipa diff --git a/inventory/group_vars/openqa_workers b/inventory/group_vars/openqa_workers index d17c3095dd..ae6fe400e7 100644 --- a/inventory/group_vars/openqa_workers +++ b/inventory/group_vars/openqa_workers @@ -20,6 +20,4 @@ openqa_key: "{{ prod_openqa_apikey }}" openqa_nfs_worker: true openqa_secret: "{{ prod_openqa_apisecret }}" openqa_workers: 4 -# 2023-04 updates, not in u-t yet, but tested on stg for a week -openqa_scratch: ["100152615", "100390026"] primary_auth_source: ipa