Move the dist.abicheck blacklist to a group_var.

This commit is contained in:
Ralph Bean 2017-10-25 00:32:36 +00:00
parent 40b9794e35
commit d5b7f9c993
4 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,7 @@ resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
# make sure this doesn't have a trailing slash
trigger_distgit_repo_url: git://pkgs02.phx2.fedoraproject.org
trigger_abicheck_blacklist: [firefox,thunderbird,kernel,kdelibs,kdepim,qt,mariadb,java-1.8.0-openjdk,libreoffice]
instances:
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}

View file

@ -44,6 +44,7 @@ resultsdb_frontend_url: http://resultsdb01.qa.fedoraproject.org/resultsdb
resultsdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v2.0
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
trigger_distgit_repo_url: git://pkgs02.phx2.fedoraproject.org
trigger_abicheck_blacklist: [firefox,thunderbird,kernel,kdelibs,kdepim,qt,mariadb,java-1.8.0-openjdk,libreoffice]
instances:
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}

View file

@ -51,6 +51,7 @@ taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
# make sure this doesn't have a trailing slash
trigger_distgit_repo_url: https://src.stg.fedoraproject.org/
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
trigger_abicheck_blacklist: [firefox,thunderbird,kernel,kdelibs,kdepim,qt,mariadb,java-1.8.0-openjdk,libreoffice]
instances:
- { name: "Production", url: "https://taskotron.fedoraproject.org"}

View file

@ -14,7 +14,7 @@
{% if deployment_type in ['stg', 'prod'] %}
$in: ${critpath_pkgs}
{% endif %}
$nin: [firefox,thunderbird,kernel,kdelibs,kdepim,qt,mariadb,java-1.8.0-openjdk,libreoffice]
$nin: {{ trigger_abicheck_blacklist }}
do:
- {tasks: [abicheck]}