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

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

Powered by Google App Engine
This is Rietveld 408576698