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

Side by Side Diff: scripts/slave/recipes/chromium.expected/msan.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.memory.full", 8 "chromium.memory.full",
9 "--builder", 9 "--builder",
10 "Linux MSan Tests", 10 "Linux MSan Tests",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "--enable-msan", 313 "--enable-msan",
314 "base_unittests", 314 "base_unittests",
315 "--test-launcher-print-test-stdio=always" 315 "--test-launcher-print-test-stdio=always"
316 ], 316 ],
317 "env": { 317 "env": {
318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
319 }, 319 },
320 "name": "base_unittests" 320 "name": "base_unittests"
321 }, 321 },
322 { 322 {
323 "cmd": [
324 "python",
325 "-u",
326 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
327 "--input-gtest-json",
328 "{\"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\"}]}]}",
329 "--master-name",
330 "chromium.memory.full",
331 "--builder-name",
332 "Linux MSan Tests",
333 "--build-number",
334 "571",
335 "--test-type",
336 "base_unittests",
337 "--test-results-server",
338 "test-results.appspot.com",
339 "--chrome-revision",
340 "refs/heads/master@{#170242}"
341 ],
342 "env": {
343 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
344 },
345 "name": "Upload to test-results [base_unittests]"
346 },
347 {
323 "name": "$result", 348 "name": "$result",
324 "recipe_result": null, 349 "recipe_result": null,
325 "status_code": 0 350 "status_code": 0
326 } 351 }
327 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698