Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json

Issue 2154213004: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win_clang", 15 "[BUILDER_CACHE]\\CrWinClang",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--force", 55 "--force",
56 "--output_manifest" 56 "--output_manifest"
57 ], 57 ],
58 "cwd": "[BUILDER_CACHE]\\win_clang", 58 "cwd": "[BUILDER_CACHE]\\CrWinClang",
59 "env": { 59 "env": {
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
62 "name": "bot_update", 62 "name": "bot_update",
63 "~followup_annotations": [ 63 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "@@@STEP_LOG_LINE@json.output@ }@@@", 186 "@@@STEP_LOG_LINE@json.output@ }@@@",
187 "@@@STEP_LOG_LINE@json.output@ ]@@@", 187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@", 188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@" 189 "@@@STEP_LOG_END@json.output@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client\\swarming.py", 196 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\swarming_client\\swarming.py",
197 "--version" 197 "--version"
198 ], 198 ],
199 "name": "swarming.py --version", 199 "name": "swarming.py --version",
200 "stdout": "/path/to/tmp/", 200 "stdout": "/path/to/tmp/",
201 "~followup_annotations": [ 201 "~followup_annotations": [
202 "@@@STEP_TEXT@0.4.10@@@" 202 "@@@STEP_TEXT@0.4.10@@@"
203 ] 203 ]
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 209 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
210 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release" 210 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release"
211 ], 211 ],
212 "name": "rmtree clobber", 212 "name": "rmtree clobber",
213 "~followup_annotations": [ 213 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@python.inline@@@@", 214 "@@@STEP_LOG_LINE@python.inline@@@@",
215 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 215 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
216 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 216 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
217 "@@@STEP_LOG_LINE@python.inline@@@@", 217 "@@@STEP_LOG_LINE@python.inline@@@@",
218 "@@@STEP_LOG_LINE@python.inline@@@@", 218 "@@@STEP_LOG_LINE@python.inline@@@@",
219 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 219 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 220 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
221 "@@@STEP_LOG_END@python.inline@@@" 221 "@@@STEP_LOG_END@python.inline@@@"
222 ] 222 ]
223 }, 223 },
224 { 224 {
225 "cmd": [ 225 "cmd": [
226 "python", 226 "python",
227 "-u", 227 "-u",
228 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 228 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
229 "runhooks" 229 "runhooks"
230 ], 230 ],
231 "cwd": "[BUILDER_CACHE]\\win_clang\\src", 231 "cwd": "[BUILDER_CACHE]\\CrWinClang\\src",
232 "env": { 232 "env": {
233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
234 "GYP_CHROMIUM_NO_ACTION": "1", 234 "GYP_CHROMIUM_NO_ACTION": "1",
235 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolat ion_mode=prepare use_goma=1", 235 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolat ion_mode=prepare use_goma=1",
236 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 236 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
237 }, 237 },
238 "name": "gclient runhooks" 238 "name": "gclient runhooks"
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "[BUILDER_CACHE]\\win_clang\\src\\testing\\scripts\\get_compile_targets.py ", 244 "[BUILDER_CACHE]\\CrWinClang\\src\\testing\\scripts\\get_compile_targets.p y",
245 "--output", 245 "--output",
246 "/path/to/tmp/json", 246 "/path/to/tmp/json",
247 "--", 247 "--",
248 "--build-config-fs", 248 "--build-config-fs",
249 "Release", 249 "Release",
250 "--paths", 250 "--paths",
251 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_clang\\\\src\", \"runit.py\": \"R ECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"R ECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 251 "{\"checkout\": \"[BUILDER_CACHE]\\\\CrWinClang\\\\src\", \"runit.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
252 "--properties", 252 "--properties",
253 "{\"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \ "chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"} " 253 "{\"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \ "chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"} "
254 ], 254 ],
255 "name": "get compile targets for scripts", 255 "name": "get compile targets for scripts",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output@{}@@@", 257 "@@@STEP_LOG_LINE@json.output@{}@@@",
258 "@@@STEP_LOG_END@json.output@@@" 258 "@@@STEP_LOG_END@json.output@@@"
259 ] 259 ]
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 265 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
266 "[BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\chromium.fyi.json", 266 "[BUILDER_CACHE]\\CrWinClang\\src\\testing\\buildbot\\chromium.fyi.json",
267 "/path/to/tmp/json" 267 "/path/to/tmp/json"
268 ], 268 ],
269 "name": "read test spec (chromium.fyi.json)", 269 "name": "read test spec (chromium.fyi.json)",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch romium.fyi.json@@@", 271 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\CrWinClang\\src\\testing\\buildbot\\c hromium.fyi.json@@@",
272 "@@@STEP_LOG_LINE@json.output@{@@@", 272 "@@@STEP_LOG_LINE@json.output@{@@@",
273 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang tester\": {@@@", 273 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang tester\": {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
275 "@@@STEP_LOG_LINE@json.output@ {@@@", 275 "@@@STEP_LOG_LINE@json.output@ {@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 276 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 277 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
278 "@@@STEP_LOG_LINE@json.output@ }, @@@", 278 "@@@STEP_LOG_LINE@json.output@ }, @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 279 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
280 "@@@STEP_LOG_LINE@json.output@ }@@@", 280 "@@@STEP_LOG_LINE@json.output@ }@@@",
281 "@@@STEP_LOG_LINE@json.output@ ]@@@", 281 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 12 matching lines...) Expand all
294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
295 ], 295 ],
296 "name": "cleanup_temp" 296 "name": "cleanup_temp"
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 302 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
303 "--build-dir", 303 "--build-dir",
304 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release", 304 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release",
305 "--clean-isolated-files" 305 "--clean-isolated-files"
306 ], 306 ],
307 "name": "clean isolated files" 307 "name": "clean isolated files"
308 }, 308 },
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb.py", 313 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\mb\\mb.py",
314 "gen", 314 "gen",
315 "-m", 315 "-m",
316 "chromium.fyi", 316 "chromium.fyi",
317 "-b", 317 "-b",
318 "CrWinClang", 318 "CrWinClang",
319 "--config-file", 319 "--config-file",
320 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl", 320 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\mb\\mb_config.pyl",
321 "--goma-dir", 321 "--goma-dir",
322 "[CACHE]\\cipd\\goma", 322 "[CACHE]\\cipd\\goma",
323 "--swarming-targets-file", 323 "--swarming-targets-file",
324 "browser_tests\n", 324 "browser_tests\n",
325 "//out/Release" 325 "//out/Release"
326 ], 326 ],
327 "env": { 327 "env": {
328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
329 }, 329 },
330 "name": "generate_build_files", 330 "name": "generate_build_files",
331 "~followup_annotations": [ 331 "~followup_annotations": [
332 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 332 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
333 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 333 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "allow_subannotations": true, 337 "allow_subannotations": true,
338 "cmd": [ 338 "cmd": [
339 "python", 339 "python",
340 "-u", 340 "-u",
341 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 341 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
342 "--src-dir", 342 "--src-dir",
343 "[BUILDER_CACHE]\\win_clang\\src", 343 "[BUILDER_CACHE]\\CrWinClang\\src",
344 "--output-json", 344 "--output-json",
345 "/path/to/tmp/json" 345 "/path/to/tmp/json"
346 ], 346 ],
347 "env": { 347 "env": {
348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
349 }, 349 },
350 "name": "clang_revision", 350 "name": "clang_revision",
351 "~followup_annotations": [ 351 "~followup_annotations": [
352 "@@@STEP_LOG_LINE@json.output@{@@@", 352 "@@@STEP_LOG_LINE@json.output@{@@@",
353 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 353 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
354 "@@@STEP_LOG_LINE@json.output@}@@@", 354 "@@@STEP_LOG_LINE@json.output@}@@@",
355 "@@@STEP_LOG_END@json.output@@@" 355 "@@@STEP_LOG_END@json.output@@@"
356 ] 356 ]
357 }, 357 },
358 { 358 {
359 "cmd": [ 359 "cmd": [
360 "python", 360 "python",
361 "-u", 361 "-u",
362 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 362 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
363 "--show-path", 363 "--show-path",
364 "python", 364 "python",
365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
366 "--gsutil-py-path", 366 "--gsutil-py-path",
367 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 367 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
368 "--ninja-path", 368 "--ninja-path",
369 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 369 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
370 "--target", 370 "--target",
371 "Release", 371 "Release",
372 "--src-dir", 372 "--src-dir",
373 "[BUILDER_CACHE]\\win_clang\\src", 373 "[BUILDER_CACHE]\\CrWinClang\\src",
374 "--goma-cache-dir", 374 "--goma-cache-dir",
375 "[GOMA_CACHE]", 375 "[GOMA_CACHE]",
376 "--goma-deps-cache-dir", 376 "--goma-deps-cache-dir",
377 "[GOMA_DEPS_CACHE]", 377 "[GOMA_DEPS_CACHE]",
378 "--build-data-dir", 378 "--build-data-dir",
379 "[ROOT]\\build_data_dir", 379 "[ROOT]\\build_data_dir",
380 "--compiler", 380 "--compiler",
381 "goma-clang", 381 "goma-clang",
382 "--goma-jsonstatus", 382 "--goma-jsonstatus",
383 "/path/to/tmp/json", 383 "/path/to/tmp/json",
(...skipping 14 matching lines...) Expand all
398 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 398 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
399 "@@@STEP_LOG_END@json.output (invalid)@@@" 399 "@@@STEP_LOG_END@json.output (invalid)@@@"
400 ] 400 ]
401 }, 401 },
402 { 402 {
403 "cmd": [ 403 "cmd": [
404 "python", 404 "python",
405 "-u", 405 "-u",
406 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 406 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
407 "--build-dir", 407 "--build-dir",
408 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release", 408 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release",
409 "--src-dir", 409 "--src-dir",
410 "[BUILDER_CACHE]\\win_clang\\src" 410 "[BUILDER_CACHE]\\CrWinClang\\src"
411 ], 411 ],
412 "cwd": "[SLAVE_BUILD]", 412 "cwd": "[SLAVE_BUILD]",
413 "name": "remove_build_metadata" 413 "name": "remove_build_metadata"
414 }, 414 },
415 { 415 {
416 "cmd": [ 416 "cmd": [
417 "python", 417 "python",
418 "-u", 418 "-u",
419 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 419 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
420 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", 420 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\swarming_client",
421 "batcharchive", 421 "batcharchive",
422 "--dump-json", 422 "--dump-json",
423 "/path/to/tmp/json", 423 "/path/to/tmp/json",
424 "--isolate-server", 424 "--isolate-server",
425 "https://isolateserver.appspot.com", 425 "https://isolateserver.appspot.com",
426 "--verbose", 426 "--verbose",
427 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release\\browser_tests.isolated.gen .json" 427 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release\\browser_tests.isolated.ge n.json"
428 ], 428 ],
429 "name": "isolate tests", 429 "name": "isolate tests",
430 "~followup_annotations": [ 430 "~followup_annotations": [
431 "@@@STEP_LOG_LINE@json.output@{@@@", 431 "@@@STEP_LOG_LINE@json.output@{@@@",
432 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 432 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
433 "@@@STEP_LOG_LINE@json.output@}@@@", 433 "@@@STEP_LOG_LINE@json.output@}@@@",
434 "@@@STEP_LOG_END@json.output@@@" 434 "@@@STEP_LOG_END@json.output@@@"
435 ] 435 ]
436 }, 436 },
437 { 437 {
438 "allow_subannotations": true, 438 "allow_subannotations": true,
439 "cmd": [ 439 "cmd": [
440 "python", 440 "python",
441 "-u", 441 "-u",
442 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 442 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
443 "--show-path", 443 "--show-path",
444 "python", 444 "python",
445 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 445 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
446 "--target", 446 "--target",
447 "Release", 447 "Release",
448 "--gsutil-py-path", 448 "--gsutil-py-path",
449 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 449 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
450 "--staging-dir", 450 "--staging-dir",
451 "[CACHE]\\chrome_staging", 451 "[CACHE]\\chrome_staging",
452 "--src-dir", 452 "--src-dir",
453 "[BUILDER_CACHE]\\win_clang\\src", 453 "[BUILDER_CACHE]\\CrWinClang\\src",
454 "--build-url", 454 "--build-url",
455 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang", 455 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang",
456 "--build_revision", 456 "--build_revision",
457 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 457 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
458 "--factory-properties", 458 "--factory-properties",
459 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 459 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
460 "--build-properties", 460 "--build-properties",
461 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 461 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
462 ], 462 ],
463 "name": "package build" 463 "name": "package build"
(...skipping 25 matching lines...) Expand all
489 "~followup_annotations": [ 489 "~followup_annotations": [
490 "@@@STEP_TEXT@CrWinClang tester@@@" 490 "@@@STEP_TEXT@CrWinClang tester@@@"
491 ] 491 ]
492 }, 492 },
493 { 493 {
494 "name": "$result", 494 "name": "$result",
495 "recipe_result": null, 495 "recipe_result": null,
496 "status_code": 0 496 "status_code": 0
497 } 497 }
498 ] 498 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698