Add rebuild trigger for openSUSE:Factory:ARM
This commit is contained in:
parent
1e238223ec
commit
21d9b1b3a6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user