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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/dynamic_gtest_with_args_on_trybot.json

Issue 1588793002: Support variable substitution and tryserver- and waterfall-only cmd line args. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressed review feedback. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "/path/to/tmp/json" 131 "/path/to/tmp/json"
132 ], 132 ],
133 "cwd": "[SLAVE_BUILD]", 133 "cwd": "[SLAVE_BUILD]",
134 "name": "read test spec", 134 "name": "read test spec",
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@", 136 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
137 "@@@STEP_LOG_LINE@json.output@{@@@", 137 "@@@STEP_LOG_LINE@json.output@{@@@",
138 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 138 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
139 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 139 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
140 "@@@STEP_LOG_LINE@json.output@ {@@@", 140 "@@@STEP_LOG_LINE@json.output@ {@@@",
141 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 141 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@",
142 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 142 "@@@STEP_LOG_LINE@json.output@ \"--correct-common-arg\"@@@",
143 "@@@STEP_LOG_LINE@json.output@ }, @@@", 143 "@@@STEP_LOG_LINE@json.output@ ], @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"non_precommit_args\": [@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"--SHOULD-NOT-BE-PRESENT-DURING-T HE-RUN\"@@@",
146 "@@@STEP_LOG_LINE@json.output@ ], @@@",
147 "@@@STEP_LOG_LINE@json.output@ \"precommit_args\": [@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"--these-args-should-be-present\" , @@@",
149 "@@@STEP_LOG_LINE@json.output@ \"--test-machine-name=\\\"${builde rname}\\\"\", @@@",
150 "@@@STEP_LOG_LINE@json.output@ \"--build-revision=\\\"${got_revis ion}\\\"\"@@@",
151 "@@@STEP_LOG_LINE@json.output@ ], @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@",
145 "@@@STEP_LOG_LINE@json.output@ }@@@", 153 "@@@STEP_LOG_LINE@json.output@ }@@@",
146 "@@@STEP_LOG_LINE@json.output@ ]@@@", 154 "@@@STEP_LOG_LINE@json.output@ ]@@@",
147 "@@@STEP_LOG_LINE@json.output@ }@@@", 155 "@@@STEP_LOG_LINE@json.output@ }@@@",
148 "@@@STEP_LOG_LINE@json.output@}@@@", 156 "@@@STEP_LOG_LINE@json.output@}@@@",
149 "@@@STEP_LOG_END@json.output@@@" 157 "@@@STEP_LOG_END@json.output@@@"
150 ] 158 ]
151 }, 159 },
152 { 160 {
153 "cmd": [ 161 "cmd": [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "~followup_annotations": [ 241 "~followup_annotations": [
234 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 242 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
235 "@@@STEP_LOG_END@excluded_files@@@", 243 "@@@STEP_LOG_END@excluded_files@@@",
236 "@@@STEP_LOG_LINE@analyze_details@{@@@", 244 "@@@STEP_LOG_LINE@analyze_details@{@@@",
237 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 245 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
238 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 246 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
239 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 247 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
240 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 248 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
241 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 249 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
242 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 250 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
243 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
244 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 251 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
245 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 252 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
246 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 253 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
247 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 254 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
248 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 255 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
249 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 256 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
250 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 257 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
251 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 258 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
252 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 259 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
253 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 260 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
254 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
255 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 261 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
256 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 262 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
257 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 263 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
258 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 264 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
259 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 265 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
260 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 266 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
261 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 267 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
262 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 268 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
263 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 269 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
264 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 270 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
265 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
266 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 271 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
267 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 272 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
268 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 273 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
269 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 274 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
270 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 275 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
271 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 276 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
272 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 277 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
273 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 278 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
274 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 279 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
275 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
276 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 280 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
277 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 281 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
278 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 282 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
279 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 283 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
280 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 284 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
281 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 285 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
282 "@@@STEP_LOG_LINE@analyze_details@}@@@", 286 "@@@STEP_LOG_LINE@analyze_details@}@@@",
283 "@@@STEP_LOG_END@analyze_details@@@" 287 "@@@STEP_LOG_END@analyze_details@@@"
284 ] 288 ]
285 }, 289 },
(...skipping 26 matching lines...) Expand all
312 "gen", 316 "gen",
313 "-m", 317 "-m",
314 "tryserver.chromium.linux", 318 "tryserver.chromium.linux",
315 "-b", 319 "-b",
316 "linux_chromium_rel_ng", 320 "linux_chromium_rel_ng",
317 "--config-file", 321 "--config-file",
318 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 322 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
319 "--goma-dir", 323 "--goma-dir",
320 "[BUILD]/goma", 324 "[BUILD]/goma",
321 "--swarming-targets-file", 325 "--swarming-targets-file",
322 "base_unittests\ncontent_gl_tests\ngl_tests\nangle_unittests\ngl_unittests \ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test \ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test \ntelemetry_gpu_test\ntelemetry_gpu_test\ntab_capture_end2end_tests\nbase_unitte sts\n", 326 "content_gl_tests\ngl_tests\nangle_unittests\ngl_unittests\ntelemetry_gpu_ test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_ test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_test\ntelemetry_gpu_ test\ntelemetry_gpu_test\ntab_capture_end2end_tests\n",
323 "//out/Release" 327 "//out/Release"
324 ], 328 ],
325 "cwd": "[SLAVE_BUILD]", 329 "cwd": "[SLAVE_BUILD]",
326 "name": "generate_build_files (with patch)" 330 "name": "generate_build_files (with patch)"
327 }, 331 },
328 { 332 {
329 "cmd": [ 333 "cmd": [
330 "python", 334 "python",
331 "-u", 335 "-u",
332 "[BUILD]/scripts/slave/compile.py", 336 "[BUILD]/scripts/slave/compile.py",
333 "--target", 337 "--target",
334 "Release", 338 "Release",
335 "--src-dir", 339 "--src-dir",
336 "[SLAVE_BUILD]/src", 340 "[SLAVE_BUILD]/src",
337 "--build-tool", 341 "--build-tool",
338 "ninja", 342 "ninja",
339 "--compiler", 343 "--compiler",
340 "goma", 344 "goma",
341 "--goma-jsonstatus", 345 "--goma-jsonstatus",
342 "/path/to/tmp/json", 346 "/path/to/tmp/json",
343 "--goma-dir", 347 "--goma-dir",
344 "[BUILD]/goma", 348 "[BUILD]/goma",
345 "--goma-fail-fast", 349 "--goma-fail-fast",
346 "--goma-disable-local-fallback", 350 "--goma-disable-local-fallback",
347 "--ninja-ensure-up-to-date", 351 "--ninja-ensure-up-to-date",
348 "--", 352 "--",
349 "angle_unittests_run", 353 "angle_unittests_run",
350 "base_unittests", 354 "base_unittests",
351 "base_unittests_run",
352 "chromium_swarm_tests", 355 "chromium_swarm_tests",
353 "content_gl_tests_run", 356 "content_gl_tests_run",
354 "gl_tests_run", 357 "gl_tests_run",
355 "gl_unittests_run", 358 "gl_unittests_run",
356 "tab_capture_end2end_tests_run", 359 "tab_capture_end2end_tests_run",
357 "telemetry_gpu_test_run" 360 "telemetry_gpu_test_run"
358 ], 361 ],
359 "cwd": "[SLAVE_BUILD]", 362 "cwd": "[SLAVE_BUILD]",
360 "name": "compile (with patch)", 363 "name": "compile (with patch)",
361 "~followup_annotations": [ 364 "~followup_annotations": [
(...skipping 22 matching lines...) Expand all
384 "[SLAVE_BUILD]/src/tools/swarming_client", 387 "[SLAVE_BUILD]/src/tools/swarming_client",
385 "batcharchive", 388 "batcharchive",
386 "--dump-json", 389 "--dump-json",
387 "/path/to/tmp/json", 390 "/path/to/tmp/json",
388 "--isolate-server", 391 "--isolate-server",
389 "https://isolateserver.appspot.com", 392 "https://isolateserver.appspot.com",
390 "--verbose", 393 "--verbose",
391 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 394 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
392 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", 395 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json",
393 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ", 396 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ",
394 "[SLAVE_BUILD]/src/out/Release/base_unittests.isolated.gen.json",
395 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 397 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
396 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 398 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
397 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" 399 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json"
398 ], 400 ],
399 "cwd": "[SLAVE_BUILD]", 401 "cwd": "[SLAVE_BUILD]",
400 "name": "isolate tests", 402 "name": "isolate tests",
401 "~followup_annotations": [ 403 "~followup_annotations": [
402 "@@@STEP_LOG_LINE@json.output@{@@@", 404 "@@@STEP_LOG_LINE@json.output@{@@@",
403 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 405 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
404 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base _unittests]\", @@@",
405 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 406 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
406 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 407 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
407 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@", 408 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 409 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
409 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 410 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
410 "@@@STEP_LOG_LINE@json.output@}@@@", 411 "@@@STEP_LOG_LINE@json.output@}@@@",
411 "@@@STEP_LOG_END@json.output@@@" 412 "@@@STEP_LOG_END@json.output@@@"
412 ] 413 ]
413 }, 414 },
414 { 415 {
415 "cmd": [ 416 "cmd": [
416 "python", 417 "python",
417 "-u", 418 "-u",
418 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
419 "base_unittests"
420 ],
421 "cwd": "[SLAVE_BUILD]",
422 "name": "[error] base_unittests (with patch)",
423 "~followup_annotations": [
424 "@@@STEP_LOG_LINE@python.inline@@@@",
425 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
426 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
427 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
428 "@@@STEP_LOG_END@python.inline@@@"
429 ]
430 },
431 {
432 "cmd": [
433 "python",
434 "-u",
435 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 419 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
436 "trigger", 420 "trigger",
437 "--swarming", 421 "--swarming",
438 "https://chromium-swarm.appspot.com", 422 "https://chromium-swarm.appspot.com",
439 "--isolate-server", 423 "--isolate-server",
440 "https://isolateserver.appspot.com", 424 "https://isolateserver.appspot.com",
441 "--priority", 425 "--priority",
442 "30", 426 "30",
443 "--shards", 427 "--shards",
444 "1", 428 "1",
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1787 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1804 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1788 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1805 "@@@STEP_LOG_LINE@json.output@ }@@@", 1789 "@@@STEP_LOG_LINE@json.output@ }@@@",
1806 "@@@STEP_LOG_LINE@json.output@ }@@@", 1790 "@@@STEP_LOG_LINE@json.output@ }@@@",
1807 "@@@STEP_LOG_LINE@json.output@}@@@", 1791 "@@@STEP_LOG_LINE@json.output@}@@@",
1808 "@@@STEP_LOG_END@json.output@@@", 1792 "@@@STEP_LOG_END@json.output@@@",
1809 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1793 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1810 ] 1794 ]
1811 }, 1795 },
1812 { 1796 {
1813 "cmd": [
1814 "python",
1815 "-u",
1816 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
1817 "base_unittests"
1818 ],
1819 "cwd": "[SLAVE_BUILD]",
1820 "name": "[collect error] base_unittests (with patch)",
1821 "~followup_annotations": [
1822 "@@@STEP_LOG_LINE@python.inline@@@@",
1823 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
1824 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
1825 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
1826 "@@@STEP_LOG_END@python.inline@@@"
1827 ]
1828 },
1829 {
1830 "allow_subannotations": true, 1797 "allow_subannotations": true,
1798 "cmd": [
1799 "python",
1800 "-u",
1801 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
1802 "--path-build",
1803 "[BUILD]",
1804 "--",
1805 "--target",
1806 "Release",
1807 "--xvfb",
1808 "--factory-properties",
1809 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\ ": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\" angle_unittests\": \"[dummy hash for angle_unittests]\", \"content_gl_tests\": \ "[dummy hash for content_gl_tests]\", \"gl_tests\": \"[dummy hash for gl_tests]\ ", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gpu_unittests\": \"[du mmy hash for gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemetr y_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
1810 "--build-properties",
1811 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\ ": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\" angle_unittests\": \"[dummy hash for angle_unittests]\", \"content_gl_tests\": \ "[dummy hash for content_gl_tests]\", \"gl_tests\": \"[dummy hash for gl_tests]\ ", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gpu_unittests\": \"[du mmy hash for gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemetr y_gpu_test]\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
1812 "--annotate=gtest",
1813 "--test-type=base_unittests",
1814 "--step-name=base_unittests (with patch)",
1815 "--test-launcher-summary-output",
1816 "/path/to/tmp/json",
1817 "--generate-json-file",
1818 "-o",
1819 "gtest-results/base_unittests",
1820 "--builder-name=linux_chromium_rel_ng",
1821 "--slave-name=TestSlavename",
1822 "--build-number=571",
1823 "base_unittests",
1824 "--correct-common-arg",
1825 "--these-args-should-be-present",
1826 "--test-machine-name=\"linux_chromium_rel_ng\"",
1827 "--build-revision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\""
1828 ],
1829 "cwd": "[SLAVE_BUILD]",
1830 "name": "base_unittests (with patch)"
1831 },
1832 {
1833 "allow_subannotations": true,
1831 "cmd": [ 1834 "cmd": [
1832 "python", 1835 "python",
1833 "-u", 1836 "-u",
1834 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 1837 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1835 "--swarming-client-dir", 1838 "--swarming-client-dir",
1836 "[SLAVE_BUILD]/src/tools/swarming_client", 1839 "[SLAVE_BUILD]/src/tools/swarming_client",
1837 "--temp-root-dir", 1840 "--temp-root-dir",
1838 "[TMP_BASE]", 1841 "[TMP_BASE]",
1839 "--merged-test-output", 1842 "--merged-test-output",
1840 "/path/to/tmp/json", 1843 "/path/to/tmp/json",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2317 "--build-number", 2320 "--build-number",
2318 "571", 2321 "571",
2319 "--test-type", 2322 "--test-type",
2320 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", 2323 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux",
2321 "--test-results-server", 2324 "--test-results-server",
2322 "test-results.appspot.com", 2325 "test-results.appspot.com",
2323 "--chrome-revision", 2326 "--chrome-revision",
2324 "170242" 2327 "170242"
2325 ], 2328 ],
2326 "cwd": "[SLAVE_BUILD]", 2329 "cwd": "[SLAVE_BUILD]",
2327 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux]", 2330 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux]"
2328 "~followup_annotations": [
2329 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@"
2330 ]
2331 },
2332 {
2333 "cmd": [
2334 "python",
2335 "-u",
2336 "import sys; sys.exit(1)"
2337 ],
2338 "cwd": "[SLAVE_BUILD]",
2339 "name": "base_unittests",
2340 "~followup_annotations": [
2341 "step returned non-zero exit code: 1",
2342 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
2343 "@@@STEP_FAILURE@@@",
2344 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
2345 ]
2346 }, 2331 },
2347 { 2332 {
2348 "name": "$result", 2333 "name": "$result",
2349 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 2334 "recipe_result": null,
2350 "status_code": 1 2335 "status_code": 0
2351 } 2336 }
2352 ] 2337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698