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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ], 78 ],
79 "env": { 79 "env": {
80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i solation_outdir=https://isolateserver.appspot.com use_goma=1" 80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i solation_outdir=https://isolateserver.appspot.com use_goma=1"
81 }, 81 },
82 "name": "gclient runhooks" 82 "name": "gclient runhooks"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
89 "--build-dir",
90 "[SLAVE_BUILD]/src/out/Debug",
91 "--clean-isolated-files"
92 ],
93 "name": "clean isolated files"
94 },
95 {
96 "cmd": [
97 "python",
98 "-u",
88 "[BUILD]/scripts/slave/compile.py", 99 "[BUILD]/scripts/slave/compile.py",
89 "--target", 100 "--target",
90 "Debug", 101 "Debug",
91 "--src-dir", 102 "--src-dir",
92 "[SLAVE_BUILD]/src", 103 "[SLAVE_BUILD]/src",
93 "--build-tool", 104 "--build-tool",
94 "ninja", 105 "ninja",
95 "--compiler", 106 "--compiler",
96 "goma", 107 "goma",
97 "--goma-dir", 108 "--goma-dir",
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 672 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
662 "-H", 673 "-H",
663 "[dummy hash for gpu_unittests]", 674 "[dummy hash for gpu_unittests]",
664 "-I", 675 "-I",
665 "https://isolateserver.appspot.com", 676 "https://isolateserver.appspot.com",
666 "--" 677 "--"
667 ], 678 ],
668 "name": "gpu_unittests" 679 "name": "gpu_unittests"
669 } 680 }
670 ] 681 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698