mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
taskotron: fix URLs for landing page drop-down
This commit is contained in:
@@ -54,9 +54,9 @@ resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.
|
|||||||
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
||||||
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/
|
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/
|
||||||
instances:
|
instances:
|
||||||
- { name: "Production", url: "taskotron.fedoraproject.org"}
|
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
|
||||||
- { name: "Staging", url: "taskotron.stg.fedoraproject.org"}
|
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
|
||||||
- { name: "Development", url: "taskotron-dev.fedoraproject.org"}
|
- { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
|
||||||
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|||||||
@@ -41,9 +41,9 @@ resultsdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v2.0
|
|||||||
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
||||||
trigger_distgit_repo_url: http://pkgs.fedoraproject.org/git
|
trigger_distgit_repo_url: http://pkgs.fedoraproject.org/git
|
||||||
instances:
|
instances:
|
||||||
- { name: "Production", url: "taskotron.fedoraproject.org"}
|
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
|
||||||
- { name: "Staging", url: "taskotron.stg.fedoraproject.org"}
|
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
|
||||||
- { name: "Development", url: "taskotron-dev.fedoraproject.org"}
|
- { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# taskotron details
|
# taskotron details
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org
|
|||||||
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
|
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
|
||||||
|
|
||||||
instances:
|
instances:
|
||||||
- { name: "Production", url: "taskotron.fedoraproject.org"}
|
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
|
||||||
- { name: "Staging", url: "taskotron.stg.fedoraproject.org"}
|
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
|
||||||
- { name: "Development", url: "taskotron-dev.fedoraproject.org"}
|
- { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# taskotron details
|
# taskotron details
|
||||||
|
|||||||
Reference in New Issue
Block a user