OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
7 "sync", | 7 "sync", |
8 "--verbose", | 8 "--verbose", |
9 "--force", | 9 "--force", |
10 "--revision", | 10 "--revision", |
11 "build/goma@refs/heads/master" | 11 "build/goma@refs/heads/master" |
12 ], | 12 ], |
13 "cwd": "[ROOT]\\b\\build", | 13 "cwd": "[BUILD]", |
14 "env": { | 14 "env": { |
15 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 15 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
16 }, | 16 }, |
17 "name": "gclient update goma canary" | 17 "name": "gclient update goma canary" |
18 }, | 18 }, |
19 { | 19 { |
20 "cmd": [ | 20 "cmd": [ |
21 "python", | 21 "python", |
22 "-u", | 22 "-u", |
23 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 23 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
24 ], | 24 ], |
| 25 "cwd": "[SLAVE_BUILD]", |
25 "name": "taskkill" | 26 "name": "taskkill" |
26 }, | 27 }, |
27 { | 28 { |
28 "cmd": [ | 29 "cmd": [ |
29 "python", | 30 "python", |
30 "-u", | 31 "-u", |
31 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 32 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
32 "--master", | 33 "--master", |
33 "chromium.fyi", | 34 "chromium.fyi", |
34 "--builder", | 35 "--builder", |
35 "CrWin7Goma", | 36 "CrWin7Goma", |
36 "--slave", | 37 "--slave", |
37 "TestSlavename", | 38 "TestSlavename", |
38 "--spec", | 39 "--spec", |
39 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 40 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
40 "--root", | 41 "--root", |
41 "src", | 42 "src", |
42 "--revision_mapping_file", | 43 "--revision_mapping_file", |
43 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 44 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
44 "--git-cache-dir", | 45 "--git-cache-dir", |
45 "[ROOT]\\b\\build\\slave\\cache_dir", | 46 "[GIT_CACHE]", |
46 "--output_json", | 47 "--output_json", |
47 "/path/to/tmp/json", | 48 "/path/to/tmp/json", |
48 "--revision", | 49 "--revision", |
49 "src@HEAD", | 50 "src@HEAD", |
50 "--force", | 51 "--force", |
51 "--output_manifest" | 52 "--output_manifest" |
52 ], | 53 ], |
| 54 "cwd": "[SLAVE_BUILD]", |
53 "env": { | 55 "env": { |
54 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
55 }, | 57 }, |
56 "name": "bot_update", | 58 "name": "bot_update", |
57 "~followup_annotations": [ | 59 "~followup_annotations": [ |
58 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
59 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
117 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 119 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
118 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
119 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 122 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
121 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 123 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
122 ] | 124 ] |
123 }, | 125 }, |
124 { | 126 { |
125 "cmd": [], | 127 "cmd": [], |
| 128 "cwd": "[SLAVE_BUILD]", |
126 "name": "ensure_goma" | 129 "name": "ensure_goma" |
127 }, | 130 }, |
128 { | 131 { |
129 "cmd": [ | 132 "cmd": [ |
130 "python", | 133 "python", |
131 "-u", | 134 "-u", |
132 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 135 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
133 "--platform", | 136 "--platform", |
134 "windows-386", | 137 "windows-386", |
135 "--dest-directory", | 138 "--dest-directory", |
136 "[CWD]\\cipd", | 139 "[SLAVE_BUILD]\\cipd", |
137 "--json-output", | 140 "--json-output", |
138 "/path/to/tmp/json" | 141 "/path/to/tmp/json" |
139 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]", |
140 "name": "ensure_goma.install cipd", | 144 "name": "ensure_goma.install cipd", |
141 "~followup_annotations": [ | 145 "~followup_annotations": [ |
142 "@@@STEP_NEST_LEVEL@1@@@", | 146 "@@@STEP_NEST_LEVEL@1@@@", |
143 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 147 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
144 "@@@STEP_LOG_LINE@json.output@{@@@", | 148 "@@@STEP_LOG_LINE@json.output@{@@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
147 "@@@STEP_LOG_LINE@json.output@}@@@", | 151 "@@@STEP_LOG_LINE@json.output@}@@@", |
148 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
149 ] | 153 ] |
150 }, | 154 }, |
151 { | 155 { |
152 "cmd": [ | 156 "cmd": [ |
153 "fake_slave_build/cipd", | 157 "[SLAVE_BUILD]\\cipd\\cipd", |
154 "ensure", | 158 "ensure", |
155 "--root", | 159 "--root", |
156 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 160 "[CACHE]\\cipd\\goma", |
157 "--list", | 161 "--list", |
158 "infra_internal/goma/client/windows-amd64 release", | 162 "infra_internal/goma/client/windows-amd64 release", |
159 "--json-output", | 163 "--json-output", |
160 "/path/to/tmp/json", | 164 "/path/to/tmp/json", |
161 "--service-account-json", | 165 "--service-account-json", |
162 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 166 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
163 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", |
164 "name": "ensure_goma.ensure_installed", | 169 "name": "ensure_goma.ensure_installed", |
165 "~followup_annotations": [ | 170 "~followup_annotations": [ |
166 "@@@STEP_NEST_LEVEL@1@@@", | 171 "@@@STEP_NEST_LEVEL@1@@@", |
167 "@@@STEP_LOG_LINE@json.output@{@@@", | 172 "@@@STEP_LOG_LINE@json.output@{@@@", |
168 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
169 "@@@STEP_LOG_LINE@json.output@ {@@@", | 174 "@@@STEP_LOG_LINE@json.output@ {@@@", |
170 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
171 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
172 "@@@STEP_LOG_LINE@json.output@ }@@@", | 177 "@@@STEP_LOG_LINE@json.output@ }@@@", |
173 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
174 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
175 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
176 ] | 181 ] |
177 }, | 182 }, |
178 { | 183 { |
179 "cmd": [ | 184 "cmd": [ |
180 "python", | 185 "python", |
181 "-u", | 186 "-u", |
182 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
183 "runhooks" | 188 "runhooks" |
184 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
185 "env": { | 191 "env": { |
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
187 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=ia32 use_goma=1", | 193 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", |
188 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
189 }, | 195 }, |
190 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
191 }, | 197 }, |
192 { | 198 { |
193 "cmd": [ | 199 "cmd": [ |
194 "python", | 200 "python", |
195 "-u", | 201 "-u", |
196 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 202 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
197 "--output", | 203 "--output", |
198 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
199 "--", | 205 "--", |
200 "--build-config-fs", | 206 "--build-config-fs", |
201 "Release", | 207 "Release", |
202 "--paths", | 208 "--paths", |
203 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 209 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
204 "--properties", | 210 "--properties", |
205 "{\"buildername\": \"CrWin7Goma\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" | 211 "{\"buildername\": \"CrWin7Goma\", \"buildnumber\": 571, \"mastername\": \
"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}
" |
206 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]", |
207 "name": "get compile targets for scripts", | 214 "name": "get compile targets for scripts", |
208 "~followup_annotations": [ | 215 "~followup_annotations": [ |
209 "@@@STEP_LOG_LINE@json.output@{}@@@", | 216 "@@@STEP_LOG_LINE@json.output@{}@@@", |
210 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
211 ] | 218 ] |
212 }, | 219 }, |
213 { | 220 { |
214 "cmd": [ | 221 "cmd": [ |
215 "python", | 222 "python", |
216 "-u", | 223 "-u", |
217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 224 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
218 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", | 225 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
219 "/path/to/tmp/json" | 226 "/path/to/tmp/json" |
220 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
221 "name": "read test spec", | 229 "name": "read test spec", |
222 "~followup_annotations": [ | 230 "~followup_annotations": [ |
223 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", | 231 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
224 "@@@STEP_LOG_LINE@json.output@{}@@@", | 232 "@@@STEP_LOG_LINE@json.output@{}@@@", |
225 "@@@STEP_LOG_END@json.output@@@" | 233 "@@@STEP_LOG_END@json.output@@@" |
226 ] | 234 ] |
227 }, | 235 }, |
228 { | 236 { |
229 "cmd": [ | 237 "cmd": [ |
230 "python", | 238 "python", |
231 "-u", | 239 "-u", |
232 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 240 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
233 "--show-path", | 241 "--show-path", |
234 "python", | 242 "python", |
235 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
236 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
237 "name": "cleanup_temp" | 246 "name": "cleanup_temp" |
238 }, | 247 }, |
239 { | 248 { |
240 "cmd": [ | 249 "cmd": [ |
241 "python", | 250 "python", |
242 "-u", | 251 "-u", |
243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
244 "--show-path", | 253 "--show-path", |
245 "python", | 254 "python", |
246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
247 "--gsutil-py-path", | 256 "--gsutil-py-path", |
248 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 257 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
249 "--ninja-path", | 258 "--ninja-path", |
250 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 259 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
251 "--target", | 260 "--target", |
252 "Release", | 261 "Release", |
253 "--src-dir", | 262 "--src-dir", |
254 "[CWD]\\src", | 263 "[SLAVE_BUILD]\\src", |
255 "--goma-cache-dir", | 264 "--goma-cache-dir", |
256 "[ROOT]\\b\\build\\slave\\goma_cache", | 265 "[GOMA_CACHE]", |
257 "--build-tool", | 266 "--build-tool", |
258 "ninja", | 267 "ninja", |
259 "--build-data-dir", | 268 "--build-data-dir", |
260 "[ROOT]\\build_data_dir", | 269 "[ROOT]\\build_data_dir", |
261 "--compiler", | 270 "--compiler", |
262 "goma", | 271 "goma", |
263 "--goma-jsonstatus", | 272 "--goma-jsonstatus", |
264 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
265 "--goma-service-account-json-file", | 274 "--goma-service-account-json-file", |
266 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 275 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
267 "--goma-dir", | 276 "--goma-dir", |
268 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 277 "[CACHE]\\cipd\\goma", |
269 "--goma-hermetic", | 278 "--goma-hermetic", |
270 "error", | 279 "error", |
271 "--goma-enable-compiler-info-cache", | 280 "--goma-enable-compiler-info-cache", |
272 "--", | 281 "--", |
273 "base_unittests", | 282 "base_unittests", |
274 "chromium_builder_tests", | 283 "chromium_builder_tests", |
275 "content_unittests" | 284 "content_unittests" |
276 ], | 285 ], |
| 286 "cwd": "[SLAVE_BUILD]", |
277 "env": { | 287 "env": { |
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
279 }, | 289 }, |
280 "name": "compile", | 290 "name": "compile", |
281 "~followup_annotations": [ | 291 "~followup_annotations": [ |
282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 292 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 293 "@@@STEP_LOG_END@json.output (invalid)@@@" |
284 ] | 294 ] |
285 }, | 295 }, |
286 { | 296 { |
(...skipping 11 matching lines...) Expand all Loading... |
298 "--annotate=gtest", | 308 "--annotate=gtest", |
299 "--test-type=base_unittests", | 309 "--test-type=base_unittests", |
300 "--step-name=base_unittests", | 310 "--step-name=base_unittests", |
301 "--test-launcher-summary-output", | 311 "--test-launcher-summary-output", |
302 "/path/to/tmp/json", | 312 "/path/to/tmp/json", |
303 "--builder-name=CrWin7Goma", | 313 "--builder-name=CrWin7Goma", |
304 "--slave-name=TestSlavename", | 314 "--slave-name=TestSlavename", |
305 "--build-number=571", | 315 "--build-number=571", |
306 "base_unittests.exe" | 316 "base_unittests.exe" |
307 ], | 317 ], |
| 318 "cwd": "[SLAVE_BUILD]", |
308 "name": "base_unittests" | 319 "name": "base_unittests" |
309 }, | 320 }, |
310 { | 321 { |
311 "allow_subannotations": true, | 322 "allow_subannotations": true, |
312 "cmd": [ | 323 "cmd": [ |
313 "python", | 324 "python", |
314 "-u", | 325 "-u", |
315 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 326 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
316 "--target", | 327 "--target", |
317 "Release", | 328 "Release", |
318 "--factory-properties", | 329 "--factory-properties", |
319 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", | 330 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
320 "--build-properties", | 331 "--build-properties", |
321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", | 332 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWin7Goma\",
\"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
322 "--annotate=gtest", | 333 "--annotate=gtest", |
323 "--test-type=content_unittests", | 334 "--test-type=content_unittests", |
324 "--step-name=content_unittests", | 335 "--step-name=content_unittests", |
325 "--test-launcher-summary-output", | 336 "--test-launcher-summary-output", |
326 "/path/to/tmp/json", | 337 "/path/to/tmp/json", |
327 "--builder-name=CrWin7Goma", | 338 "--builder-name=CrWin7Goma", |
328 "--slave-name=TestSlavename", | 339 "--slave-name=TestSlavename", |
329 "--build-number=571", | 340 "--build-number=571", |
330 "content_unittests.exe" | 341 "content_unittests.exe" |
331 ], | 342 ], |
| 343 "cwd": "[SLAVE_BUILD]", |
332 "name": "content_unittests" | 344 "name": "content_unittests" |
333 }, | 345 }, |
334 { | 346 { |
335 "cmd": [ | 347 "cmd": [ |
336 "python", | 348 "python", |
337 "-u", | 349 "-u", |
338 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 350 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
339 "--target", | 351 "--target", |
340 "Release" | 352 "Release" |
341 ], | 353 ], |
| 354 "cwd": "[SLAVE_BUILD]", |
342 "name": "process_dumps" | 355 "name": "process_dumps" |
343 }, | 356 }, |
344 { | 357 { |
345 "name": "$result", | 358 "name": "$result", |
346 "recipe_result": null, | 359 "recipe_result": null, |
347 "status_code": 0 | 360 "status_code": 0 |
348 } | 361 } |
349 ] | 362 ] |
OLD | NEW |