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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_release_tryserver.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\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "name": "cleanup temp" 8 "name": "cleanup temp"
9 }, 9 },
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ], 82 ],
83 "env": { 83 "env": {
84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\ \goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" 84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\ \goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
85 }, 85 },
86 "name": "gclient runhooks" 86 "name": "gclient runhooks"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py",
93 "--build-dir",
94 "[SLAVE_BUILD]\\src\\out\\Release",
95 "--clean-isolated-files"
96 ],
97 "name": "clean isolated files"
98 },
99 {
100 "cmd": [
101 "python",
102 "-u",
92 "[BUILD]\\scripts\\slave\\compile.py", 103 "[BUILD]\\scripts\\slave\\compile.py",
93 "--target", 104 "--target",
94 "Release", 105 "Release",
95 "--src-dir", 106 "--src-dir",
96 "[SLAVE_BUILD]\\src", 107 "[SLAVE_BUILD]\\src",
97 "--build-tool", 108 "--build-tool",
98 "ninja", 109 "ninja",
99 "--compiler", 110 "--compiler",
100 "goma", 111 "goma",
101 "--goma-dir", 112 "--goma-dir",
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", 659 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py",
649 "-H", 660 "-H",
650 "[dummy hash for gpu_unittests]", 661 "[dummy hash for gpu_unittests]",
651 "-I", 662 "-I",
652 "https://isolateserver.appspot.com", 663 "https://isolateserver.appspot.com",
653 "--" 664 "--"
654 ], 665 ],
655 "name": "gpu_unittests" 666 "name": "gpu_unittests"
656 } 667 }
657 ] 668 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698