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

Side by Side Diff: scripts/slave/recipes/chromium.expected/buildnumber_zero.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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "--slave-name=TestSlavename", 314 "--slave-name=TestSlavename",
315 "--build-number=0", 315 "--build-number=0",
316 "base_unittests" 316 "base_unittests"
317 ], 317 ],
318 "env": { 318 "env": {
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
320 }, 320 },
321 "name": "base_unittests" 321 "name": "base_unittests"
322 }, 322 },
323 { 323 {
324 "cmd": [
325 "python",
326 "-u",
327 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
328 "--input-gtest-json",
329 "{\"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\"}]}]}",
330 "--master-name",
331 "chromium.linux",
332 "--builder-name",
333 "Linux Tests",
334 "--build-number",
335 "0",
336 "--test-type",
337 "base_unittests",
338 "--test-results-server",
339 "test-results.appspot.com",
340 "--chrome-revision",
341 "refs/heads/master@{#170242}"
342 ],
343 "env": {
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
345 },
346 "name": "Upload to test-results [base_unittests]"
347 },
348 {
324 "allow_subannotations": true, 349 "allow_subannotations": true,
325 "cmd": [ 350 "cmd": [
326 "python", 351 "python",
327 "-u", 352 "-u",
328 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 353 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
329 "--", 354 "--",
330 "--target", 355 "--target",
331 "Release", 356 "Release",
332 "--xvfb", 357 "--xvfb",
333 "--factory-properties", 358 "--factory-properties",
(...skipping 14 matching lines...) Expand all
348 "browser_tests", 373 "browser_tests",
349 "--test-launcher-shard-index=0", 374 "--test-launcher-shard-index=0",
350 "--test-launcher-total-shards=2" 375 "--test-launcher-total-shards=2"
351 ], 376 ],
352 "env": { 377 "env": {
353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
354 }, 379 },
355 "name": "browser_tests" 380 "name": "browser_tests"
356 }, 381 },
357 { 382 {
383 "cmd": [
384 "python",
385 "-u",
386 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
387 "--input-gtest-json",
388 "{\"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\"}]}]}",
389 "--master-name",
390 "chromium.linux",
391 "--builder-name",
392 "Linux Tests",
393 "--build-number",
394 "0",
395 "--test-type",
396 "browser_tests",
397 "--test-results-server",
398 "test-results.appspot.com",
399 "--chrome-revision",
400 "refs/heads/master@{#170242}"
401 ],
402 "env": {
403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
404 },
405 "name": "Upload to test-results [browser_tests]"
406 },
407 {
358 "name": "$result", 408 "name": "$result",
359 "recipe_result": null, 409 "recipe_result": null,
360 "status_code": 0 410 "status_code": 0
361 } 411 }
362 ] 412 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/steps.py ('k') | scripts/slave/recipes/chromium.expected/dynamic_gtest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698