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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_V8_API_Stability.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]/Linux_V8_API_Stability", 7 "[BUILDER_CACHE]/Linux_V8_API_Stability",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 119 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
120 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 120 "@@@SET_BUILD_PROPERTY@got_v8_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_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 123 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
124 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 124 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
125 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 125 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
126 ] 126 ]
127 }, 127 },
128 { 128 {
129 "cmd": [],
130 "name": "ensure_goma" 129 "name": "ensure_goma"
131 }, 130 },
132 { 131 {
133 "cmd": [ 132 "cmd": [
134 "python", 133 "python",
135 "-u", 134 "-u",
136 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 135 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
137 "--platform", 136 "--platform",
138 "linux-amd64", 137 "linux-amd64",
139 "--dest-directory", 138 "--dest-directory",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
316 "@@@STEP_LOG_END@json.output (invalid)@@@" 315 "@@@STEP_LOG_END@json.output (invalid)@@@"
317 ] 316 ]
318 }, 317 },
319 { 318 {
320 "name": "$result", 319 "name": "$result",
321 "recipe_result": null, 320 "recipe_result": null,
322 "status_code": 0 321 "status_code": 0
323 } 322 }
324 ] 323 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698