Trigger rebuilds on zSystem as needed

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.
This commit is contained in:
Dirk Mueller 2020-05-11 13:10:32 +02:00
parent cd067a946d
commit 76ce8b5909

View File

@ -60,6 +60,26 @@ pipelines:
- 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