Skip to content

Commit

Permalink
Set memory size to 4GB for gnome tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rfan1 committed Feb 4, 2024
1 parent 3ae45fe commit f50449c
Show file tree
Hide file tree
Showing 12 changed files with 317 additions and 88 deletions.
4 changes: 3 additions & 1 deletion job_groups/opensuse_leap_15.5_backports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ scenarios:
machine: uefi
settings:
QEMUVGA: cirrus
QEMURAM: '4096'
- gnome:
machine: 64bit-2G
machine: 64bit-4G
settings:
QEMUVGA: cirrus
- cryptlvm:
Expand All @@ -37,5 +38,6 @@ scenarios:
- install_with_updates_gnome:
settings:
QEMUVGA: cirrus
QEMURAM: '4096'
- install_with_updates_kde:
machine: uefi-2G
16 changes: 10 additions & 6 deletions job_groups/opensuse_leap_15.5_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ scenarios:
machine: 64bit_virtio
opensuse-Leap15.5-GNOME-Live-x86_64:
- gnome-live:
machine: uefi-3G
machine: uefi-4G
- gnome-live:
machine: 64bit-3G
machine: 64bit-4G
- gnome-live:
machine: uefi-usb-4G
- gnome-live:
machine: USBboot_64-3G
machine: USBboot_64-4G
- mediacheck:
machine: 64bit
machine: 64bit-4G
opensuse-Leap15.5-KDE-Live-x86_64:
- kde-live:
machine: uefi-usb-4G
Expand Down Expand Up @@ -273,8 +273,12 @@ scenarios:
machine: aarch64
- mediacheck
opensuse-Leap15.5-GNOME-Live-aarch64:
- gnome-live
- mediacheck
- gnome-live:
settings:
QEMURAM: '4096'
- mediacheck:
settings:
QEMURAM: '4096'
opensuse-Leap15.5-XFCE-Live-aarch64:
- xfce-live
- mediacheck
Expand Down
1 change: 1 addition & 0 deletions job_groups/opensuse_leap_15.5_incidents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ scenarios:
- gnome:
settings:
YAML_SCHEDULE: schedule/functional/leap15_incidents/incident_update.yaml
QEMURAM: '4096'
- cryptlvm:
machine: uefi-2G
settings:
Expand Down
16 changes: 10 additions & 6 deletions job_groups/opensuse_leap_15.6_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ scenarios:
machine: 64bit_virtio
opensuse-Leap15.6-GNOME-Live-x86_64:
- gnome-live:
machine: uefi-3G
machine: uefi-4G
- gnome-live:
machine: 64bit-3G
machine: 64bit-4G
- gnome-live:
machine: uefi-usb-4G
- gnome-live:
machine: USBboot_64-3G
machine: USBboot_64-4G
- mediacheck:
machine: 64bit
machine: 64bit-4G
opensuse-Leap15.6-KDE-Live-x86_64:
- kde-live:
machine: uefi-usb-4G
Expand Down Expand Up @@ -273,8 +273,12 @@ scenarios:
machine: aarch64
- mediacheck
opensuse-Leap15.6-GNOME-Live-aarch64:
- gnome-live
- mediacheck
- gnome-live:
settings:
QEMURAM: '4096'
- mediacheck:
settings:
QEMURAM: '4096'
opensuse-Leap15.6-XFCE-Live-aarch64:
- xfce-live
- mediacheck
Expand Down
Loading

0 comments on commit f50449c

Please sign in to comment.