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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.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]/Android_N5X_Swarm_Builder", 7 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 115 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 116 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 117 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 120 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
122 ] 122 ]
123 }, 123 },
124 { 124 {
125 "cmd": [],
126 "name": "ensure_goma" 125 "name": "ensure_goma"
127 }, 126 },
128 { 127 {
129 "cmd": [ 128 "cmd": [
130 "python", 129 "python",
131 "-u", 130 "-u",
132 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
133 "--platform", 132 "--platform",
134 "linux-amd64", 133 "linux-amd64",
135 "--dest-directory", 134 "--dest-directory",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 287 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
289 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 288 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
290 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 289 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
291 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 290 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
292 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 291 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
293 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 292 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
294 "@@@STEP_LOG_END@python.inline@@@" 293 "@@@STEP_LOG_END@python.inline@@@"
295 ] 294 ]
296 }, 295 },
297 { 296 {
298 "allow_subannotations": false,
299 "cmd": [ 297 "cmd": [
300 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/build/tree_truth.sh", 298 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/build/tree_truth.sh",
301 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src", 299 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src",
302 "src" 300 "src"
303 ], 301 ],
304 "name": "tree truth steps" 302 "name": "tree truth steps"
305 }, 303 },
306 { 304 {
307 "cmd": [ 305 "cmd": [
308 "python", 306 "python",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 512 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
515 "@@@STEP_LOG_END@python.inline@@@" 513 "@@@STEP_LOG_END@python.inline@@@"
516 ] 514 ]
517 }, 515 },
518 { 516 {
519 "name": "$result", 517 "name": "$result",
520 "recipe_result": null, 518 "recipe_result": null,
521 "status_code": 0 519 "status_code": 0
522 } 520 }
523 ] 521 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698