openqa: run aarch64 updates on prod too

Seems to be working fine on stg.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-19 17:22:37 -07:00
parent dc56eb16c8
commit 295c0ccb25

View file

@ -22,7 +22,7 @@ openqa_resultsdb_url: https://resultsdb.fedoraproject.org/api/v2.0/
openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
openqa_update_arches: ['x86_64']
openqa_update_arches: ['aarch64', 'x86_64']
openqa_webapi_plugins: FedoraMessaging
openqa_wikitcms_hostname: fedoraproject.org
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"