gocd: Drop 15.2

15.2 went EOL on 2021-12-31.
This commit is contained in:
Fabian Vogt 2022-01-10 10:46:17 +01:00
parent ae6175d30e
commit 85b5f84f75
4 changed files with 1 additions and 81 deletions

View File

@ -84,69 +84,6 @@ 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:zSystems
TTM.Leap_15.2_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.2:ARM:Images
TTM.Leap_15.2_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.2:Images
TTM.Leap_15.2_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:Leap:15.2:WSL
TTM.Leap_15.3_ARM:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished

View File

@ -5,9 +5,6 @@ pipelines:
openSUSE:Factory:ARM
openSUSE:Factory:PowerPC
openSUSE:Factory:zSystems
openSUSE:Leap:15.2:ARM:Images
openSUSE:Leap:15.2:Images
openSUSE:Leap:15.2:WSL
openSUSE:Leap:15.3:ARM
openSUSE:Leap:15.3:ARM:Images
openSUSE:Leap:15.3:Images

View File

@ -74,16 +74,4 @@ pipelines:
- staging-bot
tasks:
- script: |
ruby.ruby3.0 obs-to-vagrantcloud.rb --url https://download.opensuse.org/ports/aarch64/distribution/leap/15.3/appliances/boxes/Leap-15.3.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.3.aarch64
publish_Leap-15_2_x86_64:
resources:
- staging-bot
tasks:
- script: |
ruby.ruby3.0 obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.2/appliances/boxes/Leap-15.2.x86_64.json --organization opensuse --new-box-name Leap-15.2.x86_64
publish_Leap-15_2_aarch64:
resources:
- staging-bot
tasks:
- script: |
ruby.ruby3.0 obs-to-vagrantcloud.rb --url https://download.opensuse.org/ports/aarch64/distribution/leap/15.2/appliances/boxes/Leap-15.2.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.2.aarch64
ruby.ruby3.0 obs-to-vagrantcloud.rb --url https://download.opensuse.org/ports/aarch64/distribution/leap/15.3/appliances/boxes/Leap-15.3.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.3.aarch64

View File

@ -25,8 +25,6 @@ pipelines:
['https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/boxes/openSUSE-MicroOS.aarch64-ContainerHost-Vagrant.json', 'MicroOS-ContainerHost.aarch64'],
['https://download.opensuse.org/distribution/leap/15.3/appliances/boxes/Leap-15.3.x86_64.json', 'Leap-15.3.x86_64'],
['https://download.opensuse.org/ports/aarch64/distribution/leap/15.3/appliances/boxes/Leap-15.3.aarch64-libvirt_aarch64.json', 'Leap-15.3.aarch64'],
['https://download.opensuse.org/distribution/leap/15.2/appliances/boxes/Leap-15.2.x86_64.json', 'Leap-15.2.x86_64'],
['https://download.opensuse.org/ports/aarch64/distribution/leap/15.2/appliances/boxes/Leap-15.2.aarch64-libvirt_aarch64.json', 'Leap-15.2.aarch64']
].each do |url, box_name| %>
publish_<%= box_name.gsub('.', '_') %>:
resources: