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

Side by Side Diff: scripts/slave/recipes/chromium.expected/buildnumber_zero.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 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 {
349 "allow_subannotations": true, 324 "allow_subannotations": true,
350 "cmd": [ 325 "cmd": [
351 "python", 326 "python",
352 "-u", 327 "-u",
353 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", 328 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
354 "--", 329 "--",
355 "--target", 330 "--target",
356 "Release", 331 "Release",
357 "--xvfb", 332 "--xvfb",
358 "--factory-properties", 333 "--factory-properties",
(...skipping 14 matching lines...) Expand all
373 "browser_tests", 348 "browser_tests",
374 "--test-launcher-shard-index=0", 349 "--test-launcher-shard-index=0",
375 "--test-launcher-total-shards=2" 350 "--test-launcher-total-shards=2"
376 ], 351 ],
377 "env": { 352 "env": {
378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
379 }, 354 },
380 "name": "browser_tests" 355 "name": "browser_tests"
381 }, 356 },
382 { 357 {
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 {
408 "name": "$result", 358 "name": "$result",
409 "recipe_result": null, 359 "recipe_result": null,
410 "status_code": 0 360 "status_code": 0
411 } 361 }
412 ] 362 ]
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