21 lines
556 B
YAML
21 lines
556 B
YAML
|
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/
|