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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 12 matching lines...) Expand all
23 "--patchset", 23 "--patchset",
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@HEAD", 30 "src@HEAD",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
34 "env": { 33 "env": {
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 35 },
37 "name": "bot_update", 36 "name": "bot_update",
38 "~followup_annotations": [ 37 "~followup_annotations": [
39 "step returned non-zero exit code: 1", 38 "step returned non-zero exit code: 1",
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 102 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 103 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
105 ] 104 ]
106 }, 105 },
107 { 106 {
108 "cmd": [ 107 "cmd": [
109 "python", 108 "python",
110 "-u", 109 "-u",
111 "import sys; sys.exit(0)" 110 "import sys; sys.exit(0)"
112 ], 111 ],
113 "cwd": "[SLAVE_BUILD]",
114 "name": "mark: before_tests", 112 "name": "mark: before_tests",
115 "~followup_annotations": [ 113 "~followup_annotations": [
116 "@@@SET_BUILD_PROPERTY@failure_hash@\"fed620386b0c58ac55d7fd7707794386f73e f90c\"@@@" 114 "@@@SET_BUILD_PROPERTY@failure_hash@\"fed620386b0c58ac55d7fd7707794386f73e f90c\"@@@"
117 ] 115 ]
118 }, 116 },
119 { 117 {
120 "name": "$result", 118 "name": "$result",
121 "reason": "Infra Failure: Step('bot_update') returned 1", 119 "reason": "Infra Failure: Step('bot_update') returned 1",
122 "status_code": 1 120 "status_code": 1
123 } 121 }
124 ] 122 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698