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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.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]/Chromium_ASAN___debug", 7 "[BUILDER_CACHE]/Chromium_ASAN___debug",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@", 118 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
119 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 119 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", 120 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@",
121 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 121 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
122 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 122 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
123 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 123 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
124 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 124 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
125 ] 125 ]
126 }, 126 },
127 { 127 {
128 "cmd": [],
129 "name": "ensure_goma" 128 "name": "ensure_goma"
130 }, 129 },
131 { 130 {
132 "cmd": [ 131 "cmd": [
133 "python", 132 "python",
134 "-u", 133 "-u",
135 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 134 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
136 "--platform", 135 "--platform",
137 "linux-amd64", 136 "linux-amd64",
138 "--dest-directory", 137 "--dest-directory",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 428 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
430 "@@@STEP_LOG_END@python.inline@@@" 429 "@@@STEP_LOG_END@python.inline@@@"
431 ] 430 ]
432 }, 431 },
433 { 432 {
434 "name": "$result", 433 "name": "$result",
435 "recipe_result": null, 434 "recipe_result": null,
436 "status_code": 0 435 "status_code": 0
437 } 436 }
438 ] 437 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698