Skip to content

Commit

Permalink
gocd: run slfo-packagelist-uploader.py once a day at 4AM
Browse files Browse the repository at this point in the history
  • Loading branch information
nilxam committed Sep 11, 2024
1 parent a6cd8cb commit 262f0f1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion gocd/checkers.opensuse.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 262f0f1

Please sign in to comment.