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

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: 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@ \"--THIS-ARG-SHOULD-NOT-BE-PRESENT \"@@@",
Sergiy Byelozyorov 2016/01/14 09:43:47 This is actually confusing when reading expectatio
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@ \"--mastername=\\\"${master_name}\ \\"\", @@@",
150 "@@@STEP_LOG_LINE@json.output@ \"--buildername=\\\"${builder_name }\\\"\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"--buildrevision=\\\"${build_revi sion}\\\"\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ], @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", 153 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@",
145 "@@@STEP_LOG_LINE@json.output@ }@@@", 154 "@@@STEP_LOG_LINE@json.output@ }@@@",
146 "@@@STEP_LOG_LINE@json.output@ ]@@@", 155 "@@@STEP_LOG_LINE@json.output@ ]@@@",
147 "@@@STEP_LOG_LINE@json.output@ }@@@", 156 "@@@STEP_LOG_LINE@json.output@ }@@@",
148 "@@@STEP_LOG_LINE@json.output@}@@@", 157 "@@@STEP_LOG_LINE@json.output@}@@@",
149 "@@@STEP_LOG_END@json.output@@@" 158 "@@@STEP_LOG_END@json.output@@@"
150 ] 159 ]
151 }, 160 },
152 { 161 {
153 "cmd": [ 162 "cmd": [
(...skipping 13 matching lines...) Expand all
167 ], 176 ],
168 "cwd": "[SLAVE_BUILD]", 177 "cwd": "[SLAVE_BUILD]",
169 "name": "get compile targets for scripts", 178 "name": "get compile targets for scripts",
170 "~followup_annotations": [ 179 "~followup_annotations": [
171 "@@@STEP_LOG_LINE@json.output@{}@@@", 180 "@@@STEP_LOG_LINE@json.output@{}@@@",
172 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
173 ] 182 ]
174 }, 183 },
175 { 184 {
176 "cmd": [ 185 "cmd": [
177 "python",
178 "-u",
179 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
180 "--build-dir",
181 "[SLAVE_BUILD]/src/out/Release",
182 "--output-json",
183 "/path/to/tmp/json"
184 ],
185 "cwd": "[SLAVE_BUILD]",
186 "name": "find isolated tests",
187 "~followup_annotations": [
188 "@@@STEP_LOG_LINE@json.output@{@@@",
189 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
190 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
191 "@@@STEP_LOG_LINE@json.output@}@@@",
192 "@@@STEP_LOG_END@json.output@@@",
193 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
194 ]
195 },
196 {
197 "cmd": [
198 "killall", 186 "killall",
199 "-9", 187 "-9",
200 "gnome-keyring-daemon" 188 "gnome-keyring-daemon"
201 ], 189 ],
202 "cwd": "[SLAVE_BUILD]", 190 "cwd": "[SLAVE_BUILD]",
203 "name": "killall gnome-keyring-daemon" 191 "name": "killall gnome-keyring-daemon"
204 }, 192 },
205 { 193 {
206 "cmd": [ 194 "cmd": [
207 "git", 195 "git",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "~followup_annotations": [ 242 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 243 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
256 "@@@STEP_LOG_END@excluded_files@@@", 244 "@@@STEP_LOG_END@excluded_files@@@",
257 "@@@STEP_LOG_LINE@analyze_details@{@@@", 245 "@@@STEP_LOG_LINE@analyze_details@{@@@",
258 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 246 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
259 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 247 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
260 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 248 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
261 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 249 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
262 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 250 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
263 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 251 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
264 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
265 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 252 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
266 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 253 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
267 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 254 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
268 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 255 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
269 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 256 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
270 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 257 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
271 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 258 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
272 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 259 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
273 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 260 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
274 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 261 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
275 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
276 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 262 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
277 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 263 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
278 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 264 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
279 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 265 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
280 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 266 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
281 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 267 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
282 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 268 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
283 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 269 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
284 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 270 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
285 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 271 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
286 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
287 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 272 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
288 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 273 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
289 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 274 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
290 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 275 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
291 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 276 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
292 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 277 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
293 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 278 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
294 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 279 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 280 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
297 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 281 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
298 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 282 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
299 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 283 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
300 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 284 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
301 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 285 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
302 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 286 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
303 "@@@STEP_LOG_LINE@analyze_details@}@@@", 287 "@@@STEP_LOG_LINE@analyze_details@}@@@",
304 "@@@STEP_LOG_END@analyze_details@@@" 288 "@@@STEP_LOG_END@analyze_details@@@"
305 ] 289 ]
306 }, 290 },
(...skipping 26 matching lines...) Expand all
333 "gen", 317 "gen",
334 "-m", 318 "-m",
335 "tryserver.chromium.linux", 319 "tryserver.chromium.linux",
336 "-b", 320 "-b",
337 "linux_chromium_rel_ng", 321 "linux_chromium_rel_ng",
338 "--config-file", 322 "--config-file",
339 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 323 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
340 "--goma-dir", 324 "--goma-dir",
341 "[BUILD]/goma", 325 "[BUILD]/goma",
342 "--swarming-targets-file", 326 "--swarming-targets-file",
343 "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", 327 "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",
344 "//out/Release" 328 "//out/Release"
345 ], 329 ],
346 "cwd": "[SLAVE_BUILD]", 330 "cwd": "[SLAVE_BUILD]",
347 "name": "generate_build_files (with patch)" 331 "name": "generate_build_files (with patch)"
348 }, 332 },
349 { 333 {
350 "cmd": [ 334 "cmd": [
351 "python", 335 "python",
352 "-u", 336 "-u",
353 "[BUILD]/scripts/slave/compile.py", 337 "[BUILD]/scripts/slave/compile.py",
354 "--target", 338 "--target",
355 "Release", 339 "Release",
356 "--src-dir", 340 "--src-dir",
357 "[SLAVE_BUILD]/src", 341 "[SLAVE_BUILD]/src",
358 "--build-tool", 342 "--build-tool",
359 "ninja", 343 "ninja",
360 "--compiler", 344 "--compiler",
361 "goma", 345 "goma",
362 "--goma-jsonstatus", 346 "--goma-jsonstatus",
363 "/path/to/tmp/json", 347 "/path/to/tmp/json",
364 "--goma-dir", 348 "--goma-dir",
365 "[BUILD]/goma", 349 "[BUILD]/goma",
366 "--goma-fail-fast", 350 "--goma-fail-fast",
367 "--goma-disable-local-fallback", 351 "--goma-disable-local-fallback",
368 "--ninja-ensure-up-to-date", 352 "--ninja-ensure-up-to-date",
369 "--", 353 "--",
370 "angle_unittests_run", 354 "angle_unittests_run",
371 "base_unittests", 355 "base_unittests",
372 "base_unittests_run",
373 "chromium_swarm_tests", 356 "chromium_swarm_tests",
374 "content_gl_tests_run", 357 "content_gl_tests_run",
375 "gl_tests_run", 358 "gl_tests_run",
376 "gl_unittests_run", 359 "gl_unittests_run",
377 "tab_capture_end2end_tests_run", 360 "tab_capture_end2end_tests_run",
378 "telemetry_gpu_test_run" 361 "telemetry_gpu_test_run"
379 ], 362 ],
380 "cwd": "[SLAVE_BUILD]", 363 "cwd": "[SLAVE_BUILD]",
381 "name": "compile (with patch)", 364 "name": "compile (with patch)",
382 "~followup_annotations": [ 365 "~followup_annotations": [
(...skipping 22 matching lines...) Expand all
405 "[SLAVE_BUILD]/src/tools/swarming_client", 388 "[SLAVE_BUILD]/src/tools/swarming_client",
406 "batcharchive", 389 "batcharchive",
407 "--dump-json", 390 "--dump-json",
408 "/path/to/tmp/json", 391 "/path/to/tmp/json",
409 "--isolate-server", 392 "--isolate-server",
410 "https://isolateserver.appspot.com", 393 "https://isolateserver.appspot.com",
411 "--verbose", 394 "--verbose",
412 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", 395 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json",
413 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", 396 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json",
414 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ", 397 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json ",
415 "[SLAVE_BUILD]/src/out/Release/base_unittests.isolated.gen.json",
416 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", 398 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json",
417 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", 399 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json",
418 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json" 400 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json"
419 ], 401 ],
420 "cwd": "[SLAVE_BUILD]", 402 "cwd": "[SLAVE_BUILD]",
421 "name": "isolate tests", 403 "name": "isolate tests",
422 "~followup_annotations": [ 404 "~followup_annotations": [
423 "@@@STEP_LOG_LINE@json.output@{@@@", 405 "@@@STEP_LOG_LINE@json.output@{@@@",
424 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 406 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
425 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base _unittests]\", @@@",
426 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 407 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
427 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 408 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
428 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@", 409 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@",
429 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 410 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
430 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 411 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
431 "@@@STEP_LOG_LINE@json.output@}@@@", 412 "@@@STEP_LOG_LINE@json.output@}@@@",
432 "@@@STEP_LOG_END@json.output@@@" 413 "@@@STEP_LOG_END@json.output@@@"
433 ] 414 ]
434 }, 415 },
435 { 416 {
436 "cmd": [ 417 "cmd": [
437 "python", 418 "python",
438 "-u", 419 "-u",
439 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
440 "base_unittests"
441 ],
442 "cwd": "[SLAVE_BUILD]",
443 "name": "[error] base_unittests (with patch)",
444 "~followup_annotations": [
445 "@@@STEP_LOG_LINE@python.inline@@@@",
446 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
447 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
448 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
449 "@@@STEP_LOG_END@python.inline@@@"
450 ]
451 },
452 {
453 "cmd": [
454 "python",
455 "-u",
456 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 420 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
457 "trigger", 421 "trigger",
458 "--swarming", 422 "--swarming",
459 "https://chromium-swarm.appspot.com", 423 "https://chromium-swarm.appspot.com",
460 "--isolate-server", 424 "--isolate-server",
461 "https://isolateserver.appspot.com", 425 "https://isolateserver.appspot.com",
462 "--priority", 426 "--priority",
463 "30", 427 "30",
464 "--shards", 428 "--shards",
465 "1", 429 "1",
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1788 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1825 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1789 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1826 "@@@STEP_LOG_LINE@json.output@ }@@@", 1790 "@@@STEP_LOG_LINE@json.output@ }@@@",
1827 "@@@STEP_LOG_LINE@json.output@ }@@@", 1791 "@@@STEP_LOG_LINE@json.output@ }@@@",
1828 "@@@STEP_LOG_LINE@json.output@}@@@", 1792 "@@@STEP_LOG_LINE@json.output@}@@@",
1829 "@@@STEP_LOG_END@json.output@@@", 1793 "@@@STEP_LOG_END@json.output@@@",
1830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1794 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1831 ] 1795 ]
1832 }, 1796 },
1833 { 1797 {
1834 "cmd": [
1835 "python",
1836 "-u",
1837 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
1838 "base_unittests"
1839 ],
1840 "cwd": "[SLAVE_BUILD]",
1841 "name": "[collect error] base_unittests (with patch)",
1842 "~followup_annotations": [
1843 "@@@STEP_LOG_LINE@python.inline@@@@",
1844 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
1845 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
1846 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
1847 "@@@STEP_LOG_END@python.inline@@@"
1848 ]
1849 },
1850 {
1851 "allow_subannotations": true, 1798 "allow_subannotations": true,
1799 "cmd": [
1800 "python",
1801 "-u",
1802 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
1803 "--path-build",
1804 "[BUILD]",
1805 "--",
1806 "--target",
1807 "Release",
1808 "--xvfb",
1809 "--factory-properties",
1810 "{\"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\"}",
1811 "--build-properties",
1812 "{\"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\"}",
1813 "--annotate=gtest",
1814 "--test-type=base_unittests",
1815 "--step-name=base_unittests (with patch)",
1816 "--test-launcher-summary-output",
1817 "/path/to/tmp/json",
1818 "--generate-json-file",
1819 "-o",
1820 "gtest-results/base_unittests",
1821 "--builder-name=linux_chromium_rel_ng",
1822 "--slave-name=TestSlavename",
1823 "--build-number=571",
1824 "base_unittests",
1825 "--correct-common-arg",
1826 "--these-args-should-be-present",
1827 "--mastername=\"tryserver.chromium.linux\"",
1828 "--buildername=\"linux_chromium_rel_ng\"",
1829 "--buildrevision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\""
1830 ],
1831 "cwd": "[SLAVE_BUILD]",
1832 "name": "base_unittests (with patch)"
1833 },
1834 {
1835 "allow_subannotations": true,
1852 "cmd": [ 1836 "cmd": [
1853 "python", 1837 "python",
1854 "-u", 1838 "-u",
1855 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 1839 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
1856 "--swarming-client-dir", 1840 "--swarming-client-dir",
1857 "[SLAVE_BUILD]/src/tools/swarming_client", 1841 "[SLAVE_BUILD]/src/tools/swarming_client",
1858 "--temp-root-dir", 1842 "--temp-root-dir",
1859 "[TMP_BASE]", 1843 "[TMP_BASE]",
1860 "--merged-test-output", 1844 "--merged-test-output",
1861 "/path/to/tmp/json", 1845 "/path/to/tmp/json",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2338 "--build-number", 2322 "--build-number",
2339 "571", 2323 "571",
2340 "--test-type", 2324 "--test-type",
2341 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", 2325 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux",
2342 "--test-results-server", 2326 "--test-results-server",
2343 "test-results.appspot.com", 2327 "test-results.appspot.com",
2344 "--chrome-revision", 2328 "--chrome-revision",
2345 "170242" 2329 "170242"
2346 ], 2330 ],
2347 "cwd": "[SLAVE_BUILD]", 2331 "cwd": "[SLAVE_BUILD]",
2348 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux]", 2332 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux]"
2349 "~followup_annotations": [
2350 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@"
2351 ]
2352 },
2353 {
2354 "cmd": [
2355 "python",
2356 "-u",
2357 "import sys; sys.exit(1)"
2358 ],
2359 "cwd": "[SLAVE_BUILD]",
2360 "name": "base_unittests",
2361 "~followup_annotations": [
2362 "step returned non-zero exit code: 1",
2363 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
2364 "@@@STEP_FAILURE@@@",
2365 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
2366 ]
2367 }, 2333 },
2368 { 2334 {
2369 "name": "$result", 2335 "name": "$result",
2370 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 2336 "recipe_result": null,
2371 "status_code": 1 2337 "status_code": 0
2372 } 2338 }
2373 ] 2339 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698