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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/without_patch_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 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "host and tools info", 9 "name": "host and tools info",
9 "~followup_annotations": [ 10 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 12 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
(...skipping 23 matching lines...) Expand all
41 "--patch_url", 42 "--patch_url",
42 "patch url", 43 "patch url",
43 "--rietveld_server", 44 "--rietveld_server",
44 "fake://rietveld.url", 45 "fake://rietveld.url",
45 "--output_json", 46 "--output_json",
46 "/path/to/tmp/json", 47 "/path/to/tmp/json",
47 "--revision", 48 "--revision",
48 "src@HEAD", 49 "src@HEAD",
49 "--force" 50 "--force"
50 ], 51 ],
52 "cwd": "[SLAVE_BUILD]",
51 "name": "bot_update", 53 "name": "bot_update",
52 "~followup_annotations": [ 54 "~followup_annotations": [
53 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
54 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 59 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 62 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
88 ] 90 ]
89 }, 91 },
90 { 92 {
91 "cmd": [ 93 "cmd": [
92 "python", 94 "python",
93 "-u", 95 "-u",
94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
95 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", 97 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
96 "/path/to/tmp/json" 98 "/path/to/tmp/json"
97 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
98 "name": "read build config", 101 "name": "read build config",
99 "~followup_annotations": [ 102 "~followup_annotations": [
100 "@@@STEP_LOG_LINE@json.output@{@@@", 103 "@@@STEP_LOG_LINE@json.output@{@@@",
101 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 104 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 105 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 106 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
104 "@@@STEP_LOG_LINE@json.output@ }, @@@", 107 "@@@STEP_LOG_LINE@json.output@ }, @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 108 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 109 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 110 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 111 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
109 "@@@STEP_LOG_LINE@json.output@ {@@@", 112 "@@@STEP_LOG_LINE@json.output@ {@@@",
110 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", 113 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 114 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
112 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@",
113 "@@@STEP_LOG_LINE@json.output@ }@@@", 116 "@@@STEP_LOG_LINE@json.output@ }@@@",
114 "@@@STEP_LOG_LINE@json.output@ ], @@@", 117 "@@@STEP_LOG_LINE@json.output@ ], @@@",
115 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
116 "@@@STEP_LOG_LINE@json.output@}@@@", 119 "@@@STEP_LOG_LINE@json.output@}@@@",
117 "@@@STEP_LOG_END@json.output@@@" 120 "@@@STEP_LOG_END@json.output@@@"
118 ] 121 ]
119 }, 122 },
120 { 123 {
121 "cmd": [ 124 "cmd": [
122 "echo", 125 "echo",
123 "-e", 126 "-e",
124 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"compiler\": \"ninja\", \n \"configuratio n\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \ "os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \ "fake xcode version\"\n}" 127 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"compiler\": \"ninja\", \n \"configuratio n\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \ "os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \ "fake xcode version\"\n}"
125 ], 128 ],
129 "cwd": "[SLAVE_BUILD]",
126 "name": "finalize build config" 130 "name": "finalize build config"
127 }, 131 },
128 { 132 {
129 "cmd": [ 133 "cmd": [
130 "[BUILD]/scripts/slave/ios/find_xcode.py", 134 "[BUILD]/scripts/slave/ios/find_xcode.py",
131 "--json-file", 135 "--json-file",
132 "/path/to/tmp/json", 136 "/path/to/tmp/json",
133 "--version", 137 "--version",
134 "fake xcode version" 138 "fake xcode version"
135 ], 139 ],
140 "cwd": "[SLAVE_BUILD]",
136 "name": "find xcode", 141 "name": "find xcode",
137 "~followup_annotations": [ 142 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{}@@@", 143 "@@@STEP_LOG_LINE@json.output@{}@@@",
139 "@@@STEP_LOG_END@json.output@@@" 144 "@@@STEP_LOG_END@json.output@@@"
140 ] 145 ]
141 }, 146 },
142 { 147 {
143 "cmd": [ 148 "cmd": [
144 "python", 149 "python",
145 "-u", 150 "-u",
146 "[DEPOT_TOOLS]/gclient.py", 151 "[DEPOT_TOOLS]/gclient.py",
147 "runhooks" 152 "runhooks"
148 ], 153 ],
154 "cwd": "[SLAVE_BUILD]",
149 "env": { 155 "env": {
150 "GYP_CROSSCOMPILE": "1", 156 "GYP_CROSSCOMPILE": "1",
151 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 157 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
152 "GYP_GENERATORS": "ninja", 158 "GYP_GENERATORS": "ninja",
153 "LANDMINES_VERBOSE": "1" 159 "LANDMINES_VERBOSE": "1"
154 }, 160 },
155 "name": "gclient runhooks (with patch)", 161 "name": "gclient runhooks (with patch)",
156 "~followup_annotations": [ 162 "~followup_annotations": [
157 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 163 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
158 ] 164 ]
(...skipping 14 matching lines...) Expand all
173 ] 179 ]
174 }, 180 },
175 { 181 {
176 "cmd": [ 182 "cmd": [
177 "python", 183 "python",
178 "-u", 184 "-u",
179 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
180 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 186 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
181 "/path/to/tmp/json" 187 "/path/to/tmp/json"
182 ], 188 ],
189 "cwd": "[SLAVE_BUILD]",
183 "name": "read filter exclusion spec", 190 "name": "read filter exclusion spec",
184 "~followup_annotations": [ 191 "~followup_annotations": [
185 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 192 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
186 "@@@STEP_LOG_LINE@json.output@{@@@", 193 "@@@STEP_LOG_LINE@json.output@{@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 194 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
188 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 195 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
189 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 196 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
190 "@@@STEP_LOG_LINE@json.output@ ]@@@", 197 "@@@STEP_LOG_LINE@json.output@ ]@@@",
191 "@@@STEP_LOG_LINE@json.output@ }, @@@", 198 "@@@STEP_LOG_LINE@json.output@ }, @@@",
192 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
193 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 200 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
194 "@@@STEP_LOG_LINE@json.output@ }, @@@", 201 "@@@STEP_LOG_LINE@json.output@ }, @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
196 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
197 "@@@STEP_LOG_LINE@json.output@ }@@@", 204 "@@@STEP_LOG_LINE@json.output@ }@@@",
198 "@@@STEP_LOG_LINE@json.output@}@@@", 205 "@@@STEP_LOG_LINE@json.output@}@@@",
199 "@@@STEP_LOG_END@json.output@@@" 206 "@@@STEP_LOG_END@json.output@@@"
200 ] 207 ]
201 }, 208 },
202 { 209 {
203 "cmd": [ 210 "cmd": [
204 "python", 211 "python",
205 "-u", 212 "-u",
206 "import sys; sys.exit(0)" 213 "import sys; sys.exit(0)"
207 ], 214 ],
215 "cwd": "[SLAVE_BUILD]",
208 "name": "analyze", 216 "name": "analyze",
209 "~followup_annotations": [ 217 "~followup_annotations": [
210 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 218 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
211 "@@@STEP_LOG_END@excluded_files@@@", 219 "@@@STEP_LOG_END@excluded_files@@@",
212 "@@@STEP_LOG_LINE@analyze_details@{@@@", 220 "@@@STEP_LOG_LINE@analyze_details@{@@@",
213 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 221 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
214 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 222 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
215 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 223 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
216 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 224 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
217 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 225 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "--revision_mapping_file", 269 "--revision_mapping_file",
262 "{\"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\"}", 270 "{\"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\"}",
263 "--rietveld_server", 271 "--rietveld_server",
264 "fake://rietveld.url", 272 "fake://rietveld.url",
265 "--output_json", 273 "--output_json",
266 "/path/to/tmp/json", 274 "/path/to/tmp/json",
267 "--revision", 275 "--revision",
268 "src@HEAD", 276 "src@HEAD",
269 "--force" 277 "--force"
270 ], 278 ],
279 "cwd": "[SLAVE_BUILD]",
271 "name": "bot_update (without patch)", 280 "name": "bot_update (without patch)",
272 "~followup_annotations": [ 281 "~followup_annotations": [
273 "@@@STEP_TEXT@Some step text@@@", 282 "@@@STEP_TEXT@Some step text@@@",
274 "@@@STEP_LOG_LINE@json.output@{@@@", 283 "@@@STEP_LOG_LINE@json.output@{@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 284 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
276 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 285 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
277 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 286 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
278 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 287 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
279 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 288 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
280 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 289 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 14 matching lines...) Expand all
295 "@@@STEP_LOG_END@json.output@@@" 304 "@@@STEP_LOG_END@json.output@@@"
296 ] 305 ]
297 }, 306 },
298 { 307 {
299 "cmd": [ 308 "cmd": [
300 "python", 309 "python",
301 "-u", 310 "-u",
302 "[DEPOT_TOOLS]/gclient.py", 311 "[DEPOT_TOOLS]/gclient.py",
303 "runhooks" 312 "runhooks"
304 ], 313 ],
314 "cwd": "[SLAVE_BUILD]",
305 "env": { 315 "env": {
306 "GYP_CROSSCOMPILE": "1", 316 "GYP_CROSSCOMPILE": "1",
307 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 317 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
308 "GYP_GENERATORS": "ninja", 318 "GYP_GENERATORS": "ninja",
309 "LANDMINES_VERBOSE": "1" 319 "LANDMINES_VERBOSE": "1"
310 }, 320 },
311 "name": "gclient runhooks (without patch)", 321 "name": "gclient runhooks (without patch)",
312 "~followup_annotations": [ 322 "~followup_annotations": [
313 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 323 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
314 ] 324 ]
(...skipping 12 matching lines...) Expand all
327 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", 337 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@",
328 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 338 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
329 ] 339 ]
330 }, 340 },
331 { 341 {
332 "name": "$final_result", 342 "name": "$final_result",
333 "reason": "Step('compile (without patch)') failed with return_code 1", 343 "reason": "Step('compile (without patch)') failed with return_code 1",
334 "status_code": 1 344 "status_code": 1
335 } 345 }
336 ] 346 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/parent.json ('k') | scripts/slave/recipes/ios/try.expected/without_patch_success.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698