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