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:
Adam Williamson 2022-02-17 14:32:30 -08:00
parent c4d7a472b3
commit 6c24d53203
4 changed files with 0 additions and 10 deletions

View file

@ -16,9 +16,6 @@ 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 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_secret: "{{ prod_openqa_apisecret }}"
openqa_update_arches: ['x86_64']

View file

@ -36,8 +36,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
# 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']

View file

@ -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
# 2022-02 test builds of os-autoinst and openQA
openqa_scratch: ["82352609", "82347334"]
openqa_secret: "{{ stg_openqa_apisecret }}"
openqa_workers: 4
primary_auth_source: ipa

View file

@ -18,9 +18,6 @@ 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 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_workers: 4
primary_auth_source: ipa