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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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]/ClangToTMacASan", 7 "[BUILDER_CACHE]/ClangToTMacASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 363 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
364 "--package-dsym-files", 364 "--package-dsym-files",
365 "--factory-properties", 365 "--factory-properties",
366 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\ ", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 366 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\ ", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
367 "--build-properties", 367 "--build-properties",
368 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\ ", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 368 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMacASan\ ", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\ ": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
369 ], 369 ],
370 "name": "package build" 370 "name": "package build"
371 }, 371 },
372 { 372 {
373 "cmd": [],
374 "name": "trigger", 373 "name": "trigger",
375 "trigger_specs": [ 374 "trigger_specs": [
376 { 375 {
377 "builder_name": "ClangToTMacASan tester", 376 "builder_name": "ClangToTMacASan tester",
378 "properties": { 377 "properties": {
379 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 378 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
380 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 379 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
381 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934", 380 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
382 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", 381 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
383 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 382 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "LLVM_FORCE_HEAD_REVISION": "YES" 431 "LLVM_FORCE_HEAD_REVISION": "YES"
433 }, 432 },
434 "name": "sizes" 433 "name": "sizes"
435 }, 434 },
436 { 435 {
437 "name": "$result", 436 "name": "$result",
438 "recipe_result": null, 437 "recipe_result": null,
439 "status_code": 0 438 "status_code": 0
440 } 439 }
441 ] 440 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698