openQA: test new openQA scratch build on stg
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4a999c925b
commit
3e52c1c08f
2 changed files with 4 additions and 2 deletions
|
@ -37,6 +37,8 @@ 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 2023-04 updates
|
||||
openqa_scratch: ["100383765"]
|
||||
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,8 @@ 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
|
||||
# os-autoinst 2023-04 update
|
||||
openqa_scratch: ["100152615"]
|
||||
# os-autoinst and openqa 2023-04 updates
|
||||
openqa_scratch: ["100152615", "100383765"]
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
openqa_workers: 4
|
||||
primary_auth_source: ipa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue