Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Leap 15 group to 15.6 #359

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions job_groups/opensuse_leap_15.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
############################################################

Check failure on line 1 in job_groups/opensuse_leap_15.yaml

View workflow job for this annotation

GitHub Actions / static-check

Error 400: Product 'opensuse-Leap-15.6-DVD-aarch64' is invalid
# WARNING #
# #
# This file is managed in GIT! #
Expand All @@ -22,41 +22,41 @@
machine: s390x-zVM-vswitch-l2
priority: 50
products:
opensuse-Leap-15.5-DVD-x86_64:
opensuse-Leap-15.6-DVD-x86_64:
distri: opensuse
flavor: DVD
version: '15.5'
opensuse-Leap-15.5-NET-x86_64:
version: '15.6'
opensuse-Leap-15.6-NET-x86_64:
distri: opensuse
flavor: NET
version: '15.5'
opensuse-Leap-15.5-DVD-aarch64:
version: '15.6'
opensuse-Leap-15.6-DVD-aarch64:
distri: opensuse
flavor: DVD
version: '15.5'
opensuse-Leap-15.5-NET-aarch64:
version: '15.6'
opensuse-Leap-15.6-NET-aarch64:
distri: opensuse
flavor: NET
version: '15.5'
opensuse-Leap-15.5-DVD-ppc64le:
version: '15.6'
opensuse-Leap-15.6-DVD-ppc64le:
distri: opensuse
flavor: DVD
version: '15.5'
opensuse-Leap-15.5-NET-ppc64le:
version: '15.6'
opensuse-Leap-15.6-NET-ppc64le:
distri: opensuse
flavor: NET
version: '15.5'
opensuse-Leap-15.5-DVD-s390x:
version: '15.6'
opensuse-Leap-15.6-DVD-s390x:
distri: opensuse
flavor: DVD
version: '15.5'
opensuse-Leap-15.5-NET-s390x:
version: '15.6'
opensuse-Leap-15.6-NET-s390x:
distri: opensuse
flavor: NET
version: '15.5'
version: '15.6'
scenarios:
x86_64:
opensuse-Leap-15.5-DVD-x86_64:
opensuse-Leap-15.6-DVD-x86_64:
- textmode:
machine: 64bit
- kde:
Expand Down Expand Up @@ -341,7 +341,7 @@
- autoyast_y2_firstboot:
settings:
AUTOYAST: autoyast_opensuse/autoyast_firstboot_leap.xml
opensuse-Leap-15.5-NET-x86_64:
opensuse-Leap-15.6-NET-x86_64:
- textmode:
machine: 64bit
- kde:
Expand Down Expand Up @@ -474,7 +474,7 @@
- zdup-Leap-15.4-gnome
- zdup-Leap-15.4-kde_to_Leap
aarch64:
opensuse-Leap-15.5-DVD-aarch64:
opensuse-Leap-15.6-DVD-aarch64:
- textmode:
machine: aarch64
- kde:
Expand Down Expand Up @@ -686,7 +686,7 @@
QEMUTPM: 'instance'
QEMUTPM_VER: '2.0'
DESKTOP: textmode
opensuse-Leap-15.5-NET-aarch64:
opensuse-Leap-15.6-NET-aarch64:
- textmode:
machine: aarch64
- minimalx:
Expand All @@ -706,7 +706,7 @@
- otherDE_awesome
- lxde
ppc64le:
opensuse-Leap-15.5-DVD-ppc64le:
opensuse-Leap-15.6-DVD-ppc64le:
- textmode
- gnome
- minimalx:
Expand Down Expand Up @@ -744,11 +744,11 @@
settings:
YAML_SCHEDULE: schedule/yast/opensuse/yast2_ncurses/yast2_ncurses_leap.yaml
- extra_tests_dracut
opensuse-Leap-15.5-NET-ppc64le:
opensuse-Leap-15.6-NET-ppc64le:
- minimalx:
machine: ppc64le
s390x:
opensuse-Leap-15.5-DVD-s390x:
opensuse-Leap-15.6-DVD-s390x:
- textmode:
priority: 50
settings:
Expand All @@ -760,7 +760,7 @@
EXTRABOOTPARAMS: hvc_iucv=8
FILESYSTEM: xfs
BSC1167736: yes
opensuse-Leap-15.5-NET-s390x:
opensuse-Leap-15.6-NET-s390x:
- textmode:
priority: 50
settings:
Expand Down
Loading