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

Side by Side Diff: infra/recipes/chromium.expected/builder.json

Issue 2300343003: 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
« no previous file with comments | « infra/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_remote_run_Builder", 7 "[BUILDER_CACHE]/Linux_remote_run_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "--gsutil-py-path", 296 "--gsutil-py-path",
297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
298 "--ninja-path", 298 "--ninja-path",
299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
300 "--target", 300 "--target",
301 "Release", 301 "Release",
302 "--src-dir", 302 "--src-dir",
303 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", 303 "[BUILDER_CACHE]/Linux_remote_run_Builder/src",
304 "--goma-cache-dir", 304 "--goma-cache-dir",
305 "[GOMA_CACHE]", 305 "[GOMA_CACHE]",
306 "--buildbot-buildername",
307 "Linux remote_run Builder",
308 "--buildbot-mastername",
309 "chromium.fyi",
310 "--buildbot-slavename",
311 "TestSlavename",
312 "--goma-deps-cache-dir", 306 "--goma-deps-cache-dir",
313 "[GOMA_DEPS_CACHE]", 307 "[GOMA_DEPS_CACHE]",
314 "--compiler", 308 "--compiler",
315 "goma", 309 "goma",
316 "--goma-jsonstatus", 310 "--goma-jsonstatus",
317 "/path/to/tmp/json", 311 "/path/to/tmp/json",
318 "--goma-service-account-json-file", 312 "--goma-service-account-json-file",
319 "/creds/service_accounts/service-account-goma-client.json", 313 "/creds/service_accounts/service-account-goma-client.json",
320 "--goma-dir", 314 "--goma-dir",
321 "[CACHE]/cipd/goma", 315 "[CACHE]/cipd/goma",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "~followup_annotations": [ 381 "~followup_annotations": [
388 "@@@STEP_TEXT@Linux remote_run Tester@@@" 382 "@@@STEP_TEXT@Linux remote_run Tester@@@"
389 ] 383 ]
390 }, 384 },
391 { 385 {
392 "name": "$result", 386 "name": "$result",
393 "recipe_result": null, 387 "recipe_result": null,
394 "status_code": 0 388 "status_code": 0
395 } 389 }
396 ] 390 ]
OLDNEW
« no previous file with comments | « infra/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698