Merge pull request #2078 from coolo/run_gnome_review_bot
Run gnome review bot on gocd
This commit is contained in:
commit
b9594ea611
19
gocd/gnome-review-bot.gocd.yaml
Normal file
19
gocd/gnome-review-bot.gocd.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
format_version: 3
|
||||
pipelines:
|
||||
GNOME.Review:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-gnome-review-bot
|
||||
materials:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 */5 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
resources:
|
||||
- staging-bot3
|
||||
tasks:
|
||||
- script: ./check_source.py --verbose --skip-add-reviews review
|
Loading…
x
Reference in New Issue
Block a user