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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/basic.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[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]",
9 "name": "host and tools info", 8 "name": "host and tools info",
10 "~followup_annotations": [ 9 "~followup_annotations": [
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
12 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
(...skipping 22 matching lines...) Expand all
41 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 40 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
42 "--git-cache-dir", 41 "--git-cache-dir",
43 "[GIT_CACHE]", 42 "[GIT_CACHE]",
44 "--output_json", 43 "--output_json",
45 "/path/to/tmp/json", 44 "/path/to/tmp/json",
46 "--revision", 45 "--revision",
47 "src@HEAD", 46 "src@HEAD",
48 "--force", 47 "--force",
49 "--output_manifest" 48 "--output_manifest"
50 ], 49 ],
51 "cwd": "[SLAVE_BUILD]",
52 "env": { 50 "env": {
53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
54 }, 52 },
55 "name": "bot_update", 53 "name": "bot_update",
56 "~followup_annotations": [ 54 "~followup_annotations": [
57 "@@@STEP_TEXT@Some step text@@@", 55 "@@@STEP_TEXT@Some step text@@@",
58 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ] 119 ]
122 }, 120 },
123 { 121 {
124 "cmd": [ 122 "cmd": [
125 "python", 123 "python",
126 "-u", 124 "-u",
127 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 125 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
128 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", 126 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
129 "/path/to/tmp/json" 127 "/path/to/tmp/json"
130 ], 128 ],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "read build config", 129 "name": "read build config",
133 "~followup_annotations": [ 130 "~followup_annotations": [
134 "@@@STEP_LOG_LINE@json.output@{@@@", 131 "@@@STEP_LOG_LINE@json.output@{@@@",
135 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 132 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
136 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 133 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
137 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 134 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
138 "@@@STEP_LOG_LINE@json.output@ }, @@@", 135 "@@@STEP_LOG_LINE@json.output@ }, @@@",
139 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@",
140 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 138 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
(...skipping 17 matching lines...) Expand all
159 "@@@STEP_LOG_LINE@json.output@}@@@", 156 "@@@STEP_LOG_LINE@json.output@}@@@",
160 "@@@STEP_LOG_END@json.output@@@" 157 "@@@STEP_LOG_END@json.output@@@"
161 ] 158 ]
162 }, 159 },
163 { 160 {
164 "cmd": [ 161 "cmd": [
165 "echo", 162 "echo",
166 "-e", 163 "-e",
167 "{\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 \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {\n \"fake env var 1\": \"fake env value 1\", \n \"fake env var 2\": \"fake env value 2\"\n }, \n \"gn_args\": [], \n \"mb_type\": null, \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 \"triggered bots\": {}, \n \ "use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" 164 "{\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 \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {\n \"fake env var 1\": \"fake env value 1\", \n \"fake env var 2\": \"fake env value 2\"\n }, \n \"gn_args\": [], \n \"mb_type\": null, \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 \"triggered bots\": {}, \n \ "use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
168 ], 165 ],
169 "cwd": "[SLAVE_BUILD]",
170 "name": "finalize build config" 166 "name": "finalize build config"
171 }, 167 },
172 { 168 {
173 "cmd": [ 169 "cmd": [
174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
175 "--json-file", 171 "--json-file",
176 "/path/to/tmp/json", 172 "/path/to/tmp/json",
177 "--version", 173 "--version",
178 "fake xcode version" 174 "fake xcode version"
179 ], 175 ],
180 "cwd": "[SLAVE_BUILD]",
181 "name": "find xcode", 176 "name": "find xcode",
182 "~followup_annotations": [ 177 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@json.output@{}@@@", 178 "@@@STEP_LOG_LINE@json.output@{}@@@",
184 "@@@STEP_LOG_END@json.output@@@" 179 "@@@STEP_LOG_END@json.output@@@"
185 ] 180 ]
186 }, 181 },
187 { 182 {
188 "cmd": [ 183 "cmd": [
189 "python", 184 "python",
190 "-u", 185 "-u",
191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
192 "runhooks" 187 "runhooks"
193 ], 188 ],
194 "cwd": "[SLAVE_BUILD]",
195 "env": { 189 "env": {
196 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 190 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
197 "GYP_GENERATORS": "xcode", 191 "GYP_GENERATORS": "xcode",
198 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", 192 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2",
199 "LANDMINES_VERBOSE": "1", 193 "LANDMINES_VERBOSE": "1",
200 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
201 "fake env var 1": "fake env value 1", 195 "fake env var 1": "fake env value 1",
202 "fake env var 2": "fake env value 2" 196 "fake env var 2": "fake env value 2"
203 }, 197 },
204 "name": "gclient runhooks", 198 "name": "gclient runhooks",
(...skipping 21 matching lines...) Expand all
226 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", 220 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app",
227 "--json_file", 221 "--json_file",
228 "/path/to/tmp/json", 222 "/path/to/tmp/json",
229 "--iossim", 223 "--iossim",
230 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 224 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
231 "--platform", 225 "--platform",
232 "fake device", 226 "fake device",
233 "--version", 227 "--version",
234 "8.0" 228 "8.0"
235 ], 229 ],
236 "cwd": "[SLAVE_BUILD]",
237 "name": "fake tests 1 (fake device iOS 8.0)", 230 "name": "fake tests 1 (fake device iOS 8.0)",
238 "~followup_annotations": [ 231 "~followup_annotations": [
239 "@@@STEP_LOG_LINE@json.output@{@@@", 232 "@@@STEP_LOG_LINE@json.output@{@@@",
240 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 233 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
241 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 234 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
242 "@@@STEP_LOG_LINE@json.output@ }, @@@", 235 "@@@STEP_LOG_LINE@json.output@ }, @@@",
243 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 236 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 237 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 238 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
246 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 239 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
(...skipping 14 matching lines...) Expand all
261 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", 254 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app",
262 "--json_file", 255 "--json_file",
263 "/path/to/tmp/json", 256 "/path/to/tmp/json",
264 "--iossim", 257 "--iossim",
265 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", 258 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim",
266 "--platform", 259 "--platform",
267 "fake device", 260 "fake device",
268 "--version", 261 "--version",
269 "7.1" 262 "7.1"
270 ], 263 ],
271 "cwd": "[SLAVE_BUILD]",
272 "name": "fake tests 2 (fake device iOS 7.1)", 264 "name": "fake tests 2 (fake device iOS 7.1)",
273 "~followup_annotations": [ 265 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@json.output@{@@@", 266 "@@@STEP_LOG_LINE@json.output@{@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 267 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 268 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
277 "@@@STEP_LOG_LINE@json.output@ }, @@@", 269 "@@@STEP_LOG_LINE@json.output@ }, @@@",
278 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 270 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
279 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
280 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 272 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 273 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
282 "@@@STEP_LOG_LINE@json.output@ ]@@@", 274 "@@@STEP_LOG_LINE@json.output@ ]@@@",
283 "@@@STEP_LOG_LINE@json.output@ }@@@", 275 "@@@STEP_LOG_LINE@json.output@ }@@@",
284 "@@@STEP_LOG_LINE@json.output@}@@@", 276 "@@@STEP_LOG_LINE@json.output@}@@@",
285 "@@@STEP_LOG_END@json.output@@@", 277 "@@@STEP_LOG_END@json.output@@@",
286 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 278 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
287 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 279 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
288 "@@@STEP_LOG_END@fake log@@@", 280 "@@@STEP_LOG_END@fake log@@@",
289 "@@@STEP_LINK@fake URL text@fake URL@@@" 281 "@@@STEP_LINK@fake URL text@fake URL@@@"
290 ] 282 ]
291 }, 283 },
292 { 284 {
293 "name": "$result", 285 "name": "$result",
294 "recipe_result": null, 286 "recipe_result": null,
295 "status_code": 0 287 "status_code": 0
296 } 288 }
297 ] 289 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698