taskotron-dev: add upstream-atomic and fedora-cloud-tests

This commit is contained in:
Martin Krizek 2017-03-10 12:06:11 +00:00
parent c2c6e6bb73
commit d2d05612be
3 changed files with 16 additions and 0 deletions

View file

@ -33,6 +33,8 @@ grokmirror_repos:
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
- { name: fedoraqa/rpmlint-scratch, url: 'https://bitbucket.org/fedoraqa/task-rpmlint-scratch.git'}
- { name: fedoraqa/upstream-atomic, url: 'https://pagure.io/taskotron/task-upstream-atomic.git'}
- { name: fedoraqa/fedora-cloud-tests, url: 'https://pagure.io/taskotron/task-fedora-cloud-tests.git'}
grokmirror_default_branch: develop

View file

@ -15,6 +15,8 @@ namespaces_whitelist:
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/python-versions/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/check_modulemd/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmdeplint/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/upstream-atomic/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/fedora-cloud-tests/
pkg:
# The directory used to be called rpms-checks
- git://pkgs.fedoraproject.org/rpms-checks/

View file

@ -49,3 +49,15 @@
do:
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}}
{% endif %}
{% if deployment_type in ['dev'] %}
- when:
message_type: AtomicCompose
do:
- {tasks: [upstream-atomic, fedora-cloud-tests]}
- when:
message_type: CloudCompose
do:
- {tasks: [fedora-cloud-tests]}
{% endif %}