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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/runhooks_failure.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\bot_update.py", 6 "[BUILD]\\scripts\\slave\\bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.win", 8 "tryserver.chromium.win",
9 "--builder", 9 "--builder",
10 "win8_chromium_rel", 10 "win8_chromium_rel",
(...skipping 10 matching lines...) Expand all
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--force" 29 "--force"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
68 ] 69 ]
69 }, 70 },
70 { 71 {
71 "cmd": [ 72 "cmd": [
72 "python", 73 "python",
73 "-u", 74 "-u",
74 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 75 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
75 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium_win8_trybot.json", 76 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium_win8_trybot.json",
76 "/path/to/tmp/json" 77 "/path/to/tmp/json"
77 ], 78 ],
79 "cwd": "[SLAVE_BUILD]",
78 "name": "read test spec", 80 "name": "read test spec",
79 "~followup_annotations": [ 81 "~followup_annotations": [
80 "@@@STEP_TEXT@path: testing\\buildbot\\chromium_win8_trybot.json@@@", 82 "@@@STEP_TEXT@path: testing\\buildbot\\chromium_win8_trybot.json@@@",
81 "@@@STEP_LOG_LINE@json.output@[@@@", 83 "@@@STEP_LOG_LINE@json.output@[@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 84 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@",
83 "@@@STEP_LOG_LINE@json.output@ {@@@", 85 "@@@STEP_LOG_LINE@json.output@ {@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"linux\", @@@", 87 "@@@STEP_LOG_LINE@json.output@ \"linux\", @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"mac\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"mac\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ ], @@@", 89 "@@@STEP_LOG_LINE@json.output@ ], @@@",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "--output", 121 "--output",
120 "/path/to/tmp/json", 122 "/path/to/tmp/json",
121 "--", 123 "--",
122 "--build-config-fs", 124 "--build-config-fs",
123 "Release", 125 "Release",
124 "--paths", 126 "--paths",
125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
126 "--properties", 128 "--properties",
127 "{\"buildername\": \"win8_chromium_rel\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_pla tform\": \"win\"}" 129 "{\"buildername\": \"win8_chromium_rel\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_pla tform\": \"win\"}"
128 ], 130 ],
131 "cwd": "[SLAVE_BUILD]",
129 "name": "get compile targets for scripts", 132 "name": "get compile targets for scripts",
130 "~followup_annotations": [ 133 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output@{}@@@", 134 "@@@STEP_LOG_LINE@json.output@{}@@@",
132 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
133 ] 136 ]
134 }, 137 },
135 { 138 {
136 "cmd": [ 139 "cmd": [
137 "python", 140 "python",
138 "-u", 141 "-u",
139 "[DEPOT_TOOLS]\\gclient.py", 142 "[DEPOT_TOOLS]\\gclient.py",
140 "runhooks" 143 "runhooks"
141 ], 144 ],
145 "cwd": "[SLAVE_BUILD]",
142 "env": { 146 "env": {
143 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1" 147 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
144 }, 148 },
145 "name": "gclient runhooks (with patch)", 149 "name": "gclient runhooks (with patch)",
146 "~followup_annotations": [ 150 "~followup_annotations": [
147 "step returned non-zero exit code: 1", 151 "step returned non-zero exit code: 1",
148 "@@@STEP_FAILURE@@@" 152 "@@@STEP_FAILURE@@@"
149 ] 153 ]
150 }, 154 },
151 { 155 {
152 "cmd": [ 156 "cmd": [
153 "python", 157 "python",
154 "-u", 158 "-u",
155 "[BUILD]\\scripts\\slave\\kill_processes.py" 159 "[BUILD]\\scripts\\slave\\kill_processes.py"
156 ], 160 ],
161 "cwd": "[SLAVE_BUILD]",
157 "name": "taskkill" 162 "name": "taskkill"
158 }, 163 },
159 { 164 {
160 "cmd": [ 165 "cmd": [
161 "python", 166 "python",
162 "-u", 167 "-u",
163 "[BUILD]\\scripts\\slave\\bot_update.py", 168 "[BUILD]\\scripts\\slave\\bot_update.py",
164 "--master", 169 "--master",
165 "tryserver.chromium.win", 170 "tryserver.chromium.win",
166 "--builder", 171 "--builder",
167 "win8_chromium_rel", 172 "win8_chromium_rel",
168 "--slave", 173 "--slave",
169 "TestSlavename", 174 "TestSlavename",
170 "--spec", 175 "--spec",
171 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 176 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
172 "--root", 177 "--root",
173 "src", 178 "src",
174 "--revision_mapping_file", 179 "--revision_mapping_file",
175 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 180 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
176 "--rietveld_server", 181 "--rietveld_server",
177 "https://codereview.chromium.org", 182 "https://codereview.chromium.org",
178 "--output_json", 183 "--output_json",
179 "/path/to/tmp/json", 184 "/path/to/tmp/json",
180 "--revision", 185 "--revision",
181 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 186 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
182 "--force" 187 "--force"
183 ], 188 ],
189 "cwd": "[SLAVE_BUILD]",
184 "name": "bot_update (without patch)", 190 "name": "bot_update (without patch)",
185 "~followup_annotations": [ 191 "~followup_annotations": [
186 "@@@STEP_TEXT@Some step text@@@", 192 "@@@STEP_TEXT@Some step text@@@",
187 "@@@STEP_LOG_LINE@json.output@{@@@", 193 "@@@STEP_LOG_LINE@json.output@{@@@",
188 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 194 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 195 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
190 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 196 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
191 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 197 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
192 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
193 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 199 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 14 matching lines...) Expand all
208 "@@@STEP_LOG_END@json.output@@@" 214 "@@@STEP_LOG_END@json.output@@@"
209 ] 215 ]
210 }, 216 },
211 { 217 {
212 "cmd": [ 218 "cmd": [
213 "python", 219 "python",
214 "-u", 220 "-u",
215 "[DEPOT_TOOLS]\\gclient.py", 221 "[DEPOT_TOOLS]\\gclient.py",
216 "runhooks" 222 "runhooks"
217 ], 223 ],
224 "cwd": "[SLAVE_BUILD]",
218 "env": { 225 "env": {
219 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1" 226 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
220 }, 227 },
221 "name": "gclient runhooks (without patch)", 228 "name": "gclient runhooks (without patch)",
222 "~followup_annotations": [ 229 "~followup_annotations": [
223 "step returned non-zero exit code: 1", 230 "step returned non-zero exit code: 1",
224 "@@@STEP_FAILURE@@@", 231 "@@@STEP_FAILURE@@@",
225 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", 232 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@",
226 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@" 233 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@"
227 ] 234 ]
228 }, 235 },
229 { 236 {
230 "name": "$final_result", 237 "name": "$final_result",
231 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1", 238 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1",
232 "status_code": 1 239 "status_code": 1
233 } 240 }
234 ] 241 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698