Skip to content

Commit

Permalink
Merge pull request #3134 from andreas-schwab/master
Browse files Browse the repository at this point in the history
Add TTM for openSUSE:Factory:RISCV
  • Loading branch information
dirkmueller committed Aug 15, 2024
2 parents a27e7d8 + 5e91472 commit bdf9527
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions gocd/totestmanager.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,27 @@ pipelines:
- 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:PowerPC
TTM.Factory_RISCV:
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:RISCV
TTM.Factory_zSystems:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
Expand Down
1 change: 1 addition & 0 deletions gocd/totestmanager.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pipelines:
openSUSE:Factory:ARM
openSUSE:Factory:LegacyX86
openSUSE:Factory:PowerPC
openSUSE:Factory:RISCV
openSUSE:Factory:zSystems
openSUSE:Leap:15.5:Images
openSUSE:Leap:15.5:ARM
Expand Down

0 comments on commit bdf9527

Please sign in to comment.