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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/test_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 21 matching lines...) Expand all
39 "--revision_mapping_file", 40 "--revision_mapping_file",
40 "{\"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\"}", 41 "{\"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\"}",
41 "--patch_url", 42 "--patch_url",
42 "patch url", 43 "patch url",
43 "--output_json", 44 "--output_json",
44 "/path/to/tmp/json", 45 "/path/to/tmp/json",
45 "--revision", 46 "--revision",
46 "src@HEAD", 47 "src@HEAD",
47 "--force" 48 "--force"
48 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
49 "name": "bot_update", 51 "name": "bot_update",
50 "~followup_annotations": [ 52 "~followup_annotations": [
51 "@@@STEP_TEXT@Some step text@@@", 53 "@@@STEP_TEXT@Some step text@@@",
52 "@@@STEP_LOG_LINE@json.output@{@@@", 54 "@@@STEP_LOG_LINE@json.output@{@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 59 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
86 ] 88 ]
87 }, 89 },
88 { 90 {
89 "cmd": [ 91 "cmd": [
90 "python", 92 "python",
91 "-u", 93 "-u",
92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
93 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", 95 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
94 "/path/to/tmp/json" 96 "/path/to/tmp/json"
95 ], 97 ],
98 "cwd": "[SLAVE_BUILD]",
96 "name": "read build config", 99 "name": "read build config",
97 "~followup_annotations": [ 100 "~followup_annotations": [
98 "@@@STEP_LOG_LINE@json.output@{@@@", 101 "@@@STEP_LOG_LINE@json.output@{@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 102 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
100 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 103 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 104 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
102 "@@@STEP_LOG_LINE@json.output@ }, @@@", 105 "@@@STEP_LOG_LINE@json.output@ }, @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", 106 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 107 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 108 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
(...skipping 13 matching lines...) Expand all
119 "@@@STEP_LOG_LINE@json.output@}@@@", 122 "@@@STEP_LOG_LINE@json.output@}@@@",
120 "@@@STEP_LOG_END@json.output@@@" 123 "@@@STEP_LOG_END@json.output@@@"
121 ] 124 ]
122 }, 125 },
123 { 126 {
124 "cmd": [ 127 "cmd": [
125 "echo", 128 "echo",
126 "-e", 129 "-e",
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\": \"xcodebuild\", \n \"configu ration\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"tri ggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" 130 "{\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\": \"xcodebuild\", \n \"configu ration\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"tri ggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}"
128 ], 131 ],
132 "cwd": "[SLAVE_BUILD]",
129 "name": "finalize build config" 133 "name": "finalize build config"
130 }, 134 },
131 { 135 {
132 "cmd": [ 136 "cmd": [
133 "[BUILD]/scripts/slave/ios/find_xcode.py", 137 "[BUILD]/scripts/slave/ios/find_xcode.py",
134 "--json-file", 138 "--json-file",
135 "/path/to/tmp/json", 139 "/path/to/tmp/json",
136 "--version", 140 "--version",
137 "fake xcode version" 141 "fake xcode version"
138 ], 142 ],
143 "cwd": "[SLAVE_BUILD]",
139 "name": "find xcode", 144 "name": "find xcode",
140 "~followup_annotations": [ 145 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output@{}@@@", 146 "@@@STEP_LOG_LINE@json.output@{}@@@",
142 "@@@STEP_LOG_END@json.output@@@" 147 "@@@STEP_LOG_END@json.output@@@"
143 ] 148 ]
144 }, 149 },
145 { 150 {
146 "cmd": [ 151 "cmd": [
147 "python", 152 "python",
148 "-u", 153 "-u",
149 "[DEPOT_TOOLS]/gclient.py", 154 "[DEPOT_TOOLS]/gclient.py",
150 "runhooks" 155 "runhooks"
151 ], 156 ],
157 "cwd": "[SLAVE_BUILD]",
152 "env": { 158 "env": {
153 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 159 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
154 "GYP_GENERATORS": "xcode", 160 "GYP_GENERATORS": "xcode",
155 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", 161 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2",
156 "LANDMINES_VERBOSE": "1" 162 "LANDMINES_VERBOSE": "1"
157 }, 163 },
158 "name": "gclient runhooks", 164 "name": "gclient runhooks",
159 "~followup_annotations": [ 165 "~followup_annotations": [
160 "@@@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@@@" 166 "@@@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@@@"
161 ] 167 ]
(...skipping 18 matching lines...) Expand all
180 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", 186 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app",
181 "--json_file", 187 "--json_file",
182 "/path/to/tmp/json", 188 "/path/to/tmp/json",
183 "--iossim", 189 "--iossim",
184 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 190 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
185 "--platform", 191 "--platform",
186 "fake device", 192 "fake device",
187 "--version", 193 "--version",
188 "8.0" 194 "8.0"
189 ], 195 ],
196 "cwd": "[SLAVE_BUILD]",
190 "name": "fake tests 1 (fake device iOS 8.0)", 197 "name": "fake tests 1 (fake device iOS 8.0)",
191 "~followup_annotations": [ 198 "~followup_annotations": [
192 "step returned non-zero exit code: 1", 199 "step returned non-zero exit code: 1",
193 "@@@STEP_LOG_LINE@json.output@{@@@", 200 "@@@STEP_LOG_LINE@json.output@{@@@",
194 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 201 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
195 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
196 "@@@STEP_LOG_LINE@json.output@ }, @@@", 203 "@@@STEP_LOG_LINE@json.output@ }, @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 204 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
198 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 205 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
199 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 206 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
(...skipping 16 matching lines...) Expand all
216 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", 223 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app",
217 "--json_file", 224 "--json_file",
218 "/path/to/tmp/json", 225 "/path/to/tmp/json",
219 "--iossim", 226 "--iossim",
220 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 227 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
221 "--platform", 228 "--platform",
222 "fake device", 229 "fake device",
223 "--version", 230 "--version",
224 "7.1" 231 "7.1"
225 ], 232 ],
233 "cwd": "[SLAVE_BUILD]",
226 "name": "fake tests 2 (fake device iOS 7.1)", 234 "name": "fake tests 2 (fake device iOS 7.1)",
227 "~followup_annotations": [ 235 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{@@@", 236 "@@@STEP_LOG_LINE@json.output@{@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 237 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 238 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
231 "@@@STEP_LOG_LINE@json.output@ }, @@@", 239 "@@@STEP_LOG_LINE@json.output@ }, @@@",
232 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 240 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
233 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 241 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
234 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 242 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
235 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 243 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
236 "@@@STEP_LOG_LINE@json.output@ ]@@@", 244 "@@@STEP_LOG_LINE@json.output@ ]@@@",
237 "@@@STEP_LOG_LINE@json.output@ }@@@", 245 "@@@STEP_LOG_LINE@json.output@ }@@@",
238 "@@@STEP_LOG_LINE@json.output@}@@@", 246 "@@@STEP_LOG_LINE@json.output@}@@@",
239 "@@@STEP_LOG_END@json.output@@@", 247 "@@@STEP_LOG_END@json.output@@@",
240 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 248 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
241 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 249 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
242 "@@@STEP_LOG_END@fake log@@@", 250 "@@@STEP_LOG_END@fake log@@@",
243 "@@@STEP_LINK@fake URL text@fake URL@@@" 251 "@@@STEP_LINK@fake URL text@fake URL@@@"
244 ] 252 ]
245 }, 253 },
246 { 254 {
247 "name": "$final_result", 255 "name": "$final_result",
248 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 256 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
249 "status_code": 1 257 "status_code": 1
250 } 258 }
251 ] 259 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698