2019-05-28 13:27:41 +02:00
|
|
|
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:
|
2019-05-29 13:22:14 +02:00
|
|
|
git: https://github.com/openSUSE/obs-autosubmit.git
|
2019-05-28 13:27:41 +02:00
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
resources:
|
|
|
|
- autosubmit
|
|
|
|
tasks:
|
2019-05-29 13:22:14 +02:00
|
|
|
- script: ./obs-autosubmit -v --cache-dir /home/go/.cache/openSUSE-release-tools/autosubmit/
|