Run obs-autosubmit on gocd
It was stuck for 2 months on packagelists without one noticing, so put it on the bot dashboard (needs to be ported to python3 though)
This commit is contained in:
parent
a047587820
commit
04b23dc507
20
gocd/autosubmit.gocd.yaml
Normal file
20
gocd/autosubmit.gocd.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
format_version: 3
|
||||
pipelines:
|
||||
Factory.Auto.Submit:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
||||
materials:
|
||||
script:
|
||||
git: https://github.com/openSUSE/obs-autosubmit
|
||||
timer:
|
||||
spec: 0 0 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
resources:
|
||||
- autosubmit
|
||||
tasks:
|
||||
- script: |-
|
||||
./obs-autosubmit -v --debug --cache-dir /home/go/.cache/openSUSE-release-tools/autosubmit/
|
Loading…
x
Reference in New Issue
Block a user