gocd: run slfo-packagelist-uploader.py once a day at 4AM
This commit is contained in:
parent
a6cd8cb345
commit
262f0f1b11
@ -177,4 +177,23 @@ pipelines:
|
||||
tasks:
|
||||
- script: ./devel-project.py reviews --min-age 3 --remind
|
||||
- script: ./devel-project.py requests --min-age 3 --remind
|
||||
|
||||
openSUSE.SLFO.Packagelist.Uploader.Leap_16_0:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
timer:
|
||||
spec: 0 0 4 ? * *
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
||||
materials:
|
||||
git:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
stages:
|
||||
- Run:
|
||||
approval:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: ./slfo-packagelist-uploader.py --project openSUSE:Leap:16.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user