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

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

Issue 2079333002: V8: Switch remaining chromium bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Chromium ASAN - debug", 10 "Chromium ASAN - debug",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "python", 185 "python",
186 "-u", 186 "-u",
187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
188 "runhooks" 188 "runhooks"
189 ], 189 ],
190 "cwd": "[SLAVE_BUILD]/src", 190 "cwd": "[SLAVE_BUILD]/src",
191 "env": { 191 "env": {
192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
193 "GYP_CHROMIUM_NO_ACTION": "1",
193 "GYP_DEFINES": "asan=1 clang=1 component=shared_library gomadir='[CACHE]/c ipd/goma' lsan=1 sanitizer_coverage=edge target_arch=x64 use_goma=1 v8_optimized _debug=1", 194 "GYP_DEFINES": "asan=1 clang=1 component=shared_library gomadir='[CACHE]/c ipd/goma' lsan=1 sanitizer_coverage=edge target_arch=x64 use_goma=1 v8_optimized _debug=1",
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 195 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 196 },
196 "name": "gclient runhooks" 197 "name": "gclient runhooks"
197 }, 198 },
198 { 199 {
199 "cmd": [ 200 "cmd": [
200 "python", 201 "python",
201 "-u", 202 "-u",
202 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 203 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "python", 237 "python",
237 "-u", 238 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 239 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
239 "--show-path", 240 "--show-path",
240 "python", 241 "python",
241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 242 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
242 ], 243 ],
243 "name": "cleanup_temp" 244 "name": "cleanup_temp"
244 }, 245 },
245 { 246 {
247 "cmd": [
248 "python",
249 "-u",
250 "[SLAVE_BUILD]/src/tools/mb/mb.py",
251 "gen",
252 "-m",
253 "client.v8.fyi",
254 "-b",
255 "Chromium ASAN - debug",
256 "--config-file",
257 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
258 "--goma-dir",
259 "[CACHE]/cipd/goma",
260 "//out/Debug"
261 ],
262 "env": {
263 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
264 },
265 "name": "generate_build_files"
266 },
267 {
246 "allow_subannotations": true, 268 "allow_subannotations": true,
247 "cmd": [ 269 "cmd": [
248 "python", 270 "python",
249 "-u", 271 "-u",
250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 272 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
251 "--src-dir", 273 "--src-dir",
252 "[SLAVE_BUILD]/src", 274 "[SLAVE_BUILD]/src",
253 "--output-json", 275 "--output-json",
254 "/path/to/tmp/json" 276 "/path/to/tmp/json"
255 ], 277 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 401 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
380 "@@@STEP_LOG_END@python.inline@@@" 402 "@@@STEP_LOG_END@python.inline@@@"
381 ] 403 ]
382 }, 404 },
383 { 405 {
384 "name": "$result", 406 "name": "$result",
385 "recipe_result": null, 407 "recipe_result": null,
386 "status_code": 0 408 "status_code": 0
387 } 409 }
388 ] 410 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698