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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_10_10_Perf.json

Issue 2494433002: Transferring Mac 10.10 to a host that just triggers bots. (Closed)
Patch Set: Adding expectations Created 4 years, 1 month 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Mac_10_10_Perf__4_", 7 "[BUILDER_CACHE]/Mac_10_10_Perf",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 15 matching lines...) Expand all
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"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\"}", 34 "{\"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\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@1111111", 40 "src@1111111",
41 "--output_manifest" 41 "--output_manifest"
42 ], 42 ],
43 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf__4_", 43 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf",
44 "env": { 44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
46 }, 46 },
47 "name": "bot_update", 47 "name": "bot_update",
48 "~followup_annotations": [ 48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@", 49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@", 50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "@@@STEP_LOG_LINE@json.output@ }@@@", 175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@ ]@@@", 176 "@@@STEP_LOG_LINE@json.output@ ]@@@",
177 "@@@STEP_LOG_LINE@json.output@}@@@", 177 "@@@STEP_LOG_LINE@json.output@}@@@",
178 "@@@STEP_LOG_END@json.output@@@" 178 "@@@STEP_LOG_END@json.output@@@"
179 ] 179 ]
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "[BUILDER_CACHE]/Mac_10_10_Perf/src/tools/swarming_client/swarming.py",
186 "--version"
187 ],
188 "name": "swarming.py --version",
189 "stdout": "/path/to/tmp/",
190 "~followup_annotations": [
191 "@@@STEP_TEXT@0.8.6@@@"
192 ]
193 },
194 {
195 "cmd": [
196 "python",
197 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 199 "runhooks"
187 ], 200 ],
188 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf__4_/src", 201 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf/src",
189 "env": { 202 "env": {
190 "FORCE_MAC_TOOLCHAIN": "1", 203 "FORCE_MAC_TOOLCHAIN": "1",
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
192 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
193 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 206 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepar e use_goma=1",
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 208 },
196 "name": "gclient runhooks" 209 "name": "gclient runhooks"
197 }, 210 },
198 { 211 {
199 "cmd": [ 212 "cmd": [
200 "python", 213 "python",
201 "-u", 214 "-u",
202 "[BUILDER_CACHE]/Mac_10_10_Perf__4_/src/testing/scripts/get_compile_target s.py", 215 "[BUILDER_CACHE]/Mac_10_10_Perf/src/testing/scripts/get_compile_targets.py ",
203 "--output", 216 "--output",
204 "/path/to/tmp/json", 217 "/path/to/tmp/json",
205 "--", 218 "--",
206 "--build-config-fs", 219 "--build-config-fs",
207 "Release", 220 "Release",
208 "--paths", 221 "--paths",
209 "{\"checkout\": \"[BUILDER_CACHE]/Mac_10_10_Perf__4_/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", 222 "{\"checkout\": \"[BUILDER_CACHE]/Mac_10_10_Perf/src\", \"runit.py\": \"RE CIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/slave/runtest.py\"}",
210 "--properties", 223 "--properties",
211 "{\"buildername\": \"Mac 10.10 Perf (4)\", \"buildnumber\": 571, \"mastern ame\": \"chromium.perf\", \"perf-id\": \"chromium-rel-mac10\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"mac\"}" 224 "{\"buildername\": \"Mac 10.10 Perf\", \"buildnumber\": 571, \"mastername\ ": \"chromium.perf\", \"perf-id\": \"chromium-rel-mac10\", \"results-url\": \"ht tps://chromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_platf orm\": \"mac\"}"
212 ], 225 ],
213 "name": "get compile targets for scripts", 226 "name": "get compile targets for scripts",
214 "~followup_annotations": [ 227 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@json.output@{}@@@", 228 "@@@STEP_LOG_LINE@json.output@{}@@@",
216 "@@@STEP_LOG_END@json.output@@@" 229 "@@@STEP_LOG_END@json.output@@@"
217 ] 230 ]
218 }, 231 },
219 { 232 {
220 "cmd": [ 233 "cmd": [
221 "python", 234 "python",
222 "-u", 235 "-u",
223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
224 "[BUILDER_CACHE]/Mac_10_10_Perf__4_/src/testing/buildbot/chromium.perf.jso n", 237 "[BUILDER_CACHE]/Mac_10_10_Perf/src/testing/buildbot/chromium.perf.json",
225 "/path/to/tmp/json" 238 "/path/to/tmp/json"
226 ], 239 ],
227 "name": "read test spec (chromium.perf.json)", 240 "name": "read test spec (chromium.perf.json)",
228 "~followup_annotations": [ 241 "~followup_annotations": [
229 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Mac_10_10_Perf__4_/src/testing/buildbo t/chromium.perf.json@@@", 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Mac_10_10_Perf/src/testing/buildbot/ch romium.perf.json@@@",
230 "@@@STEP_LOG_LINE@json.output@{}@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"Mac 10.10 Perf\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
231 "@@@STEP_LOG_END@json.output@@@" 255 "@@@STEP_LOG_END@json.output@@@"
232 ] 256 ]
233 }, 257 },
234 { 258 {
235 "cmd": [ 259 "cmd": [
236 "python", 260 "python",
237 "-u", 261 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
239 "--show-path", 263 "--show-path",
240 "python", 264 "python",
241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
242 ], 266 ],
243 "name": "cleanup_temp" 267 "name": "cleanup_temp"
244 }, 268 },
245 { 269 {
246 "cmd": [ 270 "cmd": [
247 "python", 271 "python",
248 "-u", 272 "-u",
249 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 273 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
250 "[BUILDER_CACHE]/Mac_10_10_Perf__4_/src/out/Release" 274 "[BUILDER_CACHE]/Mac_10_10_Perf/src/out/Release"
251 ], 275 ],
252 "name": "rmtree build directory", 276 "name": "rmtree build directory",
253 "~followup_annotations": [ 277 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@python.inline@@@@", 278 "@@@STEP_LOG_LINE@python.inline@@@@",
255 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
256 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
257 "@@@STEP_LOG_LINE@python.inline@@@@", 281 "@@@STEP_LOG_LINE@python.inline@@@@",
258 "@@@STEP_LOG_LINE@python.inline@@@@", 282 "@@@STEP_LOG_LINE@python.inline@@@@",
259 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
260 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
261 "@@@STEP_LOG_END@python.inline@@@" 285 "@@@STEP_LOG_END@python.inline@@@"
262 ] 286 ]
263 }, 287 },
264 { 288 {
265 "cmd": [ 289 "cmd": [
266 "python", 290 "python",
267 "-u", 291 "-u",
268 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
269 "--show-path", 293 "--show-path",
270 "python", 294 "python",
271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
272 "--gsutil-py-path", 296 "--gsutil-py-path",
273 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
274 "--target", 298 "--target",
275 "Release", 299 "Release",
276 "--src-dir", 300 "--src-dir",
277 "[BUILDER_CACHE]/Mac_10_10_Perf__4_/src", 301 "[BUILDER_CACHE]/Mac_10_10_Perf/src",
278 "--build-archive-url", 302 "--build-archive-url",
279 "gs://test-domain/test-archive.zip", 303 "gs://test-domain/test-archive.zip",
280 "--master-name", 304 "--master-name",
281 "chromium.perf", 305 "chromium.perf",
282 "--build-number", 306 "--build-number",
283 "571" 307 "571"
284 ], 308 ],
285 "name": "extract build" 309 "name": "extract build"
286 }, 310 },
287 { 311 {
288 "cmd": [ 312 "cmd": [
289 "python", 313 "python",
290 "-u", 314 "-u",
291 "[BUILDER_CACHE]/Mac_10_10_Perf__4_/src/tools/perf/run_benchmark", 315 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
292 "list", 316 "--build-dir",
293 "--browser", 317 "[BUILDER_CACHE]/Mac_10_10_Perf/src/out/Release",
294 "release", 318 "--output-json",
295 "--json-output", 319 "/path/to/tmp/json"
296 "/path/to/tmp/json",
297 "--num-shards",
298 "5"
299 ], 320 ],
300 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf__4_", 321 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf",
301 "env": { 322 "env": {
302 "FORCE_MAC_TOOLCHAIN": "1", 323 "FORCE_MAC_TOOLCHAIN": "1",
303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
304 }, 325 },
305 "name": "List Perf Tests", 326 "name": "find isolated tests",
306 "~followup_annotations": [ 327 "~followup_annotations": [
307 "@@@STEP_LOG_LINE@json.output@{@@@", 328 "@@@STEP_LOG_LINE@json.output@{@@@",
308 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
309 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", 330 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
310 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru n_benchmark --a=1 -v --b=2\", @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@",
312 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al l\"@@@",
313 "@@@STEP_LOG_LINE@json.output@ }, @@@",
314 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@",
315 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru n_benchmark --a=1 -v --b=2\", @@@",
316 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
317 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al l\"@@@",
318 "@@@STEP_LOG_LINE@json.output@ }, @@@",
319 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.dom\": {@@@",
320 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/path/to/run_benchmark -v - -upload-results blink_perf.dom\", @@@",
321 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@",
322 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.do m\"@@@",
323 "@@@STEP_LOG_LINE@json.output@ }, @@@",
324 "@@@STEP_LOG_LINE@json.output@ \"dromaeo.cssqueryjquery\": {@@@",
325 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/path/to/run_benchmark\", @ @@",
326 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 3@@@",
327 "@@@STEP_LOG_LINE@json.output@ }, @@@",
328 "@@@STEP_LOG_LINE@json.output@ \"dromaeo.cssqueryjquery.release\": {@@@ ",
329 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/path/to/run_benchmark\", @ @@",
330 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@",
331 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"dromaeo.cssqu eryjquery\"@@@",
332 "@@@STEP_LOG_LINE@json.output@ }@@@",
333 "@@@STEP_LOG_LINE@json.output@ }, @@@",
334 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@",
335 "@@@STEP_LOG_LINE@json.output@}@@@", 331 "@@@STEP_LOG_LINE@json.output@}@@@",
336 "@@@STEP_LOG_END@json.output@@@" 332 "@@@STEP_LOG_END@json.output@@@",
333 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
337 ] 334 ]
338 }, 335 },
339 { 336 {
337 "cmd": [
338 "python",
339 "-u",
340 "[BUILDER_CACHE]/Mac_10_10_Perf/src/tools/swarming_client/swarming.py",
341 "trigger",
342 "--swarming",
343 "https://chromium-swarm.appspot.com",
344 "--isolate-server",
345 "https://isolateserver.appspot.com",
346 "--priority",
347 "25",
348 "--shards",
349 "1",
350 "--task-name",
351 "browser_tests/Mac-10.9/ffffffffff/Mac 10.10 Perf/571",
352 "--dump-json",
353 "/path/to/tmp/json",
354 "--expiration",
355 "3600",
356 "--io-timeout",
357 "1200",
358 "--hard-timeout",
359 "3600",
360 "--dimension",
361 "cpu",
362 "x86-64",
363 "--dimension",
364 "gpu",
365 "none",
366 "--dimension",
367 "os",
368 "Mac-10.9",
369 "--dimension",
370 "pool",
371 "Chrome",
372 "--tag",
373 "buildername:Mac 10.10 Perf",
374 "--tag",
375 "buildnumber:571",
376 "--tag",
377 "data:ffffffffffffffffffffffffffffffffffffffff",
378 "--tag",
379 "master:chromium.perf",
380 "--tag",
381 "name:browser_tests",
382 "--tag",
383 "os:Mac-10.9",
384 "--tag",
385 "project:chromium",
386 "--tag",
387 "purpose:CI",
388 "--tag",
389 "purpose:post-commit",
390 "--tag",
391 "slavename:TestSlavename",
392 "--tag",
393 "stepname:browser_tests on Mac-10.9",
394 "--idempotent",
395 "ffffffffffffffffffffffffffffffffffffffff",
396 "--",
397 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
398 ],
399 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf",
400 "env": {
401 "FORCE_MAC_TOOLCHAIN": "1",
402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
403 },
404 "name": "[trigger] browser_tests on Mac-10.9",
405 "~followup_annotations": [
406 "@@@STEP_LOG_LINE@json.output@{@@@",
407 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .9/ffffffffff/Mac 10.10 Perf/571\", @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Mac 10.10 Perf/571\": {@@@",
410 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
411 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
412 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
413 "@@@STEP_LOG_LINE@json.output@ }@@@",
414 "@@@STEP_LOG_LINE@json.output@ }@@@",
415 "@@@STEP_LOG_LINE@json.output@}@@@",
416 "@@@STEP_LOG_END@json.output@@@",
417 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
418 ]
419 },
420 {
340 "allow_subannotations": true, 421 "allow_subannotations": true,
341 "cmd": [ 422 "cmd": [
342 "python", 423 "python",
343 "-u", 424 "-u",
344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 425 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
345 "--target", 426 "python",
346 "Release", 427 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py",
347 "--factory-properties", 428 "--swarming-client-dir",
348 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac 10.10 Perf ( 4)\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_build_ar chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Ma c Builder\", \"parent_got_revision\": \"1111111\", \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}", 429 "[BUILDER_CACHE]/Mac_10_10_Perf/src/tools/swarming_client",
349 "--build-properties", 430 "--temp-root-dir",
350 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac 10.10 Perf ( 4)\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_build_ar chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Ma c Builder\", \"parent_got_revision\": \"1111111\", \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat h/to/workdir/TestSlavename\"}", 431 "[TMP_BASE]",
351 "--annotate=graphing", 432 "--merged-test-output",
352 "--results-url=https://chromeperf.appspot.com",
353 "--perf-dashboard-id=dromaeo.cssqueryjquery",
354 "--perf-id=chromium-rel-mac10",
355 "--test-type=dromaeo.cssqueryjquery",
356 "--step-name=dromaeo.cssqueryjquery",
357 "--chartjson-file",
358 "/path/to/tmp/json", 433 "/path/to/tmp/json",
359 "--builder-name=Mac 10.10 Perf (4)", 434 "--",
360 "--slave-name=TestSlavename", 435 "collect",
361 "--build-number=571", 436 "--swarming",
362 "--run-python-script", 437 "https://chromium-swarm.appspot.com",
363 "/path/to/run_benchmark" 438 "--decorate",
439 "--print-status-updates",
440 "--json",
441 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/Mac 10.10 Perf/5 71\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/Mac 10.10 Perf/571\": {\"s hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm. appspot.com/user/task/10000\"}}}"
364 ], 442 ],
365 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf__4_", 443 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf",
366 "env": { 444 "env": {
367 "FORCE_MAC_TOOLCHAIN": "1", 445 "FORCE_MAC_TOOLCHAIN": "1",
368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
369 }, 447 },
370 "name": "dromaeo.cssqueryjquery", 448 "name": "browser_tests on Mac-10.9",
371 "~followup_annotations": [ 449 "~followup_annotations": [
372 "@@@STEP_LOG_LINE@json.output@[]@@@", 450 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
373 "@@@STEP_LOG_END@json.output@@@"
374 ] 451 ]
375 }, 452 },
376 { 453 {
454 "cmd": [
455 "python",
456 "-u",
457 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
458 "--input-json",
459 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
460 "--master-name",
461 "chromium.perf",
462 "--builder-name",
463 "Mac 10.10 Perf",
464 "--build-number",
465 "571",
466 "--test-type",
467 "browser_tests on Mac-10.9",
468 "--test-results-server",
469 "test-results.appspot.com",
470 "--chrome-revision",
471 "170242"
472 ],
473 "cwd": "[BUILDER_CACHE]/Mac_10_10_Perf",
474 "env": {
475 "FORCE_MAC_TOOLCHAIN": "1",
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
477 },
478 "name": "Upload to test-results [browser_tests on Mac-10.9]"
479 },
480 {
377 "name": "$result", 481 "name": "$result",
378 "recipe_result": null, 482 "recipe_result": null,
379 "status_code": 0 483 "status_code": 0
380 } 484 }
381 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698