taskotron-trigger: add dockerautotest check
This commit is contained in:
parent
3fbee61d30
commit
ffb3dd03df
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ grokmirror_repos:
|
|||
- { name: fedoraqa/rpmlint, url: 'https://bitbucket.org/fedoraqa/task-rpmlint.git'}
|
||||
- { name: fedoraqa/depcheck, url: 'https://bitbucket.org/fedoraqa/task-depcheck.git'}
|
||||
- { name: fedoraqa/upgradepath, url: 'https://bitbucket.org/fedoraqa/task-upgradepath.git'}
|
||||
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
||||
grokmirror_default_branch: develop
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ url = http://127.0.0.1:8080/change_hook
|
|||
|
||||
[trigger]
|
||||
koji_build_completed_tasks = rpmlint
|
||||
docker_build_tasks = dockerautotest
|
||||
koji_tag_changed_tasks = upgradepath,depcheck
|
||||
compose_completed_tasks =
|
||||
valid_arches = x86_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue