Merge pull request #2156 from Vogtinator/armrebuild

Add rebuild trigger for openSUSE:Factory:ARM
This commit is contained in:
Jimmy Berry 2019-08-14 10:07:20 -05:00 committed by GitHub
commit 0bb5815bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,26 @@ pipelines:
- script: |- - script: |-
echo "openSUSE:Factory:PowerPC" echo "openSUSE:Factory:PowerPC"
./project-installcheck.py --debug check --store home:repo-checker/rebuilds 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.Leap.152: Trigger.Rebuild.Leap.152:
group: openSUSE.Checkers group: openSUSE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished