openqa: use updates-testing on prod and stg to get latest builds
The 2023-05 git builds look good on stg, and are now in u-t, so drop the scratch repos on stg and enable u-t on prod so we get the builds from u-t everywhere. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4f509ac48b
commit
6c7e6a3218
4 changed files with 4 additions and 4 deletions
|
@ -16,6 +16,8 @@ openqa_env_suffix:
|
|||
openqa_key: "{{ prod_openqa_apikey }}"
|
||||
# all our workers need NFS access
|
||||
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
||||
# use updates-testing for now to get 2023-05 updates
|
||||
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 }}"
|
||||
|
|
|
@ -37,8 +37,6 @@ 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
|
||||
# 2023-05 update scratch builds for testing
|
||||
openqa_scratch: ["101559263"]
|
||||
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 }}"
|
||||
|
|
|
@ -21,8 +21,6 @@ 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
|
||||
# 2023-05 update scratch builds for testing
|
||||
openqa_scratch: ["101559263", "101559975"]
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
openqa_workers: 4
|
||||
primary_auth_source: ipa
|
||||
|
|
|
@ -18,6 +18,8 @@ openqa_hostname: openqa01.iad2.fedoraproject.org
|
|||
openqa_key: "{{ prod_openqa_apikey }}"
|
||||
# we are all NFS workers for now at least
|
||||
openqa_nfs_worker: true
|
||||
# use updates-testing for now to get 2023-05 updates
|
||||
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