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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "[BUILD]/scripts/slave/cleanup_temp.py" 116 "[BUILD]/scripts/slave/cleanup_temp.py"
117 ], 117 ],
118 "name": "cleanup_temp" 118 "name": "cleanup_temp"
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
125 "--build-dir",
126 "[SLAVE_BUILD]/src/out/Release",
127 "--clean-isolated-files"
128 ],
129 "name": "clean isolated files"
130 },
131 {
132 "cmd": [
133 "python",
134 "-u",
124 "[BUILD]/scripts/slave/compile.py", 135 "[BUILD]/scripts/slave/compile.py",
125 "--target", 136 "--target",
126 "Release", 137 "Release",
127 "--src-dir", 138 "--src-dir",
128 "[SLAVE_BUILD]/src", 139 "[SLAVE_BUILD]/src",
129 "--build-tool", 140 "--build-tool",
130 "ninja", 141 "ninja",
131 "--compiler", 142 "--compiler",
132 "goma", 143 "goma",
133 "--goma-dir", 144 "--goma-dir",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--build_revision", 216 "--build_revision",
206 "170242", 217 "170242",
207 "--factory-properties", 218 "--factory-properties",
208 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", 219 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
209 "--build-properties", 220 "--build-properties",
210 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}" 221 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
211 ], 222 ],
212 "name": "package build" 223 "name": "package build"
213 } 224 }
214 ] 225 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/isolate/resources/find_isolated_tests.py ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698