@@ -43,7 +43,7 @@ One time setup
43
43
*** Test Cases ***
44
44
Run Edk2 Ovmf IA32 DEBUG
45
45
[Documentation] This test will run IA32 DEBUG build for OvmfPkg
46
- [Tags] PlatformCI OvmfPkg IA32 GCC5 Windows Qemu Edk2
46
+ [Tags] PlatformCI OvmfPkg IA32 GCC5 Ubuntu Qemu Edk2
47
47
${arch } = Set Variable IA32
48
48
${target } = Set Variable DEBUG
49
49
${package } = Set Variable OvmfPkg
@@ -60,7 +60,7 @@ Run Edk2 Ovmf IA32 DEBUG
60
60
61
61
Run Edk2 Ovmf IA32 RELEASE
62
62
[Documentation] This test will run IA32 RELEASE build for OvmfPkg
63
- [Tags] PlatformCI OvmfPkg IA32 GCC5 Windows Qemu Edk2
63
+ [Tags] PlatformCI OvmfPkg IA32 GCC5 Ubuntu Qemu Edk2
64
64
${arch } = Set Variable IA32
65
65
${target } = Set Variable RELEASE
66
66
${package } = Set Variable OvmfPkg
@@ -77,7 +77,7 @@ Run Edk2 Ovmf IA32 RELEASE
77
77
78
78
Run Edk2 Ovmf X64 DEBUG
79
79
[Documentation] This test will run X64 DEBUG build for OvmfPkg
80
- [Tags] PlatformCI OvmfPkg X64 GCC5 Windows Qemu Edk2
80
+ [Tags] PlatformCI OvmfPkg X64 GCC5 Ubuntu Qemu Edk2
81
81
${arch } = Set Variable X64
82
82
${target } = Set Variable DEBUG
83
83
${package } = Set Variable OvmfPkg
@@ -94,7 +94,7 @@ Run Edk2 Ovmf X64 DEBUG
94
94
95
95
Run Edk2 Ovmf X64 RELEASE
96
96
[Documentation] This test will run X64 RELEASE build for OvmfPkg
97
- [Tags] PlatformCI OvmfPkg X64 GCC5 Windows Qemu Edk2
97
+ [Tags] PlatformCI OvmfPkg X64 GCC5 Ubuntu Qemu Edk2
98
98
${arch } = Set Variable X64
99
99
${target } = Set Variable RELEASE
100
100
${package } = Set Variable OvmfPkg
@@ -111,7 +111,7 @@ Run Edk2 Ovmf X64 RELEASE
111
111
112
112
Run Edk2 Emulator IA32 DEBUG
113
113
[Documentation] This test will run IA32 DEBUG build for EmulatorPkg
114
- [Tags] PlatformCI EmulatorPkg IA32 GCC5 Windows Qemu Edk2
114
+ [Tags] PlatformCI EmulatorPkg IA32 GCC5 Ubuntu Qemu Edk2
115
115
${arch } = Set Variable IA32
116
116
${target } = Set Variable DEBUG
117
117
${package } = Set Variable EmulatorPkg
@@ -128,7 +128,7 @@ Run Edk2 Emulator IA32 DEBUG
128
128
129
129
Run Edk2 Emulator IA32 RELEASE
130
130
[Documentation] This test will run IA32 RELEASE build for EmulatorPkg
131
- [Tags] PlatformCI EmulatorPkg IA32 GCC5 Windows Qemu Edk2
131
+ [Tags] PlatformCI EmulatorPkg IA32 GCC5 Ubuntu Qemu Edk2
132
132
${arch } = Set Variable IA32
133
133
${target } = Set Variable RELEASE
134
134
${package } = Set Variable EmulatorPkg
@@ -145,7 +145,7 @@ Run Edk2 Emulator IA32 RELEASE
145
145
146
146
Run Edk2 Emulator X64 DEBUG
147
147
[Documentation] This test will run X64 DEBUG build for EmulatorPkg
148
- [Tags] PlatformCI EmulatorPkg X64 GCC5 Windows Qemu Edk2
148
+ [Tags] PlatformCI EmulatorPkg X64 GCC5 Ubuntu Qemu Edk2
149
149
${arch } = Set Variable X64
150
150
${target } = Set Variable DEBUG
151
151
${package } = Set Variable EmulatorPkg
@@ -162,7 +162,7 @@ Run Edk2 Emulator X64 DEBUG
162
162
163
163
Run Edk2 Emulator X64 RELEASE
164
164
[Documentation] This test will run X64 RELEASE build for EmulatorPkg
165
- [Tags] PlatformCI EmulatorPkg X64 GCC5 Windows Qemu Edk2
165
+ [Tags] PlatformCI EmulatorPkg X64 GCC5 Ubuntu Qemu Edk2
166
166
${arch } = Set Variable X64
167
167
${target } = Set Variable RELEASE
168
168
${package } = Set Variable EmulatorPkg
@@ -176,3 +176,71 @@ Run Edk2 Emulator X64 RELEASE
176
176
Build BaseTools ${tool_chain } ${ws_root }
177
177
Stuart platform build ${ci_file } ${arch } ${target } ${tool_chain } ${ws_root }
178
178
Stuart platform run ${ci_file } ${arch } ${target } ${tool_chain } MAKE_STARTUP_NSH\=TRUE ${ws_root }
179
+
180
+ Run Edk2 ArmVirt IA32 DEBUG
181
+ [Documentation] This test will run IA32 DEBUG build for ArmVirtPkg
182
+ [Tags] PlatformCI ArmVirtPkg IA32 GCC5 Ubuntu Qemu Edk2
183
+ ${arch } = Set Variable IA32
184
+ ${target } = Set Variable DEBUG
185
+ ${package } = Set Variable ArmVirtPkg
186
+ ${ci_file } = Set Variable ${package }${/ } PlatformCI${/ } PlatformBuild.py
187
+
188
+ # make sure on default branch
189
+ Reset git repo to default branch ${ws_root } ${default_branch }
190
+
191
+ Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
192
+ Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
193
+ Build BaseTools ${tool_chain } ${ws_root }
194
+ Stuart platform build ${ci_file } ${arch } ${target } ${tool_chain } ${ws_root }
195
+ Stuart platform run ${ci_file } ${arch } ${target } ${tool_chain } MAKE_STARTUP_NSH\=TRUE ${ws_root }
196
+
197
+ Run Edk2 ArmVirt IA32 RELEASE
198
+ [Documentation] This test will run IA32 RELEASE build for ArmVirtPkg
199
+ [Tags] PlatformCI ArmVirtPkg IA32 GCC5 Ubuntu Qemu Edk2
200
+ ${arch } = Set Variable IA32
201
+ ${target } = Set Variable RELEASE
202
+ ${package } = Set Variable ArmVirtPkg
203
+ ${ci_file } = Set Variable ${package }${/ } PlatformCI${/ } PlatformBuild.py
204
+
205
+ # make sure on default branch
206
+ Reset git repo to default branch ${ws_root } ${default_branch }
207
+
208
+ Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
209
+ Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
210
+ Build BaseTools ${tool_chain } ${ws_root }
211
+ Stuart platform build ${ci_file } ${arch } ${target } ${tool_chain } ${ws_root }
212
+ Stuart platform run ${ci_file } ${arch } ${target } ${tool_chain } MAKE_STARTUP_NSH\=TRUE ${ws_root }
213
+
214
+ Run Edk2 ArmVirt X64 DEBUG
215
+ [Documentation] This test will run X64 DEBUG build for ArmVirtPkg
216
+ [Tags] PlatformCI ArmVirtPkg X64 GCC5 Ubuntu Qemu Edk2
217
+ ${arch } = Set Variable X64
218
+ ${target } = Set Variable DEBUG
219
+ ${package } = Set Variable ArmVirtPkg
220
+ ${ci_file } = Set Variable ${package }${/ } PlatformCI${/ } PlatformBuild.py
221
+
222
+ # make sure on default branch
223
+ Reset git repo to default branch ${ws_root } ${default_branch }
224
+
225
+ Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
226
+ Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
227
+ Build BaseTools ${tool_chain } ${ws_root }
228
+ Stuart platform build ${ci_file } ${arch } ${target } ${tool_chain } ${ws_root }
229
+ Stuart platform run ${ci_file } ${arch } ${target } ${tool_chain } MAKE_STARTUP_NSH\=TRUE ${ws_root }
230
+
231
+ Run Edk2 ArmVirt X64 RELEASE
232
+ [Documentation] This test will run X64 RELEASE build for ArmVirtPkg
233
+ [Tags] PlatformCI ArmVirtPkg X64 GCC5 Ubuntu Qemu Edk2
234
+ ${arch } = Set Variable X64
235
+ ${target } = Set Variable RELEASE
236
+ ${package } = Set Variable ArmVirtPkg
237
+ ${ci_file } = Set Variable ${package }${/ } PlatformCI${/ } PlatformBuild.py
238
+
239
+ # make sure on default branch
240
+ Reset git repo to default branch ${ws_root } ${default_branch }
241
+
242
+ Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
243
+ Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
244
+ Build BaseTools ${tool_chain } ${ws_root }
245
+ Stuart platform build ${ci_file } ${arch } ${target } ${tool_chain } ${ws_root }
246
+ Stuart platform run ${ci_file } ${arch } ${target } ${tool_chain } MAKE_STARTUP_NSH\=TRUE ${ws_root }
0 commit comments