check-compose: re-use external_hostname for checkcompose_url
This commit is contained in:
parent
b24574c8c1
commit
0c4d3070b2
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ wikitcms_password: "{{ prod_wikitcms_password }}"
|
|||
checkcompose_emailfrom: rawhide@fedoraproject.org
|
||||
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
|
||||
checkcompose_smtp: bastion.phx2.fedoraproject.org
|
||||
checkcompose_url: "https://openqa.fedoraproject.org"
|
||||
checkcompose_url: "https://{{ external_hostname }}"
|
||||
|
||||
deployment_type: prod
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ wikitcms_password: "{{ stg_wikitcms_password }}"
|
|||
# For now let's not run any scheduled jobs on stg
|
||||
openqa_triggers: []
|
||||
|
||||
checkcompose_url: "https://openqa.stg.fedoraproject.org"
|
||||
checkcompose_url: "https://{{ external_hostname }}"
|
||||
|
||||
deployment_type: stg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue