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

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

Issue 2164543003: tryserver.chromium.angle: convert 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 "\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", 6 "\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",
7 "[BUILDER_CACHE]/GPU_Mac_Builder", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 24 matching lines...) Expand all
42 "[GIT_CACHE]", 42 "[GIT_CACHE]",
43 "--output_json", 43 "--output_json",
44 "/path/to/tmp/json", 44 "/path/to/tmp/json",
45 "--revision", 45 "--revision",
46 "src@HEAD", 46 "src@HEAD",
47 "--revision", 47 "--revision",
48 "src/third_party/angle@HEAD", 48 "src/third_party/angle@HEAD",
49 "--force", 49 "--force",
50 "--output_manifest" 50 "--output_manifest"
51 ], 51 ],
52 "cwd": "[BUILDER_CACHE]/GPU_Mac_Builder", 52 "cwd": "[BUILDER_CACHE]/mac",
53 "env": { 53 "env": {
54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
55 }, 55 },
56 "name": "bot_update", 56 "name": "bot_update",
57 "~followup_annotations": [ 57 "~followup_annotations": [
58 "@@@STEP_TEXT@Some step text@@@", 58 "@@@STEP_TEXT@Some step text@@@",
59 "@@@STEP_LOG_LINE@json.output@{@@@", 59 "@@@STEP_LOG_LINE@json.output@{@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "@@@STEP_LOG_LINE@json.output@ }@@@", 181 "@@@STEP_LOG_LINE@json.output@ }@@@",
182 "@@@STEP_LOG_LINE@json.output@ ]@@@", 182 "@@@STEP_LOG_LINE@json.output@ ]@@@",
183 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
184 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "[BUILDER_CACHE]/GPU_Mac_Builder/src/tools/swarming_client/swarming.py", 191 "[BUILDER_CACHE]/mac/src/tools/swarming_client/swarming.py",
192 "--version" 192 "--version"
193 ], 193 ],
194 "name": "swarming.py --version", 194 "name": "swarming.py --version",
195 "stdout": "/path/to/tmp/", 195 "stdout": "/path/to/tmp/",
196 "~followup_annotations": [ 196 "~followup_annotations": [
197 "@@@STEP_TEXT@0.8.6@@@" 197 "@@@STEP_TEXT@0.8.6@@@"
198 ] 198 ]
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
205 "runhooks" 205 "runhooks"
206 ], 206 ],
207 "cwd": "[BUILDER_CACHE]/GPU_Mac_Builder/src", 207 "cwd": "[BUILDER_CACHE]/mac/src",
208 "env": { 208 "env": {
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
210 "GYP_CHROMIUM_NO_ACTION": "1", 210 "GYP_CHROMIUM_NO_ACTION": "1",
211 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe g_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=1 pro prietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", 211 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe g_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=1 pro prietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
213 }, 213 },
214 "name": "gclient runhooks" 214 "name": "gclient runhooks"
215 }, 215 },
216 { 216 {
217 "cmd": [ 217 "cmd": [
218 "python", 218 "python",
219 "-u", 219 "-u",
220 "[BUILDER_CACHE]/GPU_Mac_Builder/src/testing/scripts/get_compile_targets.p y", 220 "[BUILDER_CACHE]/mac/src/testing/scripts/get_compile_targets.py",
221 "--output", 221 "--output",
222 "/path/to/tmp/json", 222 "/path/to/tmp/json",
223 "--", 223 "--",
224 "--build-config-fs", 224 "--build-config-fs",
225 "Release", 225 "Release",
226 "--use-src-side-runtest-py", 226 "--use-src-side-runtest-py",
227 "--paths", 227 "--paths",
228 "{\"checkout\": \"[BUILDER_CACHE]/GPU_Mac_Builder/src\", \"runit.py\": \"R ECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PAC KAGE_REPO[build]/scripts/slave/runtest.py\"}", 228 "{\"checkout\": \"[BUILDER_CACHE]/mac/src\", \"runit.py\": \"RECIPE_PACKAG E_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[bu ild]/scripts/slave/runtest.py\"}",
229 "--properties", 229 "--properties",
230 "{\"buildername\": \"GPU Mac Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}" 230 "{\"buildername\": \"GPU Mac Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.gpu.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}"
231 ], 231 ],
232 "name": "get compile targets for scripts", 232 "name": "get compile targets for scripts",
233 "~followup_annotations": [ 233 "~followup_annotations": [
234 "@@@STEP_LOG_LINE@json.output@{}@@@", 234 "@@@STEP_LOG_LINE@json.output@{}@@@",
235 "@@@STEP_LOG_END@json.output@@@" 235 "@@@STEP_LOG_END@json.output@@@"
236 ] 236 ]
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 242 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
243 "[BUILDER_CACHE]/GPU_Mac_Builder/src/testing/buildbot/chromium.gpu.fyi.jso n", 243 "[BUILDER_CACHE]/mac/src/testing/buildbot/chromium.gpu.fyi.json",
244 "/path/to/tmp/json" 244 "/path/to/tmp/json"
245 ], 245 ],
246 "name": "read test spec (chromium.gpu.fyi.json)", 246 "name": "read test spec (chromium.gpu.fyi.json)",
247 "~followup_annotations": [ 247 "~followup_annotations": [
248 "@@@STEP_TEXT@path: [BUILDER_CACHE]/GPU_Mac_Builder/src/testing/buildbot/c hromium.gpu.fyi.json@@@", 248 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac/src/testing/buildbot/chromium.gpu. fyi.json@@@",
249 "@@@STEP_LOG_LINE@json.output@{@@@", 249 "@@@STEP_LOG_LINE@json.output@{@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"Mac 10.10 Release (ATI)\": {@@@", 250 "@@@STEP_LOG_LINE@json.output@ \"Mac 10.10 Release (ATI)\": {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
252 "@@@STEP_LOG_LINE@json.output@ {@@@", 252 "@@@STEP_LOG_LINE@json.output@ {@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 253 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 254 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
255 "@@@STEP_LOG_LINE@json.output@ }, @@@", 255 "@@@STEP_LOG_LINE@json.output@ }, @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
257 "@@@STEP_LOG_LINE@json.output@ }@@@", 257 "@@@STEP_LOG_LINE@json.output@ }@@@",
258 "@@@STEP_LOG_LINE@json.output@ ]@@@", 258 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 331 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
332 ], 332 ],
333 "name": "cleanup_temp" 333 "name": "cleanup_temp"
334 }, 334 },
335 { 335 {
336 "cmd": [ 336 "cmd": [
337 "python", 337 "python",
338 "-u", 338 "-u",
339 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 339 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
340 "--build-dir", 340 "--build-dir",
341 "[BUILDER_CACHE]/GPU_Mac_Builder/src/out/Release", 341 "[BUILDER_CACHE]/mac/src/out/Release",
342 "--clean-isolated-files" 342 "--clean-isolated-files"
343 ], 343 ],
344 "name": "clean isolated files" 344 "name": "clean isolated files"
345 }, 345 },
346 { 346 {
347 "cmd": [ 347 "cmd": [
348 "python", 348 "python",
349 "-u", 349 "-u",
350 "[BUILDER_CACHE]/GPU_Mac_Builder/src/tools/mb/mb.py", 350 "[BUILDER_CACHE]/mac/src/tools/mb/mb.py",
351 "gen", 351 "gen",
352 "-m", 352 "-m",
353 "chromium.gpu.fyi", 353 "chromium.gpu.fyi",
354 "-b", 354 "-b",
355 "GPU Mac Builder", 355 "GPU Mac Builder",
356 "--config-file", 356 "--config-file",
357 "[BUILDER_CACHE]/GPU_Mac_Builder/src/tools/mb/mb_config.pyl", 357 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl",
358 "--goma-dir", 358 "--goma-dir",
359 "[CACHE]/cipd/goma", 359 "[CACHE]/cipd/goma",
360 "--swarming-targets-file", 360 "--swarming-targets-file",
361 "browser_tests\n", 361 "browser_tests\n",
362 "//out/Release" 362 "//out/Release"
363 ], 363 ],
364 "cwd": "[BUILDER_CACHE]/GPU_Mac_Builder/src", 364 "cwd": "[BUILDER_CACHE]/mac/src",
365 "env": { 365 "env": {
366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
367 }, 367 },
368 "name": "generate_build_files", 368 "name": "generate_build_files",
369 "~followup_annotations": [ 369 "~followup_annotations": [
370 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 370 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
371 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 371 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
372 ] 372 ]
373 }, 373 },
374 { 374 {
375 "allow_subannotations": true, 375 "allow_subannotations": true,
376 "cmd": [ 376 "cmd": [
377 "python", 377 "python",
378 "-u", 378 "-u",
379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
380 "--src-dir", 380 "--src-dir",
381 "[BUILDER_CACHE]/GPU_Mac_Builder/src", 381 "[BUILDER_CACHE]/mac/src",
382 "--output-json", 382 "--output-json",
383 "/path/to/tmp/json" 383 "/path/to/tmp/json"
384 ], 384 ],
385 "env": { 385 "env": {
386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
387 }, 387 },
388 "name": "clang_revision", 388 "name": "clang_revision",
389 "~followup_annotations": [ 389 "~followup_annotations": [
390 "@@@STEP_LOG_LINE@json.output@{@@@", 390 "@@@STEP_LOG_LINE@json.output@{@@@",
391 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 391 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
392 "@@@STEP_LOG_LINE@json.output@}@@@", 392 "@@@STEP_LOG_LINE@json.output@}@@@",
393 "@@@STEP_LOG_END@json.output@@@" 393 "@@@STEP_LOG_END@json.output@@@"
394 ] 394 ]
395 }, 395 },
396 { 396 {
397 "cmd": [ 397 "cmd": [
398 "python", 398 "python",
399 "-u", 399 "-u",
400 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 400 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
401 "--show-path", 401 "--show-path",
402 "python", 402 "python",
403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
404 "--gsutil-py-path", 404 "--gsutil-py-path",
405 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 405 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
406 "--ninja-path", 406 "--ninja-path",
407 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 407 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
408 "--target", 408 "--target",
409 "Release", 409 "Release",
410 "--src-dir", 410 "--src-dir",
411 "[BUILDER_CACHE]/GPU_Mac_Builder/src", 411 "[BUILDER_CACHE]/mac/src",
412 "--goma-cache-dir", 412 "--goma-cache-dir",
413 "[GOMA_CACHE]", 413 "[GOMA_CACHE]",
414 "--goma-deps-cache-dir", 414 "--goma-deps-cache-dir",
415 "[GOMA_DEPS_CACHE]", 415 "[GOMA_DEPS_CACHE]",
416 "--build-data-dir", 416 "--build-data-dir",
417 "[ROOT]/build_data_dir", 417 "[ROOT]/build_data_dir",
418 "--compiler", 418 "--compiler",
419 "goma-clang", 419 "goma-clang",
420 "--goma-jsonstatus", 420 "--goma-jsonstatus",
421 "/path/to/tmp/json", 421 "/path/to/tmp/json",
(...skipping 14 matching lines...) Expand all
436 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 436 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
437 "@@@STEP_LOG_END@json.output (invalid)@@@" 437 "@@@STEP_LOG_END@json.output (invalid)@@@"
438 ] 438 ]
439 }, 439 },
440 { 440 {
441 "cmd": [ 441 "cmd": [
442 "python", 442 "python",
443 "-u", 443 "-u",
444 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 444 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
445 "--build-dir", 445 "--build-dir",
446 "[BUILDER_CACHE]/GPU_Mac_Builder/src/out/Release", 446 "[BUILDER_CACHE]/mac/src/out/Release",
447 "--src-dir", 447 "--src-dir",
448 "[BUILDER_CACHE]/GPU_Mac_Builder/src" 448 "[BUILDER_CACHE]/mac/src"
449 ], 449 ],
450 "cwd": "[SLAVE_BUILD]", 450 "cwd": "[SLAVE_BUILD]",
451 "name": "remove_build_metadata" 451 "name": "remove_build_metadata"
452 }, 452 },
453 { 453 {
454 "cmd": [ 454 "cmd": [
455 "python", 455 "python",
456 "-u", 456 "-u",
457 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 457 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
458 "[BUILDER_CACHE]/GPU_Mac_Builder/src/tools/swarming_client", 458 "[BUILDER_CACHE]/mac/src/tools/swarming_client",
459 "batcharchive", 459 "batcharchive",
460 "--dump-json", 460 "--dump-json",
461 "/path/to/tmp/json", 461 "/path/to/tmp/json",
462 "--isolate-server", 462 "--isolate-server",
463 "https://isolateserver.appspot.com", 463 "https://isolateserver.appspot.com",
464 "--verbose", 464 "--verbose",
465 "[BUILDER_CACHE]/GPU_Mac_Builder/src/out/Release/browser_tests.isolated.ge n.json" 465 "[BUILDER_CACHE]/mac/src/out/Release/browser_tests.isolated.gen.json"
466 ], 466 ],
467 "name": "isolate tests", 467 "name": "isolate tests",
468 "~followup_annotations": [ 468 "~followup_annotations": [
469 "@@@STEP_LOG_LINE@json.output@{@@@", 469 "@@@STEP_LOG_LINE@json.output@{@@@",
470 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 470 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
471 "@@@STEP_LOG_LINE@json.output@}@@@", 471 "@@@STEP_LOG_LINE@json.output@}@@@",
472 "@@@STEP_LOG_END@json.output@@@" 472 "@@@STEP_LOG_END@json.output@@@"
473 ] 473 ]
474 }, 474 },
475 { 475 {
476 "allow_subannotations": true, 476 "allow_subannotations": true,
477 "cmd": [ 477 "cmd": [
478 "python", 478 "python",
479 "-u", 479 "-u",
480 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 480 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
481 "--show-path", 481 "--show-path",
482 "python", 482 "python",
483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
484 "--target", 484 "--target",
485 "Release", 485 "Release",
486 "--gsutil-py-path", 486 "--gsutil-py-path",
487 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 487 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
488 "--staging-dir", 488 "--staging-dir",
489 "[CACHE]/chrome_staging", 489 "[CACHE]/chrome_staging",
490 "--src-dir", 490 "--src-dir",
491 "[BUILDER_CACHE]/GPU_Mac_Builder/src", 491 "[BUILDER_CACHE]/mac/src",
492 "--build-url", 492 "--build-url",
493 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/GPU Mac Builder", 493 "gs://chromium-gpu-fyi-archive/chromium.gpu.fyi/GPU Mac Builder",
494 "--build_revision", 494 "--build_revision",
495 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 495 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
496 "--factory-properties", 496 "--factory-properties",
497 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Mac Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 497 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Mac Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
498 "--build-properties", 498 "--build-properties",
499 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Mac Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 499 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"GPU Mac Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
500 ], 500 ],
501 "name": "package build" 501 "name": "package build"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 "~followup_annotations": [ 641 "~followup_annotations": [
642 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac Retina Release<br />Optional Mac 10.10 R elease (Intel)<br />Optional Mac 10.10 Retina Release (AMD)<br />Optional Mac Re tina Release@@@" 642 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac Retina Release<br />Optional Mac 10.10 R elease (Intel)<br />Optional Mac 10.10 Retina Release (AMD)<br />Optional Mac Re tina Release@@@"
643 ] 643 ]
644 }, 644 },
645 { 645 {
646 "name": "$result", 646 "name": "$result",
647 "recipe_result": null, 647 "recipe_result": null,
648 "status_code": 0 648 "status_code": 0
649 } 649 }
650 ] 650 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698