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.webkit", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Builder", | 10 "Android Builder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
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'}]\ntarget_os = ['android']", | 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'}]\ntarget_os = ['android']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 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 "--revision", | |
26 "src/third_party/WebKit@HEAD", | |
27 "--force", | 25 "--force", |
28 "--output_manifest" | 26 "--output_manifest" |
29 ], | 27 ], |
30 "env": { | 28 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 30 }, |
33 "name": "bot_update", | 31 "name": "bot_update", |
34 "~followup_annotations": [ | 32 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit\": \"HEAD\"@@@"
, | |
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", |
50 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 { | 107 { |
111 "cmd": [], | 108 "cmd": [], |
112 "name": "ensure_goma" | 109 "name": "ensure_goma" |
113 }, | 110 }, |
114 { | 111 { |
115 "cmd": [ | 112 "cmd": [ |
116 "python", | 113 "python", |
117 "-u", | 114 "-u", |
118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 115 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
119 "--platform", | 116 "--platform", |
120 "linux-386", | 117 "linux-amd64", |
121 "--dest-directory", | 118 "--dest-directory", |
122 "[SLAVE_BUILD]/cipd", | 119 "[SLAVE_BUILD]/cipd", |
123 "--json-output", | 120 "--json-output", |
124 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
125 ], | 122 ], |
126 "name": "ensure_goma.install cipd", | 123 "name": "ensure_goma.install cipd", |
127 "~followup_annotations": [ | 124 "~followup_annotations": [ |
128 "@@@STEP_NEST_LEVEL@1@@@", | 125 "@@@STEP_NEST_LEVEL@1@@@", |
129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
130 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
133 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
134 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
135 ] | 132 ] |
136 }, | 133 }, |
137 { | 134 { |
138 "cmd": [ | 135 "cmd": [ |
139 "[SLAVE_BUILD]/cipd/cipd", | 136 "[SLAVE_BUILD]/cipd/cipd", |
140 "ensure", | 137 "ensure", |
141 "--root", | 138 "--root", |
142 "[CACHE]/cipd/goma", | 139 "[CACHE]/cipd/goma", |
143 "--list", | 140 "--list", |
144 "infra_internal/goma/client/linux-386 release", | 141 "infra_internal/goma/client/linux-amd64 release", |
145 "--json-output", | 142 "--json-output", |
146 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
147 "--service-account-json", | 144 "--service-account-json", |
148 "/creds/service_accounts/service-account-goma-client.json" | 145 "/creds/service_accounts/service-account-goma-client.json" |
149 ], | 146 ], |
150 "name": "ensure_goma.ensure_installed", | 147 "name": "ensure_goma.ensure_installed", |
151 "~followup_annotations": [ | 148 "~followup_annotations": [ |
152 "@@@STEP_NEST_LEVEL@1@@@", | 149 "@@@STEP_NEST_LEVEL@1@@@", |
153 "@@@STEP_LOG_LINE@json.output@{@@@", | 150 "@@@STEP_LOG_LINE@json.output@{@@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
155 "@@@STEP_LOG_LINE@json.output@ {@@@", | 152 "@@@STEP_LOG_LINE@json.output@ {@@@", |
156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
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@}@@@", | 157 "@@@STEP_LOG_LINE@json.output@}@@@", |
161 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
162 ] | 159 ] |
163 }, | 160 }, |
164 { | 161 { |
165 "cmd": [ | 162 "cmd": [ |
166 "python", | 163 "python", |
167 "-u", | 164 "-u", |
| 165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 166 "--version" |
| 167 ], |
| 168 "name": "swarming.py --version", |
| 169 "stdout": "/path/to/tmp/", |
| 170 "~followup_annotations": [ |
| 171 "@@@STEP_TEXT@0.4.10@@@" |
| 172 ] |
| 173 }, |
| 174 { |
| 175 "cmd": [ |
| 176 "python", |
| 177 "-u", |
168 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
169 "runhooks" | 179 "runhooks" |
170 ], | 180 ], |
171 "cwd": "[SLAVE_BUILD]/src", | 181 "cwd": "[SLAVE_BUILD]/src", |
172 "env": { | 182 "env": { |
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
174 "GYP_CHROMIUM_NO_ACTION": "1", | 184 "GYP_CHROMIUM_NO_ACTION": "1", |
175 "GYP_CROSSCOMPILE": "1", | 185 "GYP_CROSSCOMPILE": "1", |
176 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 186 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra
nding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=arm te
st_isolation_mode=prepare use_goma=1", |
177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 187 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
178 }, | 188 }, |
179 "name": "gclient runhooks" | 189 "name": "gclient runhooks" |
180 }, | 190 }, |
181 { | 191 { |
182 "cmd": [ | 192 "cmd": [ |
183 "python", | 193 "python", |
184 "-u", | 194 "-u", |
185 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 195 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
186 "--output", | 196 "--output", |
187 "/path/to/tmp/json", | 197 "/path/to/tmp/json", |
188 "--", | 198 "--", |
189 "--build-config-fs", | 199 "--build-config-fs", |
190 "Release", | 200 "Release", |
| 201 "--use-src-side-runtest-py", |
191 "--paths", | 202 "--paths", |
192 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 203 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
193 "--properties", | 204 "--properties", |
194 "{\"buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 205 "{\"buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"android\"}" |
195 ], | 206 ], |
196 "name": "get compile targets for scripts", | 207 "name": "get compile targets for scripts", |
197 "~followup_annotations": [ | 208 "~followup_annotations": [ |
198 "@@@STEP_LOG_LINE@json.output@{}@@@", | 209 "@@@STEP_LOG_LINE@json.output@{}@@@", |
199 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
200 ] | 211 ] |
201 }, | 212 }, |
202 { | 213 { |
203 "cmd": [ | 214 "cmd": [ |
204 "python", | 215 "python", |
205 "-u", | 216 "-u", |
206 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
207 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 218 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
208 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
209 ], | 220 ], |
210 "name": "read test spec", | 221 "name": "read test spec", |
211 "~followup_annotations": [ | 222 "~followup_annotations": [ |
212 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", | 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
213 "@@@STEP_LOG_LINE@json.output@{}@@@", | 224 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"Android Tests\": {@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"instrumentation_tests\": [@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"test\": \"blimp_test_apk\"@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@}@@@", |
214 "@@@STEP_LOG_END@json.output@@@" | 233 "@@@STEP_LOG_END@json.output@@@" |
215 ] | 234 ] |
216 }, | 235 }, |
217 { | 236 { |
218 "cmd": [ | 237 "cmd": [ |
219 "python", | 238 "python", |
220 "-u", | 239 "-u", |
221 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 240 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
222 "--show-path", | 241 "--show-path", |
223 "python", | 242 "python", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 ], | 280 ], |
262 "name": "tree truth steps" | 281 "name": "tree truth steps" |
263 }, | 282 }, |
264 { | 283 { |
265 "cmd": [ | 284 "cmd": [ |
266 "python", | 285 "python", |
267 "-u", | 286 "-u", |
268 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 287 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
269 "gen", | 288 "gen", |
270 "-m", | 289 "-m", |
271 "chromium.webkit", | 290 "chromium.linux", |
272 "-b", | 291 "-b", |
273 "Android Builder", | 292 "Android Builder", |
274 "--config-file", | 293 "--config-file", |
275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 294 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
276 "--goma-dir", | 295 "--goma-dir", |
277 "[CACHE]/cipd/goma", | 296 "[CACHE]/cipd/goma", |
278 "//out/Release" | 297 "//out/Release" |
279 ], | 298 ], |
280 "env": { | 299 "env": { |
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
(...skipping 13 matching lines...) Expand all Loading... |
295 "--ninja-path", | 314 "--ninja-path", |
296 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 315 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
297 "--target", | 316 "--target", |
298 "Release", | 317 "Release", |
299 "--src-dir", | 318 "--src-dir", |
300 "[SLAVE_BUILD]/src", | 319 "[SLAVE_BUILD]/src", |
301 "--goma-cache-dir", | 320 "--goma-cache-dir", |
302 "[GOMA_CACHE]", | 321 "[GOMA_CACHE]", |
303 "--build-tool", | 322 "--build-tool", |
304 "ninja", | 323 "ninja", |
305 "--build-data-dir", | |
306 "[ROOT]/build_data_dir", | |
307 "--compiler", | 324 "--compiler", |
308 "goma", | 325 "goma", |
309 "--goma-jsonstatus", | 326 "--goma-jsonstatus", |
310 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
311 "--goma-service-account-json-file", | 328 "--goma-service-account-json-file", |
312 "/creds/service_accounts/service-account-goma-client.json", | 329 "/creds/service_accounts/service-account-goma-client.json", |
313 "--goma-dir", | 330 "--goma-dir", |
314 "[CACHE]/cipd/goma", | 331 "[CACHE]/cipd/goma", |
315 "--", | 332 "--", |
316 "blink_heap_unittests_apk", | 333 "blimp_test_apk" |
317 "blink_tests", | |
318 "webkit_unit_tests_apk" | |
319 ], | 334 ], |
320 "env": { | 335 "env": { |
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
322 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 337 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
323 }, | 338 }, |
324 "name": "compile", | 339 "name": "compile", |
325 "~followup_annotations": [ | 340 "~followup_annotations": [ |
326 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
327 "@@@STEP_LOG_END@json.output (invalid)@@@" | 342 "@@@STEP_LOG_END@json.output (invalid)@@@" |
328 ] | 343 ] |
329 }, | 344 }, |
330 { | 345 { |
331 "allow_subannotations": true, | 346 "allow_subannotations": true, |
332 "cmd": [ | 347 "cmd": [ |
333 "python", | 348 "python", |
334 "-u", | 349 "-u", |
335 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 350 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
336 "--show-path", | 351 "--show-path", |
337 "python", | 352 "python", |
338 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
339 "--target", | 354 "--target", |
340 "Release", | 355 "Release", |
341 "--build-url", | 356 "--build-url", |
342 "gs://chromium-webkit-archive/chromium.webkit/Android Builder", | 357 "gs://chromium-linux-archive/chromium.linux/Android Builder", |
343 "--build_revision", | 358 "--build_revision", |
344 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 359 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
345 "--gs-acl", | |
346 "public-read", | |
347 "--factory-properties", | 360 "--factory-properties", |
348 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\
", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium
.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\"
: \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 361 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro
mium.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", |
349 "--build-properties", | 362 "--build-properties", |
350 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\
", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium
.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\"
: \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 363 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro
mium.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" |
351 ], | 364 ], |
352 "name": "package build" | 365 "name": "package build" |
353 }, | 366 }, |
354 { | 367 { |
355 "cmd": [], | 368 "cmd": [], |
356 "name": "trigger", | 369 "name": "trigger", |
357 "trigger_specs": [ | 370 "trigger_specs": [ |
358 { | 371 { |
359 "builder_name": "WebKit Android (Nexus4)", | 372 "builder_name": "Android Tests", |
360 "properties": { | 373 "properties": { |
361 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 374 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
362 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 375 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
363 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921
40934", | 376 "parent_got_buildtools_revision": "f0319a328b2809876916353cb9942596921
40934", |
364 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", | 377 "parent_got_buildtools_revision_cp": "refs/heads/master@{#182578}", |
365 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 378 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
366 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 379 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
367 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 380 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
368 "parent_got_revision_cp": "refs/heads/master@{#170242}", | 381 "parent_got_revision_cp": "refs/heads/master@{#170242}", |
369 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798
0b63b99566", | 382 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798
0b63b99566", |
370 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089}
", | 383 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089}
", |
371 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", | 384 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", |
372 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", | 385 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", |
373 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 386 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
374 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 387 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
375 } | 388 } |
376 } | 389 } |
377 ], | 390 ], |
378 "~followup_annotations": [ | 391 "~followup_annotations": [ |
379 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" | 392 "@@@STEP_TEXT@Android Tests@@@" |
380 ] | 393 ] |
381 }, | 394 }, |
382 { | 395 { |
383 "name": "$result", | 396 "name": "$result", |
384 "recipe_result": null, | 397 "recipe_result": null, |
385 "status_code": 0 | 398 "status_code": 0 |
386 } | 399 } |
387 ] | 400 ] |
OLD | NEW |