Do a rebuildtrigger for Leap 15.2 ARM as well

This commit is contained in:
2019-11-07 15:45:53 +01:00
parent b147cf2b0c
commit 44972c0c32

View File

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