@@ -21,38 +21,68 @@ jobs:
21
21
matrix :
22
22
build :
23
23
[
24
- windows-2022-debug,
25
- linux-kvm-debug,
26
- linux-hyperv-debug,
27
- windows-2022-release,
28
- linux-kvm-release,
29
- linux-hyperv-release,
24
+ windows-2022-debug-amd,
25
+ linux-kvm-debug-amd,
26
+ linux-hyperv-debug-amd,
27
+ windows-2022-release-amd,
28
+ linux-kvm-release-amd,
29
+ linux-hyperv-release-amd,
30
+ windows-2022-debug-intel,
31
+ linux-kvm-debug-intel,
32
+ linux-hyperv-debug-intel,
33
+ windows-2022-release-intel,
34
+ linux-kvm-release-intel,
35
+ linux-hyperv-release-intel,
30
36
]
31
37
include :
32
- - build : windows-2022-debug
38
+ - build : windows-2022-debug-amd
33
39
os : [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
34
40
hypervisor : none
35
41
config : debug
36
- - build : linux-kvm-debug
42
+ - build : linux-kvm-debug-amd
37
43
os : [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
38
44
hypervisor : kvm
39
45
config : debug
40
- - build : linux-hyperv-debug
46
+ - build : linux-hyperv-debug-amd
41
47
os : [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
42
48
hypervisor : hyperv
43
49
config : debug
44
- - build : windows-2022-release
50
+ - build : windows-2022-release-amd
45
51
os : [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
46
52
hypervisor : none
47
53
config : release
48
- - build : linux-kvm-release
54
+ - build : linux-kvm-release-amd
49
55
os : [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
50
56
hypervisor : kvm
51
57
config : release
52
- - build : linux-hyperv-release
58
+ - build : linux-hyperv-release-amd
53
59
os : [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
54
60
hypervisor : hyperv
55
61
config : release
62
+ - build : windows-2022-debug-intel
63
+ os : [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-intel"]
64
+ hypervisor : none
65
+ config : debug
66
+ - build : linux-kvm-debug-intel
67
+ os : [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-intel"]
68
+ hypervisor : kvm
69
+ config : debug
70
+ - build : linux-hyperv-debug-intel
71
+ os : [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-intel"]
72
+ hypervisor : hyperv
73
+ config : debug
74
+ - build : windows-2022-release-intel
75
+ os : [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-intel"]
76
+ hypervisor : none
77
+ config : release
78
+ - build : linux-kvm-release-intel
79
+ os : [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-intel"]
80
+ hypervisor : kvm
81
+ config : release
82
+ - build : linux-hyperv-release-intel
83
+ os : [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-intel"]
84
+ hypervisor : hyperv
85
+ config : release
56
86
57
87
runs-on : ${{ matrix.os }}
58
88
steps :
0 commit comments