2019-03-27 14:36:11 +01:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
TTM.Factory:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2019-03-28 08:34:26 +01:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Factory
|
2019-03-27 14:36:11 +01:00
|
|
|
TTM.Factory_ARM:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2019-03-28 08:34:26 +01:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Factory:ARM
|
2019-03-27 14:36:11 +01:00
|
|
|
TTM.Factory_PowerPC:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2019-03-28 08:34:26 +01:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Factory:PowerPC
|
2020-01-29 17:13:01 +01:00
|
|
|
TTM.Factory_WSL:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Factory:WSL
|
2019-03-27 14:36:11 +01:00
|
|
|
TTM.Factory_zSystems:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2019-03-28 08:34:26 +01:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Factory:zSystems
|
2020-05-05 09:18:16 +02:00
|
|
|
TTM.Leap_15.1_ARM_Images:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1:ARM:Images
|
2019-07-22 16:14:36 +02:00
|
|
|
TTM.Leap_15.1_Images:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1:Images
|
2019-07-18 14:45:57 -05:00
|
|
|
TTM.Leap_15.2_ARM_Images:
|
2019-03-27 14:36:11 +01:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2019-07-18 14:45:57 -05:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:ARM:Images
|
2020-05-05 09:18:16 +02:00
|
|
|
TTM.Leap_15.2_Images:
|
2019-03-27 14:36:11 +01:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2020-05-05 09:18:16 +02:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:Images
|
|
|
|
TTM.Leap_15.2_MicroOS:
|
2019-03-27 14:36:11 +01:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2020-05-05 09:18:16 +02:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:MicroOS
|
2020-08-11 14:35:27 +08:00
|
|
|
TTM.Leap_15.2_WSL:
|
2019-03-27 14:36:11 +01:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-27 14:36:11 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2020-08-11 14:35:27 +08:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:WSL
|
2020-11-02 16:14:06 +08:00
|
|
|
TTM.Leap_15.3:
|
2020-07-08 13:45:59 +02:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2020-11-02 16:14:06 +08:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3
|
2021-02-25 11:03:48 +01:00
|
|
|
TTM.Leap_15.3_ARM:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3:ARM
|
2020-12-15 13:47:33 +01:00
|
|
|
TTM.Leap_15.3_Images:
|
2020-09-30 14:23:20 +02:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
2020-12-15 13:47:33 +01:00
|
|
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.3:Images
|