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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.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]/ClangToTMac", 7 "[BUILDER_CACHE]/ClangToTMac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "--build_revision", 362 "--build_revision",
363 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 363 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
364 "--factory-properties", 364 "--factory-properties",
365 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \ "buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n ull, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 365 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \ "buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n ull, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
366 "--build-properties", 366 "--build-properties",
367 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \ "buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n ull, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 367 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTMac\", \ "buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": n ull, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
368 ], 368 ],
369 "name": "package build" 369 "name": "package build"
370 }, 370 },
371 { 371 {
372 "cmd": [],
373 "name": "trigger", 372 "name": "trigger",
374 "trigger_specs": [ 373 "trigger_specs": [
375 { 374 {
376 "builder_name": "ClangToTMac tester", 375 "builder_name": "ClangToTMac tester",
377 "properties": { 376 "properties": {
378 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 377 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
379 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 378 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
380 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934", 379 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921 40934",
381 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", 380 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}",
382 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 381 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "LLVM_FORCE_HEAD_REVISION": "YES" 430 "LLVM_FORCE_HEAD_REVISION": "YES"
432 }, 431 },
433 "name": "sizes" 432 "name": "sizes"
434 }, 433 },
435 { 434 {
436 "name": "$result", 435 "name": "$result",
437 "recipe_result": null, 436 "recipe_result": null,
438 "status_code": 0 437 "status_code": 0
439 } 438 }
440 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698