@@ -4,13 +4,13 @@ Documentation A test suite to test Platform CI on edk2 repo
4
4
# Copyright (c), Microsoft Corporation
5
5
# SPDX-License-Identifier: BSD-2-Clause-Patent
6
6
7
- Library Process
8
- Library OperatingSystem
9
- Library String
7
+ Library Process
8
+ Library OperatingSystem
9
+ Library String
10
10
11
- Resource Shared_Keywords.robot
11
+ Resource Shared_Keywords.robot
12
12
13
- Suite Setup One time setup ${repo_url } ${ws_dir }
13
+ Suite Setup One time setup ${repo_url } ${ws_dir }
14
14
15
15
# Suite Setup
16
16
@@ -44,13 +44,13 @@ One time setup
44
44
Run Edk2 Ovmf IA32 DEBUG
45
45
[Documentation] This test will run IA32 DEBUG build for OvmfPkg
46
46
[Tags] PlatformCI OvmfPkg IA32 VS2019 Windows Qemu Edk2
47
- ${arch } = Set Variable IA32
48
- ${target } = Set Variable DEBUG
49
- ${package } = Set Variable OvmfPkg
50
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
47
+ ${arch } = Set Variable IA32
48
+ ${target } = Set Variable DEBUG
49
+ ${package } = Set Variable OvmfPkg
50
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
51
51
52
52
# make sure on default branch
53
- Reset git repo to default branch ${ws_root } ${default_branch }
53
+ Reset git repo to default branch ${ws_root } ${default_branch }
54
54
55
55
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
56
56
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -61,13 +61,13 @@ Run Edk2 Ovmf IA32 DEBUG
61
61
Run Edk2 Ovmf IA32 RELEASE
62
62
[Documentation] This test will run IA32 RELEASE build for OvmfPkg
63
63
[Tags] PlatformCI OvmfPkg IA32 VS2019 Windows Qemu Edk2
64
- ${arch } = Set Variable IA32
65
- ${target } = Set Variable RELEASE
66
- ${package } = Set Variable OvmfPkg
67
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
64
+ ${arch } = Set Variable IA32
65
+ ${target } = Set Variable RELEASE
66
+ ${package } = Set Variable OvmfPkg
67
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
68
68
69
69
# make sure on default branch
70
- Reset git repo to default branch ${ws_root } ${default_branch }
70
+ Reset git repo to default branch ${ws_root } ${default_branch }
71
71
72
72
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
73
73
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -78,13 +78,13 @@ Run Edk2 Ovmf IA32 RELEASE
78
78
Run Edk2 Ovmf X64 DEBUG
79
79
[Documentation] This test will run X64 DEBUG build for OvmfPkg
80
80
[Tags] PlatformCI OvmfPkg X64 VS2019 Windows Qemu Edk2
81
- ${arch } = Set Variable X64
82
- ${target } = Set Variable DEBUG
83
- ${package } = Set Variable OvmfPkg
84
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
81
+ ${arch } = Set Variable X64
82
+ ${target } = Set Variable DEBUG
83
+ ${package } = Set Variable OvmfPkg
84
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
85
85
86
86
# make sure on default branch
87
- Reset git repo to default branch ${ws_root } ${default_branch }
87
+ Reset git repo to default branch ${ws_root } ${default_branch }
88
88
89
89
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
90
90
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -95,13 +95,13 @@ Run Edk2 Ovmf X64 DEBUG
95
95
Run Edk2 Ovmf X64 RELEASE
96
96
[Documentation] This test will run X64 RELEASE build for OvmfPkg
97
97
[Tags] PlatformCI OvmfPkg X64 VS2019 Windows Qemu Edk2
98
- ${arch } = Set Variable X64
99
- ${target } = Set Variable RELEASE
100
- ${package } = Set Variable OvmfPkg
101
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
98
+ ${arch } = Set Variable X64
99
+ ${target } = Set Variable RELEASE
100
+ ${package } = Set Variable OvmfPkg
101
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
102
102
103
103
# make sure on default branch
104
- Reset git repo to default branch ${ws_root } ${default_branch }
104
+ Reset git repo to default branch ${ws_root } ${default_branch }
105
105
106
106
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
107
107
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -112,13 +112,13 @@ Run Edk2 Ovmf X64 RELEASE
112
112
Run Edk2 Emulator IA32 DEBUG
113
113
[Documentation] This test will run IA32 DEBUG build for EmulatorPkg
114
114
[Tags] PlatformCI EmulatorPkg IA32 VS2019 Windows Qemu Edk2
115
- ${arch } = Set Variable IA32
116
- ${target } = Set Variable DEBUG
117
- ${package } = Set Variable EmulatorPkg
118
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
115
+ ${arch } = Set Variable IA32
116
+ ${target } = Set Variable DEBUG
117
+ ${package } = Set Variable EmulatorPkg
118
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
119
119
120
120
# make sure on default branch
121
- Reset git repo to default branch ${ws_root } ${default_branch }
121
+ Reset git repo to default branch ${ws_root } ${default_branch }
122
122
123
123
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
124
124
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -129,13 +129,13 @@ Run Edk2 Emulator IA32 DEBUG
129
129
Run Edk2 Emulator IA32 RELEASE
130
130
[Documentation] This test will run IA32 RELEASE build for EmulatorPkg
131
131
[Tags] PlatformCI EmulatorPkg IA32 VS2019 Windows Qemu Edk2
132
- ${arch } = Set Variable IA32
133
- ${target } = Set Variable RELEASE
134
- ${package } = Set Variable EmulatorPkg
135
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
132
+ ${arch } = Set Variable IA32
133
+ ${target } = Set Variable RELEASE
134
+ ${package } = Set Variable EmulatorPkg
135
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
136
136
137
137
# make sure on default branch
138
- Reset git repo to default branch ${ws_root } ${default_branch }
138
+ Reset git repo to default branch ${ws_root } ${default_branch }
139
139
140
140
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
141
141
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -146,13 +146,13 @@ Run Edk2 Emulator IA32 RELEASE
146
146
Run Edk2 Emulator X64 DEBUG
147
147
[Documentation] This test will run X64 DEBUG build for EmulatorPkg
148
148
[Tags] PlatformCI EmulatorPkg X64 VS2019 Windows Qemu Edk2
149
- ${arch } = Set Variable X64
150
- ${target } = Set Variable DEBUG
151
- ${package } = Set Variable EmulatorPkg
152
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
149
+ ${arch } = Set Variable X64
150
+ ${target } = Set Variable DEBUG
151
+ ${package } = Set Variable EmulatorPkg
152
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
153
153
154
154
# make sure on default branch
155
- Reset git repo to default branch ${ws_root } ${default_branch }
155
+ Reset git repo to default branch ${ws_root } ${default_branch }
156
156
157
157
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
158
158
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
@@ -163,13 +163,13 @@ Run Edk2 Emulator X64 DEBUG
163
163
Run Edk2 Emulator X64 RELEASE
164
164
[Documentation] This test will run X64 RELEASE build for EmulatorPkg
165
165
[Tags] PlatformCI EmulatorPkg X64 VS2019 Windows Qemu Edk2
166
- ${arch } = Set Variable X64
167
- ${target } = Set Variable RELEASE
168
- ${package } = Set Variable EmulatorPkg
169
- ${ci_file } = Set Variable {package}${/ }${ PlatformCI } ${/ } PlatformBuild.py
166
+ ${arch } = Set Variable X64
167
+ ${target } = Set Variable RELEASE
168
+ ${package } = Set Variable EmulatorPkg
169
+ ${ci_file } = Set Variable $ {package }${/ } PlatformCI${/ } PlatformBuild.py
170
170
171
171
# make sure on default branch
172
- Reset git repo to default branch ${ws_root } ${default_branch }
172
+ Reset git repo to default branch ${ws_root } ${default_branch }
173
173
174
174
Stuart setup ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
175
175
Stuart update ${ci_file } ${arch } ${target } ${package } ${tool_chain } ${ws_root }
0 commit comments