Skip to content

Commit eb8ef32

Browse files
committed
[qa] Add test for Windows Server 2019
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 090fb84 commit eb8ef32

6 files changed

Lines changed: 11 additions & 0 deletions

File tree

test/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ boot images:
1313
- `./images/win8/x86` - Windows 8.1 (32-bit)
1414
- `./images/win10/x64` - Windows 10 (64-bit)
1515
- `./images/win10/x86` - Windows 10 (32-bit)
16+
- `./images/win2019/x64` - Windows Server 2019 (64-bit)
1617

1718
Within each of the above directories, you need to provide the files:
1819

test/images/win2019/x64/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

test/win2019.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Windows Server 2019
2+
version: win2019
3+
arch: x64

test/win2019_uefi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: Windows Server 2019 (UEFI)
2+
version: win2019
3+
arch: x64
4+
uefi: true

0 commit comments

Comments
 (0)