Deploy latest test openQA and os-autoinst builds on openQA lab
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
014eab1643
commit
71cbce0447
2 changed files with 4 additions and 2 deletions
|
@ -36,6 +36,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
|
||||
# 2022-02 test build of openQA
|
||||
openqa_scratch: ["82347334"]
|
||||
openqa_resultsdb_url: http://resultsdb01.stg.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
openqa_update_arches: ['x86_64', 'ppc64le']
|
||||
|
|
|
@ -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
|
||||
# 2022-01-19 test build of os-autoinst
|
||||
openqa_scratch: ["81625194"]
|
||||
# 2022-02 test builds of os-autoinst and openQA
|
||||
openqa_scratch: ["82317536", "82347334"]
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
openqa_workers: 4
|
||||
primary_auth_source: ipa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue