2019-05-31 19:39:23 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
2019-07-29 15:29:20 +02:00
|
|
|
Trigger.Rebuild.Factory:
|
2019-05-31 19:39:23 +02:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
2019-06-03 19:15:58 +02:00
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
2019-05-31 19:39:23 +02:00
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-05-31 19:39:23 +02:00
|
|
|
echo "openSUSE:Factory"
|
2019-07-29 15:29:20 +02:00
|
|
|
./project-installcheck.py --debug check --store openSUSE:Factory:Staging/dashboard openSUSE:Factory
|
|
|
|
Trigger.Rebuild.Factory.Power:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-05-31 19:39:23 +02:00
|
|
|
echo "openSUSE:Factory:PowerPC"
|
2019-07-30 09:02:22 +02:00
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:PowerPC
|
2019-07-29 15:29:20 +02:00
|
|
|
Trigger.Rebuild.Leap.152:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-07-18 14:45:57 -05:00
|
|
|
echo "openSUSE Leap 15.2"
|
2019-07-29 15:29:20 +02:00
|
|
|
./project-installcheck.py --debug check --store openSUSE:Leap:15.2:Staging/dashboard openSUSE:Leap:15.2
|
|
|
|
Trigger.Rebuild.GNOME:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-05-31 19:39:23 +02:00
|
|
|
echo "GNOME devel projects"
|
2019-07-29 15:29:20 +02:00
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r openSUSE_Factory GNOME:Factory
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r openSUSE_PPC GNOME:Factory
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r openSUSE_Factory GNOME:Next
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r openSUSE_PPC GNOME:Next
|