From e526ab4120d3fce7649539df7332c0b1608f2895 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 2 May 2023 11:13:00 -0700 Subject: [PATCH] Use 2023-04 update builds on openqa prod and stg The update isn't in u-t yet (waiting for push) so I'm using the builds, but this has been in testing on stg for a week and it seems fine. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa | 2 ++ inventory/group_vars/openqa_workers | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/openqa b/inventory/group_vars/openqa index 41400966d4..92975b7e2d 100644 --- a/inventory/group_vars/openqa +++ b/inventory/group_vars/openqa @@ -23,5 +23,7 @@ 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_workers b/inventory/group_vars/openqa_workers index ae6fe400e7..d17c3095dd 100644 --- a/inventory/group_vars/openqa_workers +++ b/inventory/group_vars/openqa_workers @@ -20,4 +20,6 @@ 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