From 992964b0322013241e21cfb3703d23ffc28d9a33 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 22 Jun 2023 15:55:58 +0200 Subject: [PATCH] gocd: Add Leap 15.5 to the Vagrant publisher --- gocd/vagrant-publisher.gocd.yaml | 12 ++++++++++++ gocd/vagrant-publisher.gocd.yaml.erb | 2 ++ 2 files changed, 14 insertions(+) diff --git a/gocd/vagrant-publisher.gocd.yaml b/gocd/vagrant-publisher.gocd.yaml index d4b0faf8..5faba216 100644 --- a/gocd/vagrant-publisher.gocd.yaml +++ b/gocd/vagrant-publisher.gocd.yaml @@ -63,3 +63,15 @@ pipelines: tasks: - script: | ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.4.aarch64 + publish_Leap-15_5_x86_64: + resources: + - staging-bot + tasks: + - script: | + ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.x86_64.json --organization opensuse --new-box-name Leap-15.5.x86_64 + publish_Leap-15_5_aarch64: + resources: + - staging-bot + tasks: + - script: | + ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.5.aarch64 diff --git a/gocd/vagrant-publisher.gocd.yaml.erb b/gocd/vagrant-publisher.gocd.yaml.erb index cf83e5f1..f25a5ab0 100644 --- a/gocd/vagrant-publisher.gocd.yaml.erb +++ b/gocd/vagrant-publisher.gocd.yaml.erb @@ -23,6 +23,8 @@ 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.4/appliances/boxes/Leap-15.4.x86_64.json', 'Leap-15.4.x86_64'], ['https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.aarch64-libvirt_aarch64.json', 'Leap-15.4.aarch64'], +['https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.x86_64.json', 'Leap-15.5.x86_64'], +['https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.aarch64-libvirt_aarch64.json', 'Leap-15.5.aarch64'], ].each do |url, box_name| %> publish_<%= box_name.gsub('.', '_') %>: resources: