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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_ARM.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux ARM", 10 "Linux ARM",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 { 382 {
383 "cmd": [ 383 "cmd": [
384 "python", 384 "python",
385 "-u", 385 "-u",
386 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 386 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
387 "--build-dir", 387 "--build-dir",
388 "[SLAVE_BUILD]/src/out/Release", 388 "[SLAVE_BUILD]/src/out/Release",
389 "--output-json", 389 "--output-json",
390 "/path/to/tmp/json" 390 "/path/to/tmp/json"
391 ], 391 ],
392 "env": {
393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
394 },
392 "name": "find isolated tests", 395 "name": "find isolated tests",
393 "~followup_annotations": [ 396 "~followup_annotations": [
394 "@@@STEP_LOG_LINE@json.output@{@@@", 397 "@@@STEP_LOG_LINE@json.output@{@@@",
395 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 398 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
396 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 399 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
397 "@@@STEP_LOG_LINE@json.output@}@@@", 400 "@@@STEP_LOG_LINE@json.output@}@@@",
398 "@@@STEP_LOG_END@json.output@@@", 401 "@@@STEP_LOG_END@json.output@@@",
399 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 402 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
400 ] 403 ]
401 }, 404 },
402 { 405 {
403 "cmd": [ 406 "cmd": [
404 "python", 407 "python",
405 "-u", 408 "-u",
406 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 409 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
407 "browser_tests" 410 "browser_tests"
408 ], 411 ],
412 "env": {
413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
414 },
409 "name": "[error] browser_tests", 415 "name": "[error] browser_tests",
410 "~followup_annotations": [ 416 "~followup_annotations": [
411 "@@@STEP_LOG_LINE@python.inline@@@@", 417 "@@@STEP_LOG_LINE@python.inline@@@@",
412 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 418 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
413 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 419 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
414 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 420 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
415 "@@@STEP_LOG_END@python.inline@@@" 421 "@@@STEP_LOG_END@python.inline@@@"
416 ] 422 ]
417 }, 423 },
418 { 424 {
419 "cmd": [ 425 "cmd": [
420 "python", 426 "python",
421 "-u", 427 "-u",
422 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 428 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
423 "browser_tests" 429 "browser_tests"
424 ], 430 ],
431 "env": {
432 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
433 },
425 "name": "[collect error] browser_tests", 434 "name": "[collect error] browser_tests",
426 "~followup_annotations": [ 435 "~followup_annotations": [
427 "@@@STEP_LOG_LINE@python.inline@@@@", 436 "@@@STEP_LOG_LINE@python.inline@@@@",
428 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 437 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
429 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 438 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
430 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 439 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
431 "@@@STEP_LOG_END@python.inline@@@" 440 "@@@STEP_LOG_END@python.inline@@@"
432 ] 441 ]
433 }, 442 },
434 { 443 {
435 "name": "$result", 444 "name": "$result",
436 "recipe_result": null, 445 "recipe_result": null,
437 "status_code": 0 446 "status_code": 0
438 } 447 }
439 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698