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

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

Issue 2055623002: lkgr master: Port linux msan, tsan and windows asan bots to recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
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
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 "chromium.lkgr", 8 "chromium.lkgr",
9 "--builder", 9 "--builder",
10 "UBSan vptr Release", 10 "UBSan vptr Release",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 361 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
362 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 362 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
363 "@@@STEP_LOG_END@python.inline@@@" 363 "@@@STEP_LOG_END@python.inline@@@"
364 ] 364 ]
365 }, 365 },
366 { 366 {
367 "name": "$result", 367 "name": "$result",
368 "recipe_result": null, 368 "recipe_result": null,
369 "status_code": 0 369 "status_code": 0
370 } 370 }
371 ] 371 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698