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

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

Issue 2228763002: Revert of Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 {
355 "allow_subannotations": true, 330 "allow_subannotations": true,
356 "cmd": [ 331 "cmd": [
357 "python", 332 "python",
358 "-u", 333 "-u",
359 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 334 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
360 "--", 335 "--",
361 "--target", 336 "--target",
362 "Release", 337 "Release",
363 "--xvfb", 338 "--xvfb",
364 "--factory-properties", 339 "--factory-properties",
(...skipping 14 matching lines...) Expand all
379 "browser_tests", 354 "browser_tests",
380 "--test-launcher-shard-index=0", 355 "--test-launcher-shard-index=0",
381 "--test-launcher-total-shards=2" 356 "--test-launcher-total-shards=2"
382 ], 357 ],
383 "env": { 358 "env": {
384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
385 }, 360 },
386 "name": "browser_tests" 361 "name": "browser_tests"
387 }, 362 },
388 { 363 {
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 {
414 "name": "$result", 364 "name": "$result",
415 "reason": "1 tests failed: ['base_unittests']", 365 "reason": "1 tests failed: ['base_unittests']",
416 "recipe_result": null, 366 "recipe_result": null,
417 "status_code": 1 367 "status_code": 1
418 } 368 }
419 ] 369 ]
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