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

Side by Side Diff: infra/recipes/chromium_trybot.expected/basic.json

Issue 2279593003: 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/chromium.expected/tester.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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://codereview.chromium.org", 48 "https://codereview.chromium.org",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@HEAD", 52 "src@HEAD",
53 "--output_manifest" 53 "--output_manifest"
54 ], 54 ],
55 "cwd": "[BUILDER_CACHE]/linux", 55 "cwd": "[BUILDER_CACHE]/linux",
56 "env": { 56 "env": {
57 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 59 },
59 "name": "bot_update", 60 "name": "bot_update",
60 "~followup_annotations": [ 61 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@", 62 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@", 63 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
66 "@@@STEP_LOG_LINE@json.output@ }, @@@", 67 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "import sys; sys.exit(0)" 359 "import sys; sys.exit(0)"
359 ], 360 ],
360 "name": "mark: before_tests" 361 "name": "mark: before_tests"
361 }, 362 },
362 { 363 {
363 "name": "$result", 364 "name": "$result",
364 "recipe_result": null, 365 "recipe_result": null,
365 "status_code": 0 366 "status_code": 0
366 } 367 }
367 ] 368 ]
OLDNEW
« no previous file with comments | « infra/recipes/chromium.expected/tester.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698