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

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

Powered by Google App Engine
This is Rietveld 408576698