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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json

Issue 620703002: Add isolate.clean_isolated_files and use in all related recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 2 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_swarming", 10 "linux_chromium_rel_swarming",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 ], 120 ],
121 "env": { 121 "env": {
122 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_ outdir=https://isolateserver.appspot.com use_goma=1" 122 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_ outdir=https://isolateserver.appspot.com use_goma=1"
123 }, 123 },
124 "name": "gclient runhooks (with patch)" 124 "name": "gclient runhooks (with patch)"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
131 "--build-dir",
132 "[SLAVE_BUILD]/src/out/Release",
133 "--clean-isolated-files"
134 ],
135 "name": "clean isolated files"
136 },
137 {
138 "cmd": [
139 "python",
140 "-u",
130 "[BUILD]/scripts/slave/compile.py", 141 "[BUILD]/scripts/slave/compile.py",
131 "--target", 142 "--target",
132 "Release", 143 "Release",
133 "--src-dir", 144 "--src-dir",
134 "[SLAVE_BUILD]/src", 145 "[SLAVE_BUILD]/src",
135 "--build-tool", 146 "--build-tool",
136 "ninja", 147 "ninja",
137 "--compiler", 148 "--compiler",
138 "goma", 149 "goma",
139 "--goma-dir", 150 "--goma-dir",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 ], 526 ],
516 "env": { 527 "env": {
517 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_ outdir=https://isolateserver.appspot.com use_goma=1" 528 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_ outdir=https://isolateserver.appspot.com use_goma=1"
518 }, 529 },
519 "name": "gclient runhooks (without patch)" 530 "name": "gclient runhooks (without patch)"
520 }, 531 },
521 { 532 {
522 "cmd": [ 533 "cmd": [
523 "python", 534 "python",
524 "-u", 535 "-u",
536 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
537 "--build-dir",
538 "[SLAVE_BUILD]/src/out/Release",
539 "--clean-isolated-files"
540 ],
541 "name": "clean isolated files (2)"
542 },
543 {
544 "cmd": [
545 "python",
546 "-u",
525 "[BUILD]/scripts/slave/compile.py", 547 "[BUILD]/scripts/slave/compile.py",
526 "--target", 548 "--target",
527 "Release", 549 "Release",
528 "--src-dir", 550 "--src-dir",
529 "[SLAVE_BUILD]/src", 551 "[SLAVE_BUILD]/src",
530 "--build-tool", 552 "--build-tool",
531 "ninja", 553 "ninja",
532 "--compiler", 554 "--compiler",
533 "goma", 555 "goma",
534 "--goma-dir", 556 "--goma-dir",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", 671 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@",
650 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", 672 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@",
651 "@@@STEP_LOG_LINE@python.inline@ print f@@@", 673 "@@@STEP_LOG_LINE@python.inline@ print f@@@",
652 "@@@STEP_LOG_LINE@python.inline@@@@", 674 "@@@STEP_LOG_LINE@python.inline@@@@",
653 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", 675 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@",
654 "@@@STEP_LOG_END@python.inline@@@", 676 "@@@STEP_LOG_END@python.inline@@@",
655 "@@@STEP_FAILURE@@@" 677 "@@@STEP_FAILURE@@@"
656 ] 678 ]
657 } 679 }
658 ] 680 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698