openQA: clean up repository config
We don't need scratch builds on lab or updates-testing on prod any more, latest builds are stable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c4d7a472b3
commit
6c24d53203
4 changed files with 0 additions and 10 deletions
|
@ -16,9 +16,6 @@ openqa_env_suffix:
|
||||||
openqa_key: "{{ prod_openqa_apikey }}"
|
openqa_key: "{{ prod_openqa_apikey }}"
|
||||||
# all our workers need NFS access
|
# all our workers need NFS access
|
||||||
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
||||||
# install openQA from updates-testing for now, we want to update to
|
|
||||||
# latest builds, don't want to wait for the 7 day threshold
|
|
||||||
openqa_repo: updates-testing
|
|
||||||
openqa_resultsdb_url: http://resultsdb01.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
|
openqa_resultsdb_url: http://resultsdb01.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
|
||||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64']
|
openqa_update_arches: ['x86_64']
|
||||||
|
|
|
@ -36,8 +36,6 @@ openqa_nfs_workers: "{{ groups['openqa_lab_workers'] }}"
|
||||||
# install openQA from updates-testing - this is staging, we live
|
# install openQA from updates-testing - this is staging, we live
|
||||||
# ON THE EDGE (radical guitar riff)
|
# ON THE EDGE (radical guitar riff)
|
||||||
openqa_repo: updates-testing
|
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_resultsdb_url: http://resultsdb01.stg.iad2.fedoraproject.org/resultsdb_api/api/v2.0/
|
||||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||||
openqa_update_arches: ['x86_64', 'ppc64le']
|
openqa_update_arches: ['x86_64', 'ppc64le']
|
||||||
|
|
|
@ -21,8 +21,6 @@ openqa_nfs_worker: true
|
||||||
# install openQA and os-autoinst from updates-testing - this is
|
# install openQA and os-autoinst from updates-testing - this is
|
||||||
# staging, we live ON THE EDGE (radical guitar riff)
|
# staging, we live ON THE EDGE (radical guitar riff)
|
||||||
openqa_repo: updates-testing
|
openqa_repo: updates-testing
|
||||||
# 2022-02 test builds of os-autoinst and openQA
|
|
||||||
openqa_scratch: ["82352609", "82347334"]
|
|
||||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||||
openqa_workers: 4
|
openqa_workers: 4
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
|
|
|
@ -18,9 +18,6 @@ openqa_hostname: openqa01.iad2.fedoraproject.org
|
||||||
openqa_key: "{{ prod_openqa_apikey }}"
|
openqa_key: "{{ prod_openqa_apikey }}"
|
||||||
# we are all NFS workers for now at least
|
# we are all NFS workers for now at least
|
||||||
openqa_nfs_worker: true
|
openqa_nfs_worker: true
|
||||||
# install openQA from updates-testing for now, we want to update to
|
|
||||||
# latest builds, don't want to wait for the 7 day threshold
|
|
||||||
openqa_repo: updates-testing
|
|
||||||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||||
openqa_workers: 4
|
openqa_workers: 4
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue