OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fake", | 8 "chromium.fake", |
9 "--builder", | 9 "--builder", |
10 "ios", | 10 "ios", |
11 "--slave", | 11 "--slave", |
12 "fake-vm", | 12 "fake-vm", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]\nta
rget_os = ['ios']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': '
src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/
src-internal'}]\ntarget_os = ['ios']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"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\"}", | 18 "{\"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\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [ | 100 "cmd": [ |
102 "python", | 101 "python", |
103 "-u", | 102 "-u", |
104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
105 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", | 104 "[CWD]/src/ios/build/bots/chromium.fake/ios.json", |
106 "/path/to/tmp/json" | 105 "/path/to/tmp/json" |
107 ], | 106 ], |
108 "cwd": "[SLAVE_BUILD]", | |
109 "name": "read build config", | 107 "name": "read build config", |
110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
111 "@@@STEP_LOG_LINE@json.output@{@@@", | 109 "@@@STEP_LOG_LINE@json.output@{@@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
115 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", |
116 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", |
117 "@@@STEP_LOG_LINE@json.output@ {@@@", | 115 "@@@STEP_LOG_LINE@json.output@ {@@@", |
118 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake test 1\", @@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake test 1\", @@@", |
(...skipping 19 matching lines...) Expand all Loading... |
138 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", |
139 "@@@STEP_LOG_LINE@json.output@}@@@", | 137 "@@@STEP_LOG_LINE@json.output@}@@@", |
140 "@@@STEP_LOG_END@json.output@@@" | 138 "@@@STEP_LOG_END@json.output@@@" |
141 ] | 139 ] |
142 }, | 140 }, |
143 { | 141 { |
144 "cmd": [ | 142 "cmd": [ |
145 "python", | 143 "python", |
146 "-u", | 144 "-u", |
147 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 145 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
148 "[SLAVE_BUILD]/src/ios/build/bots/tests/fake include.json", | 146 "[CWD]/src/ios/build/bots/tests/fake include.json", |
149 "/path/to/tmp/json" | 147 "/path/to/tmp/json" |
150 ], | 148 ], |
151 "cwd": "[SLAVE_BUILD]", | |
152 "name": "include fake include.json", | 149 "name": "include fake include.json", |
153 "~followup_annotations": [ | 150 "~followup_annotations": [ |
154 "@@@STEP_LOG_LINE@json.output@{@@@", | 151 "@@@STEP_LOG_LINE@json.output@{@@@", |
155 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", |
156 "@@@STEP_LOG_LINE@json.output@ {@@@", | 153 "@@@STEP_LOG_LINE@json.output@ {@@@", |
157 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake included test 1\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake included test 1\"@@@", |
158 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 155 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
159 "@@@STEP_LOG_LINE@json.output@ {@@@", | 156 "@@@STEP_LOG_LINE@json.output@ {@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake included test 2\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake included test 2\"@@@", |
161 "@@@STEP_LOG_LINE@json.output@ }@@@", | 158 "@@@STEP_LOG_LINE@json.output@ }@@@", |
162 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
163 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
164 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
165 ] | 162 ] |
166 }, | 163 }, |
167 { | 164 { |
168 "cmd": [ | 165 "cmd": [ |
169 "echo", | 166 "echo", |
170 "-e", | 167 "-e", |
171 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n
\"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {},
\n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\"
, \n \"tests\": [\n {\n \"app\": \"fake test 1\", \n \"device type
\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \
"fake included test 1\", \n \"device type\": \"fake device 1\", \n \"o
s\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \
"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n
\"app\": \"fake test 2\", \n \"device type\": \"fake device 2\", \n
\"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n
\"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n
\"app\": \"fake included test 2\", \n \"device type\": \"fake device 2
\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_a
nalyze\": true, \n \"xcode version\": \"6.1.1\"\n}" | 168 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n
\"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {},
\n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\"
, \n \"tests\": [\n {\n \"app\": \"fake test 1\", \n \"device type
\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \
"fake included test 1\", \n \"device type\": \"fake device 1\", \n \"o
s\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \
"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n
\"app\": \"fake test 2\", \n \"device type\": \"fake device 2\", \n
\"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n
\"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n
\"app\": \"fake included test 2\", \n \"device type\": \"fake device 2
\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_a
nalyze\": true, \n \"xcode version\": \"6.1.1\"\n}" |
172 ], | 169 ], |
173 "cwd": "[SLAVE_BUILD]", | |
174 "name": "finalize build config" | 170 "name": "finalize build config" |
175 }, | 171 }, |
176 { | 172 { |
177 "cmd": [ | 173 "cmd": [ |
178 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
179 "--json-file", | 175 "--json-file", |
180 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
181 "--version", | 177 "--version", |
182 "6.1.1" | 178 "6.1.1" |
183 ], | 179 ], |
184 "cwd": "[SLAVE_BUILD]", | |
185 "name": "find xcode", | 180 "name": "find xcode", |
186 "~followup_annotations": [ | 181 "~followup_annotations": [ |
187 "@@@STEP_LOG_LINE@json.output@{}@@@", | 182 "@@@STEP_LOG_LINE@json.output@{}@@@", |
188 "@@@STEP_LOG_END@json.output@@@" | 183 "@@@STEP_LOG_END@json.output@@@" |
189 ] | 184 ] |
190 }, | 185 }, |
191 { | 186 { |
192 "cmd": [ | 187 "cmd": [ |
193 "python", | 188 "python", |
194 "-u", | 189 "-u", |
195 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 190 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
196 "runhooks" | 191 "runhooks" |
197 ], | 192 ], |
198 "cwd": "[SLAVE_BUILD]", | |
199 "env": { | 193 "env": { |
200 "GYP_DEFINES": "component=static_library OS=ios", | 194 "GYP_DEFINES": "component=static_library OS=ios", |
201 "GYP_GENERATORS": "xcode", | 195 "GYP_GENERATORS": "xcode", |
202 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 196 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
203 "LANDMINES_VERBOSE": "1", | 197 "LANDMINES_VERBOSE": "1", |
204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 198 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
205 }, | 199 }, |
206 "name": "gclient runhooks", | 200 "name": "gclient runhooks", |
207 "~followup_annotations": [ | 201 "~followup_annotations": [ |
208 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
@@@" | 202 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
@@@" |
209 ] | 203 ] |
210 }, | 204 }, |
211 { | 205 { |
212 "cmd": [ | 206 "cmd": [ |
213 "xcodebuild", | 207 "xcodebuild", |
214 "-configuration", | 208 "-configuration", |
215 "Debug", | 209 "Debug", |
216 "-project", | 210 "-project", |
217 "[SLAVE_BUILD]/src/build/all.xcodeproj", | 211 "[CWD]/src/build/all.xcodeproj", |
218 "-sdk", | 212 "-sdk", |
219 "iphonesimulator8.1" | 213 "iphonesimulator8.1" |
220 ], | 214 ], |
221 "cwd": "[SLAVE_BUILD]/src/xcodebuild", | 215 "cwd": "[CWD]/src/xcodebuild", |
222 "name": "compile" | 216 "name": "compile" |
223 }, | 217 }, |
224 { | 218 { |
225 "cmd": [ | 219 "cmd": [ |
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
227 "--app", | 221 "--app", |
228 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake test 1.app", | 222 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake test 1.app", |
229 "--json_file", | 223 "--json_file", |
230 "/path/to/tmp/json", | 224 "/path/to/tmp/json", |
231 "--iossim", | 225 "--iossim", |
232 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 226 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
233 "--platform", | 227 "--platform", |
234 "fake device 1", | 228 "fake device 1", |
235 "--version", | 229 "--version", |
236 "8.1" | 230 "8.1" |
237 ], | 231 ], |
238 "cwd": "[SLAVE_BUILD]", | |
239 "name": "fake test 1 (fake device 1 iOS 8.1)", | 232 "name": "fake test 1 (fake device 1 iOS 8.1)", |
240 "~followup_annotations": [ | 233 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output@{@@@", | 234 "@@@STEP_LOG_LINE@json.output@{@@@", |
242 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
243 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
244 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 237 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
245 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
246 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 239 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
247 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 240 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
248 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 241 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
249 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 242 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
250 "@@@STEP_LOG_LINE@json.output@ }@@@", | 243 "@@@STEP_LOG_LINE@json.output@ }@@@", |
251 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
252 "@@@STEP_LOG_END@json.output@@@", | 245 "@@@STEP_LOG_END@json.output@@@", |
253 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 246 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
254 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 247 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
255 "@@@STEP_LOG_END@fake log@@@", | 248 "@@@STEP_LOG_END@fake log@@@", |
256 "@@@STEP_LINK@fake URL text@fake URL@@@" | 249 "@@@STEP_LINK@fake URL text@fake URL@@@" |
257 ] | 250 ] |
258 }, | 251 }, |
259 { | 252 { |
260 "cmd": [ | 253 "cmd": [ |
261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
262 "--app", | 255 "--app", |
263 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake included test 1.a
pp", | 256 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake included test 1.app", |
264 "--json_file", | 257 "--json_file", |
265 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
266 "--iossim", | 259 "--iossim", |
267 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 260 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
268 "--platform", | 261 "--platform", |
269 "fake device 1", | 262 "fake device 1", |
270 "--version", | 263 "--version", |
271 "8.1" | 264 "8.1" |
272 ], | 265 ], |
273 "cwd": "[SLAVE_BUILD]", | |
274 "name": "fake included test 1 (fake device 1 iOS 8.1)", | 266 "name": "fake included test 1 (fake device 1 iOS 8.1)", |
275 "~followup_annotations": [ | 267 "~followup_annotations": [ |
276 "@@@STEP_LOG_LINE@json.output@{@@@", | 268 "@@@STEP_LOG_LINE@json.output@{@@@", |
277 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
278 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
279 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 271 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
280 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
284 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 276 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
285 "@@@STEP_LOG_LINE@json.output@ }@@@", | 277 "@@@STEP_LOG_LINE@json.output@ }@@@", |
286 "@@@STEP_LOG_LINE@json.output@}@@@", | 278 "@@@STEP_LOG_LINE@json.output@}@@@", |
287 "@@@STEP_LOG_END@json.output@@@", | 279 "@@@STEP_LOG_END@json.output@@@", |
288 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 280 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
289 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 281 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
290 "@@@STEP_LOG_END@fake log@@@", | 282 "@@@STEP_LOG_END@fake log@@@", |
291 "@@@STEP_LINK@fake URL text@fake URL@@@" | 283 "@@@STEP_LINK@fake URL text@fake URL@@@" |
292 ] | 284 ] |
293 }, | 285 }, |
294 { | 286 { |
295 "cmd": [ | 287 "cmd": [ |
296 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
297 "--app", | 289 "--app", |
298 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake included test 2.a
pp", | 290 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake included test 2.app", |
299 "--json_file", | 291 "--json_file", |
300 "/path/to/tmp/json", | 292 "/path/to/tmp/json", |
301 "--iossim", | 293 "--iossim", |
302 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 294 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
303 "--platform", | 295 "--platform", |
304 "fake device 1", | 296 "fake device 1", |
305 "--version", | 297 "--version", |
306 "8.1" | 298 "8.1" |
307 ], | 299 ], |
308 "cwd": "[SLAVE_BUILD]", | |
309 "name": "fake included test 2 (fake device 1 iOS 8.1)", | 300 "name": "fake included test 2 (fake device 1 iOS 8.1)", |
310 "~followup_annotations": [ | 301 "~followup_annotations": [ |
311 "@@@STEP_LOG_LINE@json.output@{@@@", | 302 "@@@STEP_LOG_LINE@json.output@{@@@", |
312 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
313 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
314 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 305 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
315 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
316 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 307 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
317 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
318 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 309 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
319 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 310 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
320 "@@@STEP_LOG_LINE@json.output@ }@@@", | 311 "@@@STEP_LOG_LINE@json.output@ }@@@", |
321 "@@@STEP_LOG_LINE@json.output@}@@@", | 312 "@@@STEP_LOG_LINE@json.output@}@@@", |
322 "@@@STEP_LOG_END@json.output@@@", | 313 "@@@STEP_LOG_END@json.output@@@", |
323 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 314 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
324 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 315 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
325 "@@@STEP_LOG_END@fake log@@@", | 316 "@@@STEP_LOG_END@fake log@@@", |
326 "@@@STEP_LINK@fake URL text@fake URL@@@" | 317 "@@@STEP_LINK@fake URL text@fake URL@@@" |
327 ] | 318 ] |
328 }, | 319 }, |
329 { | 320 { |
330 "cmd": [ | 321 "cmd": [ |
331 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
332 "--app", | 323 "--app", |
333 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake test 2.app", | 324 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake test 2.app", |
334 "--json_file", | 325 "--json_file", |
335 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
336 "--iossim", | 327 "--iossim", |
337 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 328 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
338 "--platform", | 329 "--platform", |
339 "fake device 2", | 330 "fake device 2", |
340 "--version", | 331 "--version", |
341 "7.1" | 332 "7.1" |
342 ], | 333 ], |
343 "cwd": "[SLAVE_BUILD]", | |
344 "name": "fake test 2 (fake device 2 iOS 7.1)", | 334 "name": "fake test 2 (fake device 2 iOS 7.1)", |
345 "~followup_annotations": [ | 335 "~followup_annotations": [ |
346 "@@@STEP_LOG_LINE@json.output@{@@@", | 336 "@@@STEP_LOG_LINE@json.output@{@@@", |
347 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 337 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
348 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
349 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 339 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
350 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
351 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 341 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
352 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
353 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
354 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 344 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
355 "@@@STEP_LOG_LINE@json.output@ }@@@", | 345 "@@@STEP_LOG_LINE@json.output@ }@@@", |
356 "@@@STEP_LOG_LINE@json.output@}@@@", | 346 "@@@STEP_LOG_LINE@json.output@}@@@", |
357 "@@@STEP_LOG_END@json.output@@@", | 347 "@@@STEP_LOG_END@json.output@@@", |
358 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 348 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
359 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 349 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
360 "@@@STEP_LOG_END@fake log@@@", | 350 "@@@STEP_LOG_END@fake log@@@", |
361 "@@@STEP_LINK@fake URL text@fake URL@@@" | 351 "@@@STEP_LINK@fake URL text@fake URL@@@" |
362 ] | 352 ] |
363 }, | 353 }, |
364 { | 354 { |
365 "cmd": [ | 355 "cmd": [ |
366 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
367 "--app", | 357 "--app", |
368 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake included test 1.a
pp", | 358 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake included test 1.app", |
369 "--json_file", | 359 "--json_file", |
370 "/path/to/tmp/json", | 360 "/path/to/tmp/json", |
371 "--iossim", | 361 "--iossim", |
372 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 362 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
373 "--platform", | 363 "--platform", |
374 "fake device 2", | 364 "fake device 2", |
375 "--version", | 365 "--version", |
376 "7.1" | 366 "7.1" |
377 ], | 367 ], |
378 "cwd": "[SLAVE_BUILD]", | |
379 "name": "fake included test 1 (fake device 2 iOS 7.1)", | 368 "name": "fake included test 1 (fake device 2 iOS 7.1)", |
380 "~followup_annotations": [ | 369 "~followup_annotations": [ |
381 "@@@STEP_LOG_LINE@json.output@{@@@", | 370 "@@@STEP_LOG_LINE@json.output@{@@@", |
382 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
383 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
384 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 373 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
385 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
386 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
387 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
389 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 378 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
390 "@@@STEP_LOG_LINE@json.output@ }@@@", | 379 "@@@STEP_LOG_LINE@json.output@ }@@@", |
391 "@@@STEP_LOG_LINE@json.output@}@@@", | 380 "@@@STEP_LOG_LINE@json.output@}@@@", |
392 "@@@STEP_LOG_END@json.output@@@", | 381 "@@@STEP_LOG_END@json.output@@@", |
393 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 382 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
394 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 383 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
395 "@@@STEP_LOG_END@fake log@@@", | 384 "@@@STEP_LOG_END@fake log@@@", |
396 "@@@STEP_LINK@fake URL text@fake URL@@@" | 385 "@@@STEP_LINK@fake URL text@fake URL@@@" |
397 ] | 386 ] |
398 }, | 387 }, |
399 { | 388 { |
400 "cmd": [ | 389 "cmd": [ |
401 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 390 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
402 "--app", | 391 "--app", |
403 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake included test 2.a
pp", | 392 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake included test 2.app", |
404 "--json_file", | 393 "--json_file", |
405 "/path/to/tmp/json", | 394 "/path/to/tmp/json", |
406 "--iossim", | 395 "--iossim", |
407 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 396 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
408 "--platform", | 397 "--platform", |
409 "fake device 2", | 398 "fake device 2", |
410 "--version", | 399 "--version", |
411 "7.1" | 400 "7.1" |
412 ], | 401 ], |
413 "cwd": "[SLAVE_BUILD]", | |
414 "name": "fake included test 2 (fake device 2 iOS 7.1)", | 402 "name": "fake included test 2 (fake device 2 iOS 7.1)", |
415 "~followup_annotations": [ | 403 "~followup_annotations": [ |
416 "@@@STEP_LOG_LINE@json.output@{@@@", | 404 "@@@STEP_LOG_LINE@json.output@{@@@", |
417 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
418 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
419 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 407 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
420 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
421 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
422 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
423 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
424 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 412 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
425 "@@@STEP_LOG_LINE@json.output@ }@@@", | 413 "@@@STEP_LOG_LINE@json.output@ }@@@", |
426 "@@@STEP_LOG_LINE@json.output@}@@@", | 414 "@@@STEP_LOG_LINE@json.output@}@@@", |
427 "@@@STEP_LOG_END@json.output@@@", | 415 "@@@STEP_LOG_END@json.output@@@", |
428 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 416 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
429 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 417 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
430 "@@@STEP_LOG_END@fake log@@@", | 418 "@@@STEP_LOG_END@fake log@@@", |
431 "@@@STEP_LINK@fake URL text@fake URL@@@" | 419 "@@@STEP_LINK@fake URL text@fake URL@@@" |
432 ] | 420 ] |
433 }, | 421 }, |
434 { | 422 { |
435 "name": "$result", | 423 "name": "$result", |
436 "recipe_result": null, | 424 "recipe_result": null, |
437 "status_code": 0 | 425 "status_code": 0 |
438 } | 426 } |
439 ] | 427 ] |
OLD | NEW |