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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json

Issue 2162343002: tryserver.chromium.linux: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_chromium_rel_ng", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 27 matching lines...) Expand all
45 "--patchset", 45 "--patchset",
46 "1", 46 "1",
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_chromium_rel_ng", 55 "cwd": "[BUILDER_CACHE]/linux",
56 "env": { 56 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 58 },
59 "name": "bot_update", 59 "name": "bot_update",
60 "~followup_annotations": [ 60 "~followup_annotations": [
61 "step returned non-zero exit code: 1", 61 "step returned non-zero exit code: 1",
62 "@@@STEP_TEXT@Some step text@@@", 62 "@@@STEP_TEXT@Some step text@@@",
63 "@@@STEP_LOG_LINE@json.output@{@@@", 63 "@@@STEP_LOG_LINE@json.output@{@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "@@@SET_BUILD_PROPERTY@failure_hash@\"fed620386b0c58ac55d7fd7707794386f73e f90c\"@@@" 145 "@@@SET_BUILD_PROPERTY@failure_hash@\"fed620386b0c58ac55d7fd7707794386f73e f90c\"@@@"
146 ] 146 ]
147 }, 147 },
148 { 148 {
149 "name": "$result", 149 "name": "$result",
150 "reason": "Infra Failure: Step('bot_update') returned 1", 150 "reason": "Infra Failure: Step('bot_update') returned 1",
151 "recipe_result": null, 151 "recipe_result": null,
152 "status_code": 1 152 "status_code": 1
153 } 153 }
154 ] 154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698