Run devel projects reminder on gocd
This commit is contained in:
parent
8363fe3875
commit
6dbc1c88f0
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
import argparse
|
||||
from datetime import datetime
|
||||
|
22
gocd/staging-bot-reminder.gocd.yaml
Normal file
22
gocd/staging-bot-reminder.gocd.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
format_version: 3
|
||||
pipelines:
|
||||
openSUSE.Devel.Reminder:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
timer:
|
||||
spec: 0 0 15 ? * *
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
materials:
|
||||
git:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
stages:
|
||||
- Run:
|
||||
approval:
|
||||
type: manual
|
||||
timeout: 0
|
||||
resources:
|
||||
- staging-bot3
|
||||
tasks:
|
||||
- script: ./devel-project.py reviews --min-age 3 --remind
|
||||
- script: ./devel-project.py requests --min-age 3 --remind
|
Loading…
x
Reference in New Issue
Block a user