Skip to content

Commit

Permalink
Rename the Win HDDs to match the name of the machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Herranz Ramírez committed Apr 5, 2024
1 parent 07a0558 commit f250aad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions job_groups/opensuse_leap_15.2_wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scenarios:
QEMUMACHINE: 'q35'
SCC_REGISTER: '0'
YAML_SCHEDULE: 'schedule/wsl/wsl_main.yaml'
HDD_1: 'windows-10-x86_64-22H2@windows_bios_boot.qcow2'
HDD_1: 'windows-10-x86_64-22H2@64bit_win.qcow2'
VNC_STALL_THRESHOLD: '10'
VNC_TYPING_LIMIT: '15'
QEMU_ENABLE_SMBD: '1'
Expand All @@ -38,7 +38,7 @@ scenarios:
machine: uefi_win
settings:
<<: *settings
HDD_1: 'windows-10-x86_64-22H2@windows_uefi_boot.qcow2'
HDD_1: 'windows-10-x86_64-22H2@uefi_win.qcow2'
- wsl2-main:
testsuite: null
settings:
Expand Down
4 changes: 2 additions & 2 deletions job_groups/opensuse_leap_15.4_wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scenarios:
QEMUMACHINE: 'q35'
SCC_REGISTER: '0'
YAML_SCHEDULE: 'schedule/wsl/wsl_main.yaml'
HDD_1: 'windows-10-x86_64-22H2@windows_bios_boot.qcow2'
HDD_1: 'windows-10-x86_64-22H2@64bit_win.qcow2'
WIN_VERSION: '10'
VNC_STALL_THRESHOLD: '10'
VNC_TYPING_LIMIT: '15'
Expand All @@ -40,7 +40,7 @@ scenarios:
machine: uefi_win
settings:
<<: *settings
HDD_1: 'windows-10-x86_64-22H2@windows_uefi_boot.qcow2'
HDD_1: 'windows-10-x86_64-22H2@uefi_win.qcow2'
- wsl2-main:
testsuite: null
settings:
Expand Down
2 changes: 1 addition & 1 deletion job_groups/opensuse_leap_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ scenarios:
DESKTOP: gnome
DUALBOOT: '1'
HDDVERSION: Windows 10
HDD_1: windows-10-x86_64-22H2@windows_bios_boot.qcow2
HDD_1: windows-10-x86_64-22H2@64bit_win.qcow2
VNC_STALL_THRESHOLD: '100'
EXCLUDE_MODULES: system_prepare
description: ''
Expand Down
6 changes: 3 additions & 3 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ scenarios:
- desktopapps-remote-desktop-xrdp-server1:
settings:
BOOTFROM: c
HDD_1: windows-10-x86_64-22H2@windows_bios_boot.qcow2
HDD_1: windows-10-x86_64-22H2@64bit_win.qcow2
WIN_VERSION: '10'
NETWORKS: fixed
NICTYPE: tap
Expand Down Expand Up @@ -661,7 +661,7 @@ scenarios:
- desktopapps-remote-desktop-xrdp-server2:
settings:
BOOTFROM: c
HDD_1: windows-10-x86_64-22H2@windows_bios_boot.qcow2
HDD_1: windows-10-x86_64-22H2@64bit_win.qcow2
WIN_VERSION: '10'
NETWORKS: fixed
NICTYPE: tap
Expand All @@ -682,7 +682,7 @@ scenarios:
settings:
BOOTFROM: c
DESKTOP: gnome
HDD_1: windows-10-x86_64-22H2@windows_bios_boot.qcow2
HDD_1: windows-10-x86_64-22H2@64bit_win.qcow2
WIN_VERSION: '10'
NETWORKS: fixed
NICTYPE: tap
Expand Down

0 comments on commit f250aad

Please sign in to comment.