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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan_tester.json

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMacASan tester", 10 "ClangToTMacASan tester",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 { 285 {
286 "cmd": [ 286 "cmd": [
287 "python", 287 "python",
288 "-u", 288 "-u",
289 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 289 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
290 "--build-dir", 290 "--build-dir",
291 "[SLAVE_BUILD]/src/out/Release", 291 "[SLAVE_BUILD]/src/out/Release",
292 "--output-json", 292 "--output-json",
293 "/path/to/tmp/json" 293 "/path/to/tmp/json"
294 ], 294 ],
295 "env": {
296 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
297 },
295 "name": "find isolated tests", 298 "name": "find isolated tests",
296 "~followup_annotations": [ 299 "~followup_annotations": [
297 "@@@STEP_LOG_LINE@json.output@{@@@", 300 "@@@STEP_LOG_LINE@json.output@{@@@",
298 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 301 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
299 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
300 "@@@STEP_LOG_LINE@json.output@}@@@", 303 "@@@STEP_LOG_LINE@json.output@}@@@",
301 "@@@STEP_LOG_END@json.output@@@", 304 "@@@STEP_LOG_END@json.output@@@",
302 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 305 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
303 ] 306 ]
304 }, 307 },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "--tag", 364 "--tag",
362 "slavename:TestSlavename", 365 "slavename:TestSlavename",
363 "--tag", 366 "--tag",
364 "stepname:browser_tests on Mac-10.9", 367 "stepname:browser_tests on Mac-10.9",
365 "--idempotent", 368 "--idempotent",
366 "ffffffffffffffffffffffffffffffffffffffff", 369 "ffffffffffffffffffffffffffffffffffffffff",
367 "--", 370 "--",
368 "--test-launcher-print-test-stdio=always", 371 "--test-launcher-print-test-stdio=always",
369 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 372 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
370 ], 373 ],
374 "env": {
375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
376 },
371 "name": "[trigger] browser_tests on Mac-10.9", 377 "name": "[trigger] browser_tests on Mac-10.9",
372 "~followup_annotations": [ 378 "~followup_annotations": [
373 "@@@STEP_LOG_LINE@json.output@{@@@", 379 "@@@STEP_LOG_LINE@json.output@{@@@",
374 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .9/ffffffffff/ClangToTMacASan tester/571\", @@@", 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10 .9/ffffffffff/ClangToTMacASan tester/571\", @@@",
375 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
376 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan gToTMacASan tester/571\": {@@@", 382 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan gToTMacASan tester/571\": {@@@",
377 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
378 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
379 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
380 "@@@STEP_LOG_LINE@json.output@ }@@@", 386 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 20 matching lines...) Expand all
401 "--", 407 "--",
402 "collect", 408 "collect",
403 "--swarming", 409 "--swarming",
404 "https://chromium-swarm.appspot.com", 410 "https://chromium-swarm.appspot.com",
405 "--decorate", 411 "--decorate",
406 "--print-status-updates", 412 "--print-status-updates",
407 "--shards", 413 "--shards",
408 "1", 414 "1",
409 "browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan tester/571" 415 "browser_tests/Mac-10.9/ffffffffff/ClangToTMacASan tester/571"
410 ], 416 ],
417 "env": {
418 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
419 },
411 "name": "browser_tests on Mac-10.9", 420 "name": "browser_tests on Mac-10.9",
412 "~followup_annotations": [ 421 "~followup_annotations": [
413 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 422 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
414 ] 423 ]
415 }, 424 },
416 { 425 {
417 "cmd": [ 426 "cmd": [
418 "python", 427 "python",
419 "-u", 428 "-u",
420 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 429 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
421 "--input-gtest-json", 430 "--input-gtest-json",
422 "{\"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\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 431 "{\"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\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
423 "--master-name", 432 "--master-name",
424 "chromium.fyi", 433 "chromium.fyi",
425 "--builder-name", 434 "--builder-name",
426 "ClangToTMacASan tester", 435 "ClangToTMacASan tester",
427 "--build-number", 436 "--build-number",
428 "571", 437 "571",
429 "--test-type", 438 "--test-type",
430 "browser_tests on Mac-10.9", 439 "browser_tests on Mac-10.9",
431 "--test-results-server", 440 "--test-results-server",
432 "test-results.appspot.com", 441 "test-results.appspot.com",
433 "--chrome-revision", 442 "--chrome-revision",
434 "170242" 443 "170242"
435 ], 444 ],
445 "env": {
446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
447 },
436 "name": "Upload to test-results [browser_tests on Mac-10.9]" 448 "name": "Upload to test-results [browser_tests on Mac-10.9]"
437 }, 449 },
438 { 450 {
439 "name": "$result", 451 "name": "$result",
440 "recipe_result": null, 452 "recipe_result": null,
441 "status_code": 0 453 "status_code": 0
442 } 454 }
443 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698