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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_script_test_failure.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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "Release", 293 "Release",
294 "--use-src-side-runtest-py", 294 "--use-src-side-runtest-py",
295 "--paths", 295 "--paths",
296 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 296 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
297 "--properties", 297 "--properties",
298 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}", 298 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}",
299 "run", 299 "run",
300 "--output", 300 "--output",
301 "/path/to/tmp/json" 301 "/path/to/tmp/json"
302 ], 302 ],
303 "env": {
304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
305 },
303 "name": "test_script_with_broken_tests", 306 "name": "test_script_with_broken_tests",
304 "~followup_annotations": [ 307 "~followup_annotations": [
305 "@@@STEP_TEXT@<br/>failures:<br/>FailSuite.Test1<br/>FlakySuite.TestA<br/> @@@", 308 "@@@STEP_TEXT@<br/>failures:<br/>FailSuite.Test1<br/>FlakySuite.TestA<br/> @@@",
306 "@@@STEP_LOG_LINE@json.output@{@@@", 309 "@@@STEP_LOG_LINE@json.output@{@@@",
307 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 310 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
308 "@@@STEP_LOG_LINE@json.output@ \"FailSuite.Test1\", @@@", 311 "@@@STEP_LOG_LINE@json.output@ \"FailSuite.Test1\", @@@",
309 "@@@STEP_LOG_LINE@json.output@ \"FlakySuite.TestA\"@@@", 312 "@@@STEP_LOG_LINE@json.output@ \"FlakySuite.TestA\"@@@",
310 "@@@STEP_LOG_LINE@json.output@ ], @@@", 313 "@@@STEP_LOG_LINE@json.output@ ], @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 314 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
312 "@@@STEP_LOG_LINE@json.output@}@@@", 315 "@@@STEP_LOG_LINE@json.output@}@@@",
313 "@@@STEP_LOG_END@json.output@@@" 316 "@@@STEP_LOG_END@json.output@@@"
314 ] 317 ]
315 }, 318 },
316 { 319 {
317 "name": "$result", 320 "name": "$result",
318 "recipe_result": null, 321 "recipe_result": null,
319 "status_code": 0 322 "status_code": 0
320 } 323 }
321 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698