Skip to content

Commit 4299961

Browse files
authored
Merge pull request #3248 from lkocman/ttm_micro62
Add Leap Micro 6.2 TTM pipeline
2 parents 052efef + f604048 commit 4299961

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

gocd/totestmanager.gocd.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,24 @@ pipelines:
252252
- script: |-
253253
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
254254
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:Micro:6.1
255+
TTM.Leap_Micro_6.2:
256+
group: openSUSE.Checkers
257+
lock_behavior: unlockWhenFinished
258+
environment_variables:
259+
OSC_CONFIG: /home/go/config/oscrc-totest-manager
260+
materials:
261+
script:
262+
git: https://github.com/openSUSE/openSUSE-release-tools.git
263+
destination: scripts
264+
timer:
265+
spec: 0 */15 * ? * *
266+
only_on_changes: false
267+
stages:
268+
- Run:
269+
approval: manual
270+
resources:
271+
- staging-bot
272+
tasks:
273+
- script: |-
274+
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
275+
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:Micro:6.2

gocd/totestmanager.gocd.yaml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pipelines:
1313
openSUSE:Leap:Micro:6.0
1414
openSUSE:Leap:Micro:6.0:Images
1515
openSUSE:Leap:Micro:6.1
16+
openSUSE:Leap:Micro:6.2
1617
) -%>
1718
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
1819
group: openSUSE.Checkers

0 commit comments

Comments
 (0)