I don't have access there to recover the build, which is in a pretty bad state atm. lets see if the bot would have enough privileges to be able to do so.
146 lines
4.7 KiB
YAML
146 lines
4.7 KiB
YAML
format_version: 3
|
|
pipelines:
|
|
Trigger.Rebuild.Factory:
|
|
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:
|
|
- script: |-
|
|
echo "openSUSE:Factory"
|
|
./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:
|
|
- script: |-
|
|
echo "openSUSE:Factory:PowerPC"
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:PowerPC
|
|
Trigger.Rebuild.Factory.ARM:
|
|
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:
|
|
- script: |-
|
|
echo "openSUSE:Factory:ARM"
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:ARM
|
|
Trigger.Rebuild.Factory.zSystems:
|
|
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:
|
|
- script: |-
|
|
echo "openSUSE:Factory:zSystems"
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:zSystems
|
|
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:
|
|
- script: |-
|
|
echo "openSUSE Leap 15.2"
|
|
./project-installcheck.py --debug check --store openSUSE:Leap:15.2:Staging/dashboard openSUSE:Leap:15.2
|
|
Trigger.Rebuild.Leap.152.ARM:
|
|
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:
|
|
- script: |-
|
|
echo "openSUSE Leap 15.2 ARM"
|
|
./project-installcheck.py --debug check --store openSUSE:Leap:15.2:ARM:Staging/dashboard openSUSE:Leap:15.2:ARM
|
|
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:
|
|
- script: |-
|
|
echo "GNOME devel projects"
|
|
./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
|