Taskotron: Enable task_dockerbuild on dev
This commit is contained in:
parent
824b6ca551
commit
780ad09202
1 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,56 @@
|
||||||
|
---
|
||||||
|
- when:
|
||||||
|
message_type: KojiBuildPackageCompleted
|
||||||
|
do:
|
||||||
|
- tasks:
|
||||||
|
- rpmlint
|
||||||
|
- tasks:
|
||||||
|
- python-versions
|
||||||
|
- rpmgrill
|
||||||
|
arches:
|
||||||
|
- noarch
|
||||||
|
|
||||||
|
- when:
|
||||||
|
message_type: KojiBuildPackageCompleted
|
||||||
|
name:
|
||||||
|
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
||||||
|
do:
|
||||||
|
- tasks:
|
||||||
|
- abicheck
|
||||||
|
|
||||||
|
- when:
|
||||||
|
message_type: KojiTagChanged
|
||||||
|
tag:
|
||||||
|
$regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||||
|
do:
|
||||||
|
- tasks:
|
||||||
|
- rpmdeplint
|
||||||
|
|
||||||
|
- when:
|
||||||
|
message_type: DistGitCommit
|
||||||
|
namespace: modules
|
||||||
|
do:
|
||||||
|
- tasks:
|
||||||
|
- check_modulemd
|
||||||
|
arches:
|
||||||
|
- noarch
|
||||||
|
|
||||||
|
- when:
|
||||||
|
message_type: GitHubPullRequestOpened
|
||||||
|
repo_name:
|
||||||
|
$regex: '/^container-images\/.+/'
|
||||||
|
do:
|
||||||
|
- tasks:
|
||||||
|
- mtf-containers
|
||||||
|
arches:
|
||||||
|
- noarch
|
||||||
|
|
||||||
|
- when:
|
||||||
|
message_type: PagureGitReceive
|
||||||
|
repo:
|
||||||
|
$regex: '/taskotron\/.+/'
|
||||||
|
do:
|
||||||
|
- discover: {repo: 'https://pagure.io/taskotron/task-dockerbuild.git'}
|
||||||
|
arches:
|
||||||
|
- x86_64
|
||||||
|
match_host_arch: True
|
Loading…
Add table
Add a link
Reference in a new issue