openQA: install from updates-testing on prod and stg again

I think the recent git builds are good and I want them everywhere
so I can merge a bunch of things and clean up before the weekend.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-12-02 14:39:45 -08:00
parent 823fadedf8
commit 3fc8903111
4 changed files with 6 additions and 3 deletions

View file

@ -16,6 +16,9 @@ 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 }}"

View file

@ -36,7 +36,7 @@ openqa_key: "{{ stg_openqa_apikey }}"
openqa_nfs_workers: "{{ groups['openqa_lab_workers'] }}"
# install openQA from updates-testing - this is staging, we live
# ON THE EDGE (radical guitar riff)
#openqa_repo: updates-testing
openqa_repo: updates-testing
openqa_resultsdb_url: https://resultsdb.stg.fedoraproject.org/api/v2.0/
openqa_resultsdb_user: "{{ stg_resultsdb_httpd_user }}"
openqa_resultsdb_password: "{{ stg_resultsdb_httpd_password }}"

View file

@ -20,7 +20,7 @@ openqa_key: "{{ stg_openqa_apikey }}"
openqa_nfs_worker: true
# install openQA and os-autoinst from updates-testing - this is
# staging, we live ON THE EDGE (radical guitar riff)
#openqa_repo: updates-testing
openqa_repo: updates-testing
openqa_secret: "{{ stg_openqa_apisecret }}"
openqa_workers: 4
# We want stg workers to use this createhdds branch to test rawhide

View file

@ -18,7 +18,7 @@ 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-06 we want
# 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 }}"