openqa: don't use updates-testing on prod

The build prod is on has hit stable, I want to send a new build
to testing for lab to test out, don't want it on prod yet.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-06-24 14:40:16 -07:00
parent b1abc7c540
commit 084315f334

View file

@ -16,9 +16,6 @@ openqa_env_suffix:
openqa_key: "{{ prod_openqa_apikey }}"
# all our workers need NFS access
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
# install openQA from updates-testing, as of 2022-06 we want
# the builds that have been tested on stg on prod too
openqa_repo: updates-testing
openqa_resultsdb_url: https://resultsdb.fedoraproject.org/api/v2.0/
openqa_resultsdb_user: "{{ prod_resultsdb_httpd_user }}"
openqa_resultsdb_password: "{{ prod_resultsdb_httpd_password }}"