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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_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]/Android64_Builder", 7 "[BUILDER_CACHE]/Android64_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 102 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
103 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 103 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
104 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 104 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
105 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 105 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
106 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 106 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
107 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 107 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
108 "@@@STEP_LOG_END@python.inline@@@" 108 "@@@STEP_LOG_END@python.inline@@@"
109 ] 109 ]
110 }, 110 },
111 { 111 {
112 "cmd": [],
113 "name": "ensure_goma" 112 "name": "ensure_goma"
114 }, 113 },
115 { 114 {
116 "cmd": [ 115 "cmd": [
117 "python", 116 "python",
118 "-u", 117 "-u",
119 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 118 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
120 "--platform", 119 "--platform",
121 "linux-amd64", 120 "linux-amd64",
122 "--dest-directory", 121 "--dest-directory",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "--build_revision", 272 "--build_revision",
274 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 273 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
275 "--factory-properties", 274 "--factory-properties",
276 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}", 275 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}",
277 "--build-properties", 276 "--build-properties",
278 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}" 277 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}"
279 ], 278 ],
280 "name": "package build" 279 "name": "package build"
281 }, 280 },
282 { 281 {
283 "cmd": [],
284 "name": "trigger", 282 "name": "trigger",
285 "trigger_specs": [ 283 "trigger_specs": [
286 { 284 {
287 "builder_name": "Android64 Tests (L Nexus9)", 285 "builder_name": "Android64 Tests (L Nexus9)",
288 "properties": { 286 "properties": {
289 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 287 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
290 "parent_got_revision_cp": "refs/heads/master@{#170242}", 288 "parent_got_revision_cp": "refs/heads/master@{#170242}",
291 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 289 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
292 } 290 }
293 } 291 }
294 ], 292 ],
295 "~followup_annotations": [ 293 "~followup_annotations": [
296 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" 294 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@"
297 ] 295 ]
298 }, 296 },
299 { 297 {
300 "name": "$result", 298 "name": "$result",
301 "recipe_result": null, 299 "recipe_result": null,
302 "status_code": 0 300 "status_code": 0
303 } 301 }
304 ] 302 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698