Skip to content

Commit

Permalink
Merge pull request #363 from nilxam/leap_micro_5.5
Browse files Browse the repository at this point in the history
LeapMicro: update medium version to 5.5
  • Loading branch information
nilxam authored Aug 24, 2023
2 parents b824391 + e9d2e5e commit 1f0978f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions job_groups/opensuse_leap_micro_5.x_dvd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ defaults:
priority: 50

products:
leap-micro-5.4-DVD-x86_64: &product_dvd
leap-micro-5.5-DVD-x86_64: &product_dvd
distri: leap-micro
flavor: DVD
version: '5.4'
leap-micro-5.4-DVD-aarch64:
version: '5.5'
leap-micro-5.5-DVD-aarch64:
*product_dvd

scenarios:
x86_64:
leap-micro-5.4-DVD-x86_64:
leap-micro-5.5-DVD-x86_64:
- microos_installation_default:
machine: [64bit, uefi]
settings:
Expand All @@ -73,11 +73,11 @@ scenarios:
<<: *default_settings
MIRROR_HTTP: http://download.opensuse.org/distribution/leap-micro/%VERSION%/product/repo/Leap-Micro-%VERSION%-%ARCH%-Media/
MIRROR_HTTPS: https://download.opensuse.org/distribution/leap-micro/%VERSION%/product/repo/Leap-Micro-%VERSION%-%ARCH%-Media/
MIRROR_PREFIX: http://download.opensuse.org/distribution/leap-micro/5.4/product/repo/
MIRROR_PREFIX: http://download.opensuse.org/distribution/leap-micro/5.5/product/repo/
INSTALL_SOURCE: http

aarch64:
leap-micro-5.4-DVD-aarch64:
leap-micro-5.5-DVD-aarch64:
- microos_installation_default:
settings:
*dvd_settings
Expand Down
36 changes: 18 additions & 18 deletions job_groups/opensuse_leap_micro_5.x_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SKIP_DOCKER_IMAGE_TESTS: '1'
REGISTRY: '3.71.98.16:5000'
CONTAINER_RUNTIME: 'podman'
CONTAINER_IMAGE_VERSIONS: '15.4,15.4'
CONTAINER_IMAGE_VERSIONS: '15.5,15.5'

.selfinstall_settings: &selfinstall_settings
<<: *default_settings
Expand Down Expand Up @@ -59,32 +59,32 @@ defaults:
QEMUCPUS: '2'

products:
leap-micro-5.4-MicroOS-Image-SelfInstall-x86_64:
leap-micro-5.5-MicroOS-Image-SelfInstall-x86_64:
distri: leap-micro
flavor: Default-SelfInstall
version: '5.4'
leap-micro-5.4-MicroOS-Image-RT-SelfInstall-x86_64:
version: '5.5'
leap-micro-5.5-MicroOS-Image-RT-SelfInstall-x86_64:
distri: leap-micro
flavor: Default-RT-SelfInstall
version: '5.4'
leap-micro-5.4-MicroOS-Image-x86_64: &product_image
version: '5.5'
leap-micro-5.5-MicroOS-Image-x86_64: &product_image
distri: leap-micro
flavor: MicroOS-Image
version: '5.4'
leap-micro-5.4-MicroOS-Image-SelfInstall-aarch64:
version: '5.5'
leap-micro-5.5-MicroOS-Image-SelfInstall-aarch64:
distri: leap-micro
flavor: Default-SelfInstall
version: '5.4'
leap-micro-5.4-MicroOS-Image-aarch64:
version: '5.5'
leap-micro-5.5-MicroOS-Image-aarch64:
*product_image
leap-micro-5.4-MicroOS-Image-RT-x86_64:
leap-micro-5.5-MicroOS-Image-RT-x86_64:
distri: leap-micro
flavor: MicroOS-Image-RT
version: '5.4'
version: '5.5'

scenarios:
x86_64:
leap-micro-5.4-MicroOS-Image-x86_64:
leap-micro-5.5-MicroOS-Image-x86_64:
- microos_image_default:
machine: [64bit, uefi]
settings:
Expand All @@ -95,27 +95,27 @@ scenarios:
- microos_virtualization:
settings:
<<: *image_qemu_settings
leap-micro-5.4-MicroOS-Image-RT-x86_64:
leap-micro-5.5-MicroOS-Image-RT-x86_64:
- microos_image_default:
settings:
*image_settings
leap-micro-5.4-MicroOS-Image-SelfInstall-x86_64:
leap-micro-5.5-MicroOS-Image-SelfInstall-x86_64:
- microos_installation_default:
machine: 64bit
settings:
<<: *selfinstall_settings
leap-micro-5.4-MicroOS-Image-RT-SelfInstall-x86_64:
leap-micro-5.5-MicroOS-Image-RT-SelfInstall-x86_64:
- microos_installation_default:
machine: 64bit
settings:
<<: *selfinstall_settings

aarch64:
leap-micro-5.4-MicroOS-Image-SelfInstall-aarch64:
leap-micro-5.5-MicroOS-Image-SelfInstall-aarch64:
- microos_installation_default:
settings:
<<: *selfinstall_settings_aarch64
leap-micro-5.4-MicroOS-Image-aarch64:
leap-micro-5.5-MicroOS-Image-aarch64:
- microos_image_default:
settings:
*image_settings
Expand Down

0 comments on commit 1f0978f

Please sign in to comment.