Skip to content

Commit

Permalink
[qa] Add test for Windows Server 2019
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Feb 11, 2021
1 parent 090fb84 commit eb8ef32
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ boot images:
- `./images/win8/x86` - Windows 8.1 (32-bit)
- `./images/win10/x64` - Windows 10 (64-bit)
- `./images/win10/x86` - Windows 10 (32-bit)
- `./images/win2019/x64` - Windows Server 2019 (64-bit)

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

Expand Down
1 change: 1 addition & 0 deletions test/images/win2019/x64/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions test/images/win2019/x64/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions test/images/win2019/x64/sources/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions test/win2019.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Windows Server 2019
version: win2019
arch: x64
4 changes: 4 additions & 0 deletions test/win2019_uefi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Windows Server 2019 (UEFI)
version: win2019
arch: x64
uefi: true

0 comments on commit eb8ef32

Please sign in to comment.