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/dynamic_gtest.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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "--slave-name=TestSlavename", 321 "--slave-name=TestSlavename",
322 "--build-number=571", 322 "--build-number=571",
323 "base_unittests" 323 "base_unittests"
324 ], 324 ],
325 "env": { 325 "env": {
326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
327 }, 327 },
328 "name": "base_unittests" 328 "name": "base_unittests"
329 }, 329 },
330 { 330 {
331 "cmd": [
332 "python",
333 "-u",
334 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
335 "--input-gtest-json",
336 "{\"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\"}]}]}",
337 "--master-name",
338 "chromium.linux",
339 "--builder-name",
340 "Linux Tests",
341 "--build-number",
342 "571",
343 "--test-type",
344 "base_unittests",
345 "--test-results-server",
346 "test-results.appspot.com",
347 "--chrome-revision",
348 "refs/heads/master@{#170242}"
349 ],
350 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
352 },
353 "name": "Upload to test-results [base_unittests]"
354 },
355 {
356 "allow_subannotations": true, 331 "allow_subannotations": true,
357 "cmd": [ 332 "cmd": [
358 "python", 333 "python",
359 "-u", 334 "-u",
360 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 335 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
361 "--", 336 "--",
362 "--target", 337 "--target",
363 "Release", 338 "Release",
364 "--xvfb", 339 "--xvfb",
365 "--factory-properties", 340 "--factory-properties",
(...skipping 14 matching lines...) Expand all
380 "browser_tests", 355 "browser_tests",
381 "--test-launcher-shard-index=0", 356 "--test-launcher-shard-index=0",
382 "--test-launcher-total-shards=2" 357 "--test-launcher-total-shards=2"
383 ], 358 ],
384 "env": { 359 "env": {
385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
386 }, 361 },
387 "name": "browser_tests" 362 "name": "browser_tests"
388 }, 363 },
389 { 364 {
390 "cmd": [
391 "python",
392 "-u",
393 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
394 "--input-gtest-json",
395 "{\"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\"}]}]}",
396 "--master-name",
397 "chromium.linux",
398 "--builder-name",
399 "Linux Tests",
400 "--build-number",
401 "571",
402 "--test-type",
403 "browser_tests",
404 "--test-results-server",
405 "test-results.appspot.com",
406 "--chrome-revision",
407 "refs/heads/master@{#170242}"
408 ],
409 "env": {
410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
411 },
412 "name": "Upload to test-results [browser_tests]"
413 },
414 {
415 "allow_subannotations": true, 365 "allow_subannotations": true,
416 "cmd": [ 366 "cmd": [
417 "python", 367 "python",
418 "-u", 368 "-u",
419 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 369 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
420 "--", 370 "--",
421 "--target", 371 "--target",
422 "Release", 372 "Release",
423 "--no-xvfb", 373 "--no-xvfb",
424 "--factory-properties", 374 "--factory-properties",
(...skipping 12 matching lines...) Expand all
437 "--slave-name=TestSlavename", 387 "--slave-name=TestSlavename",
438 "--build-number=571", 388 "--build-number=571",
439 "content_unittests" 389 "content_unittests"
440 ], 390 ],
441 "env": { 391 "env": {
442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 392 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
443 }, 393 },
444 "name": "renamed_content_unittests" 394 "name": "renamed_content_unittests"
445 }, 395 },
446 { 396 {
447 "cmd": [
448 "python",
449 "-u",
450 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
451 "--input-gtest-json",
452 "{\"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\"}]}]}",
453 "--master-name",
454 "chromium.linux",
455 "--builder-name",
456 "Linux Tests",
457 "--build-number",
458 "571",
459 "--test-type",
460 "renamed_content_unittests",
461 "--test-results-server",
462 "test-results.appspot.com",
463 "--chrome-revision",
464 "refs/heads/master@{#170242}"
465 ],
466 "env": {
467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
468 },
469 "name": "Upload to test-results [renamed_content_unittests]"
470 },
471 {
472 "name": "$result", 397 "name": "$result",
473 "recipe_result": null, 398 "recipe_result": null,
474 "status_code": 0 399 "status_code": 0
475 } 400 }
476 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698