Skip to content

Commit

Permalink
Add TTM config for Leap Micro 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman authored and nilxam committed Nov 14, 2024
1 parent ec75d57 commit 3618cd4
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 @@ -315,3 +315,24 @@ 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:Leap:Micro:6.0:Images
TTM.Leap_Micro_6.1:
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:Micro:6.1
1 change: 1 addition & 0 deletions gocd/totestmanager.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pipelines:
openSUSE:Leap:16.0
openSUSE:Leap:Micro:6.0
openSUSE:Leap:Micro:6.0:Images
openSUSE:Leap:Micro:6.1
) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
group: openSUSE.Checkers
Expand Down

0 comments on commit 3618cd4

Please sign in to comment.