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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/killall_gnome_keyring_failure.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 "env": { 77 "env": {
78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st atic_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" 78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st atic_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"
79 }, 79 },
80 "name": "gclient runhooks" 80 "name": "gclient runhooks"
81 }, 81 },
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
87 "--build-dir",
88 "[SLAVE_BUILD]/src/out/Release",
89 "--clean-isolated-files"
90 ],
91 "name": "clean isolated files"
92 },
93 {
94 "cmd": [
95 "python",
96 "-u",
86 "[BUILD]/scripts/slave/compile.py", 97 "[BUILD]/scripts/slave/compile.py",
87 "--target", 98 "--target",
88 "Release", 99 "Release",
89 "--src-dir", 100 "--src-dir",
90 "[SLAVE_BUILD]/src", 101 "[SLAVE_BUILD]/src",
91 "--build-tool", 102 "--build-tool",
92 "ninja", 103 "ninja",
93 "--compiler", 104 "--compiler",
94 "goma", 105 "goma",
95 "--goma-dir", 106 "--goma-dir",
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 738 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
728 "-H", 739 "-H",
729 "[dummy hash for gpu_unittests]", 740 "[dummy hash for gpu_unittests]",
730 "-I", 741 "-I",
731 "https://isolateserver.appspot.com", 742 "https://isolateserver.appspot.com",
732 "--" 743 "--"
733 ], 744 ],
734 "name": "gpu_unittests" 745 "name": "gpu_unittests"
735 } 746 }
736 ] 747 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698