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

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

Powered by Google App Engine
This is Rietveld 408576698