2019-05-31 19:39:23 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
2019-07-29 15:29:20 +02:00
|
|
|
Trigger.Rebuild.Factory:
|
2019-05-31 19:39:23 +02:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
2019-06-03 19:15:58 +02:00
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-maintainer
|
2019-05-31 19:39:23 +02:00
|
|
|
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:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-05-31 19:39:23 +02:00
|
|
|
echo "openSUSE:Factory"
|
2022-03-29 08:04:48 +02:00
|
|
|
./project-installcheck.py --debug check --add-comments --store openSUSE:Factory:Staging/dashboard openSUSE:Factory
|
2022-11-24 13:47:14 +01:00
|
|
|
Trigger.Rebuild.Factory.LegacyX86:
|
|
|
|
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:LegacyX86"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:LegacyX86
|
2019-07-29 15:29:20 +02:00
|
|
|
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:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-05-31 19:39:23 +02:00
|
|
|
echo "openSUSE:Factory:PowerPC"
|
2019-07-30 09:02:22 +02:00
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:PowerPC
|
2019-08-14 16:38:47 +02:00
|
|
|
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
|
2020-05-11 13:10:32 +02:00
|
|
|
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
|
2020-07-04 09:15:38 +02:00
|
|
|
Trigger.Rebuild.Factory.RISCV:
|
|
|
|
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:RISCV"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds openSUSE:Factory:RISCV
|
2019-07-29 15:29:20 +02:00
|
|
|
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:
|
2019-05-31 19:58:41 +02:00
|
|
|
- script: |-
|
2019-05-31 19:39:23 +02:00
|
|
|
echo "GNOME devel projects"
|
2019-07-29 15:29:20 +02:00
|
|
|
./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
|
2024-08-15 11:59:56 +02:00
|
|
|
Trigger.Rebuild.SLE_15_SP7_Backports:
|
2020-12-18 00:26:13 +08:00
|
|
|
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: |-
|
2024-08-15 11:59:56 +02:00
|
|
|
echo "SLE15 SP7 Backports"
|
|
|
|
./project-installcheck.py --debug check --store openSUSE:Backports:SLE-15-SP7:Staging/dashboard --no-rebuild openSUSE:Backports:SLE-15-SP7
|
|
|
|
echo "SLE15 SP7 Step Backports (Rebuilds)"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r step openSUSE:Backports:SLE-15-SP7
|
2021-05-07 13:34:16 +02:00
|
|
|
Trigger.Rebuild.Step:
|
|
|
|
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: |-
|
2021-07-14 16:35:03 +08:00
|
|
|
echo "Step 15-SP4"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP4
|
2021-05-07 13:34:16 +02:00
|
|
|
echo "Step 15-SP3"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP3
|
|
|
|
echo "Step 15-SP2"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP2
|
|
|
|
echo "Step 15-SP1"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP1
|
|
|
|
echo "Step 15"
|
|
|
|
./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15
|
2024-08-20 15:50:47 +08:00
|
|
|
Trigger.Rebuild.Leap_16_0:
|
2022-07-28 22:43:45 +08:00
|
|
|
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: |-
|
2024-08-20 15:50:47 +08:00
|
|
|
echo "Leap 16.0"
|
|
|
|
./project-installcheck.py --debug check --store openSUSE:Leap:16.0:Staging/dashboard --no-rebuild openSUSE:Leap:16.0
|
2024-09-06 12:02:07 +08:00
|
|
|
Trigger.Rebuild.Leap_16_0.Ring1:
|
|
|
|
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 "Leap 16.0 Ring1"
|
|
|
|
./project-installcheck.py --debug check -r standard --store openSUSE:Leap:16.0:Staging/dashboard --no-rebuild openSUSE:Leap:16.0:Rings:1-MinimalX
|