openQA: don't install from u-t on prod
The current builds are in stable now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
caf71e42b7
commit
5cd71a659b
2 changed files with 0 additions and 6 deletions
|
@ -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 - we want the 2022-11 git
|
||||
# builds and I don't want to wait for a week
|
||||
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 }}"
|
||||
|
|
|
@ -18,9 +18,6 @@ openqa_hostname: openqa01.iad2.fedoraproject.org
|
|||
openqa_key: "{{ prod_openqa_apikey }}"
|
||||
# we are all NFS workers for now at least
|
||||
openqa_nfs_worker: true
|
||||
# install openQA from updates-testing, as of 2022-11 we want
|
||||
# the builds that have been tested on stg on prod too
|
||||
openqa_repo: updates-testing
|
||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||
openqa_workers: 4
|
||||
primary_auth_source: ipa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue