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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_failed_isolated_script_test.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, 6 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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 { 290 {
291 "cmd": [ 291 "cmd": [
292 "python", 292 "python",
293 "-u", 293 "-u",
294 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 294 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
295 "--build-dir", 295 "--build-dir",
296 "[SLAVE_BUILD]/src/out/Release", 296 "[SLAVE_BUILD]/src/out/Release",
297 "--output-json", 297 "--output-json",
298 "/path/to/tmp/json" 298 "/path/to/tmp/json"
299 ], 299 ],
300 "env": {
301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
302 },
300 "name": "find isolated tests", 303 "name": "find isolated tests",
301 "~followup_annotations": [ 304 "~followup_annotations": [
302 "@@@STEP_LOG_LINE@json.output@{@@@", 305 "@@@STEP_LOG_LINE@json.output@{@@@",
303 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 306 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
304 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 307 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
305 "@@@STEP_LOG_LINE@json.output@}@@@", 308 "@@@STEP_LOG_LINE@json.output@}@@@",
306 "@@@STEP_LOG_END@json.output@@@", 309 "@@@STEP_LOG_END@json.output@@@",
307 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 310 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
308 ] 311 ]
309 }, 312 },
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "--tag", 365 "--tag",
363 "purpose:post-commit", 366 "purpose:post-commit",
364 "--tag", 367 "--tag",
365 "slavename:TestSlavename", 368 "slavename:TestSlavename",
366 "--tag", 369 "--tag",
367 "stepname:telemetry_gpu_unittests on Ubuntu-12.04", 370 "stepname:telemetry_gpu_unittests on Ubuntu-12.04",
368 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", 371 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
369 "--", 372 "--",
370 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json" 373 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
371 ], 374 ],
375 "env": {
376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
377 },
372 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04", 378 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04",
373 "~followup_annotations": [ 379 "~followup_annotations": [
374 "@@@STEP_LOG_LINE@json.output@{@@@", 380 "@@@STEP_LOG_LINE@json.output@{@@@",
375 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@", 381 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@",
376 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 382 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
377 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e eeeeeeeee/Linux Tests/571\": {@@@", 383 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e eeeeeeeee/Linux Tests/571\": {@@@",
378 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 384 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
379 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 385 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
380 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 386 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
381 "@@@STEP_LOG_LINE@json.output@ }@@@", 387 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
394 "--swarming", 400 "--swarming",
395 "https://chromium-swarm.appspot.com", 401 "https://chromium-swarm.appspot.com",
396 "--decorate", 402 "--decorate",
397 "--print-status-updates", 403 "--print-status-updates",
398 "--shards", 404 "--shards",
399 "1", 405 "1",
400 "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571", 406 "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571",
401 "--task-output-dir", 407 "--task-output-dir",
402 "/path/to/tmp/" 408 "/path/to/tmp/"
403 ], 409 ],
410 "env": {
411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
412 },
404 "name": "telemetry_gpu_unittests on Ubuntu-12.04", 413 "name": "telemetry_gpu_unittests on Ubuntu-12.04",
405 "~followup_annotations": [ 414 "~followup_annotations": [
406 "step returned non-zero exit code: 255", 415 "step returned non-zero exit code: 255",
407 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>@@@", 416 "@@@STEP_TEXT@<br/>failures:<br/>test1.Test1<br/>test2.Test2<br/>@@@",
408 "@@@STEP_LOG_LINE@outdir_json@{@@@", 417 "@@@STEP_LOG_LINE@outdir_json@{@@@",
409 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [\ \\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"valid\\\": true}\", @@@", 418 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [\ \\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"valid\\\": true}\", @@@",
410 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", 419 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\ "internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
411 "@@@STEP_LOG_LINE@outdir_json@}@@@", 420 "@@@STEP_LOG_LINE@outdir_json@}@@@",
412 "@@@STEP_LOG_END@outdir_json@@@", 421 "@@@STEP_LOG_END@outdir_json@@@",
413 "@@@STEP_FAILURE@@@" 422 "@@@STEP_FAILURE@@@"
414 ] 423 ]
415 }, 424 },
416 { 425 {
417 "name": "$result", 426 "name": "$result",
418 "reason": "1 tests failed: ['telemetry_gpu_unittests']", 427 "reason": "1 tests failed: ['telemetry_gpu_unittests']",
419 "status_code": 1 428 "status_code": 1
420 } 429 }
421 ] 430 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698