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 <awilliam@redhat.com>
This commit is contained in:
parent
f20d4d1668
commit
e526ab4120
2 changed files with 4 additions and 0 deletions
|
@ -23,5 +23,7 @@ openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64']
|
openqa_update_arches: ['x86_64']
|
||||||
openqa_webapi_plugins: FedoraMessaging
|
openqa_webapi_plugins: FedoraMessaging
|
||||||
openqa_wikitcms_hostname: fedoraproject.org
|
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"
|
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||||
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|
wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|
||||||
|
|
|
@ -20,4 +20,6 @@ openqa_key: "{{ prod_openqa_apikey }}"
|
||||||
openqa_nfs_worker: true
|
openqa_nfs_worker: true
|
||||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
openqa_workers: 4
|
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
|
primary_auth_source: ipa
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue