openQA: drop scratch builds, git branches etc.
We don't need the scratch builds any more, they're in u-t. We also don't need to use a side branch on lab createhdds any more, or deploy from u-t on prod. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e12714e662
commit
bd0683a453
4 changed files with 0 additions and 15 deletions
|
@ -29,8 +29,5 @@ openqa_update_arches: ['x86_64']
|
||||||
# all our workers need NFS access
|
# all our workers need NFS access
|
||||||
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
||||||
|
|
||||||
# 2021-07: deploying from u-t to get new builds that are tested on stg
|
|
||||||
openqa_repo: updates-testing
|
|
||||||
|
|
||||||
deployment_type: prod
|
deployment_type: prod
|
||||||
freezes: false
|
freezes: false
|
||||||
|
|
|
@ -36,9 +36,6 @@ openqa_env: staging
|
||||||
# ON THE EDGE (radical guitar riff)
|
# ON THE EDGE (radical guitar riff)
|
||||||
openqa_repo: updates-testing
|
openqa_repo: updates-testing
|
||||||
|
|
||||||
# 2021-08 git bump
|
|
||||||
openqa_scratch: ["73301622", "73292590", "73301275"]
|
|
||||||
|
|
||||||
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
wikitcms_token: "{{ private }}/files/openidc/staging/wikitcms.json"
|
||||||
openqa_wikitcms_hostname: stg.fedoraproject.org
|
openqa_wikitcms_hostname: stg.fedoraproject.org
|
||||||
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/
|
||||||
|
|
|
@ -16,12 +16,6 @@ openqa_env: staging
|
||||||
# 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
|
||||||
|
|
||||||
# 2021-08 git bump
|
|
||||||
openqa_scratch: ["73301622", "73292590", "73301275"]
|
|
||||||
|
|
||||||
# testing a feature from a branch
|
|
||||||
openqa_createhdds_branch: desktop-upgrade-aarch64
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,6 @@ openqa_env: production
|
||||||
# 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
|
||||||
|
|
||||||
# 2021-07: deploying from u-t to get new builds that are tested on stg
|
|
||||||
openqa_repo: updates-testing
|
|
||||||
|
|
||||||
deployment_type: prod
|
deployment_type: prod
|
||||||
freezes: false
|
freezes: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue