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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTLinux", 10 "ClangToTLinux",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "python", 138 "python",
139 "-u", 139 "-u",
140 "[BUILD]/scripts/slave/cleanup_temp.py" 140 "[BUILD]/scripts/slave/cleanup_temp.py"
141 ], 141 ],
142 "name": "cleanup_temp" 142 "name": "cleanup_temp"
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 148 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
149 "--build-dir", 149 "--build-dir",
150 "[SLAVE_BUILD]/src/out/Release", 150 "[SLAVE_BUILD]/src/out/Release",
151 "--clean-isolated-files" 151 "--clean-isolated-files"
152 ], 152 ],
153 "name": "clean isolated files" 153 "name": "clean isolated files"
154 }, 154 },
155 { 155 {
156 "cmd": [ 156 "cmd": [
157 "python", 157 "python",
158 "-u", 158 "-u",
(...skipping 10 matching lines...) Expand all
169 ], 169 ],
170 "env": { 170 "env": {
171 "LLVM_FORCE_HEAD_REVISION": "YES" 171 "LLVM_FORCE_HEAD_REVISION": "YES"
172 }, 172 },
173 "name": "compile" 173 "name": "compile"
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 179 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
180 "--build-dir", 180 "--build-dir",
181 "[SLAVE_BUILD]/src/out/Release", 181 "[SLAVE_BUILD]/src/out/Release",
182 "--src-dir", 182 "--src-dir",
183 "[SLAVE_BUILD]/src" 183 "[SLAVE_BUILD]/src"
184 ], 184 ],
185 "cwd": "[SLAVE_BUILD]", 185 "cwd": "[SLAVE_BUILD]",
186 "name": "remove_build_metadata" 186 "name": "remove_build_metadata"
187 }, 187 },
188 { 188 {
189 "cmd": [ 189 "cmd": [
(...skipping 29 matching lines...) Expand all
219 "--build_revision", 219 "--build_revision",
220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 220 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
221 "--factory-properties", 221 "--factory-properties",
222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
223 "--build-properties", 223 "--build-properties",
224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTLinux\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
225 ], 225 ],
226 "name": "package build" 226 "name": "package build"
227 } 227 }
228 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698