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

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

Issue 2225893002: Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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 "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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "env": { 320 "env": {
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
322 }, 322 },
323 "name": "base_unittests", 323 "name": "base_unittests",
324 "~followup_annotations": [ 324 "~followup_annotations": [
325 "step returned non-zero exit code: 1", 325 "step returned non-zero exit code: 1",
326 "@@@STEP_FAILURE@@@" 326 "@@@STEP_FAILURE@@@"
327 ] 327 ]
328 }, 328 },
329 { 329 {
330 "cmd": [
331 "python",
332 "-u",
333 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
334 "--input-gtest-json",
335 "{\"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\"}]}]}",
336 "--master-name",
337 "chromium.linux",
338 "--builder-name",
339 "Linux Tests",
340 "--build-number",
341 "571",
342 "--test-type",
343 "base_unittests",
344 "--test-results-server",
345 "test-results.appspot.com",
346 "--chrome-revision",
347 "refs/heads/master@{#170242}"
348 ],
349 "env": {
350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
351 },
352 "name": "Upload to test-results [base_unittests]"
353 },
354 {
330 "allow_subannotations": true, 355 "allow_subannotations": true,
331 "cmd": [ 356 "cmd": [
332 "python", 357 "python",
333 "-u", 358 "-u",
334 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 359 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
335 "--", 360 "--",
336 "--target", 361 "--target",
337 "Release", 362 "Release",
338 "--xvfb", 363 "--xvfb",
339 "--factory-properties", 364 "--factory-properties",
(...skipping 14 matching lines...) Expand all
354 "browser_tests", 379 "browser_tests",
355 "--test-launcher-shard-index=0", 380 "--test-launcher-shard-index=0",
356 "--test-launcher-total-shards=2" 381 "--test-launcher-total-shards=2"
357 ], 382 ],
358 "env": { 383 "env": {
359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
360 }, 385 },
361 "name": "browser_tests" 386 "name": "browser_tests"
362 }, 387 },
363 { 388 {
389 "cmd": [
390 "python",
391 "-u",
392 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
393 "--input-gtest-json",
394 "{\"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\"}]}]}",
395 "--master-name",
396 "chromium.linux",
397 "--builder-name",
398 "Linux Tests",
399 "--build-number",
400 "571",
401 "--test-type",
402 "browser_tests",
403 "--test-results-server",
404 "test-results.appspot.com",
405 "--chrome-revision",
406 "refs/heads/master@{#170242}"
407 ],
408 "env": {
409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
410 },
411 "name": "Upload to test-results [browser_tests]"
412 },
413 {
364 "name": "$result", 414 "name": "$result",
365 "reason": "1 tests failed: ['base_unittests']", 415 "reason": "1 tests failed: ['base_unittests']",
366 "recipe_result": null, 416 "recipe_result": null,
367 "status_code": 1 417 "status_code": 1
368 } 418 }
369 ] 419 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/msan.json ('k') | scripts/slave/recipes/chromium.expected/tsan.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698