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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json

Issue 878923002: Don't set fastbuild=1 for Mac ASan trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Move fastbuild=0 to asan() config and retrain Created 5 years, 10 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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "mac_asan", 10 "mac_asan",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "name": "cleanup_temp" 55 "name": "cleanup_temp"
56 }, 56 },
57 { 57 {
58 "cmd": [ 58 "cmd": [
59 "python", 59 "python",
60 "-u", 60 "-u",
61 "[DEPOT_TOOLS]/gclient.py", 61 "[DEPOT_TOOLS]/gclient.py",
62 "runhooks" 62 "runhooks"
63 ], 63 ],
64 "env": { 64 "env": {
65 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 mac_sdk=10.9 target_arch=ia32 use_gom a=1" 65 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' lsan=1 mac_sdk=10.9 target_arch=ia32 use_gom a=1"
66 }, 66 },
67 "name": "gclient runhooks" 67 "name": "gclient runhooks"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "[BUILD]/scripts/slave/compile.py", 73 "[BUILD]/scripts/slave/compile.py",
74 "--target", 74 "--target",
75 "Release", 75 "Release",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "--builder-name=mac_asan", 425 "--builder-name=mac_asan",
426 "--slave-name=slavename", 426 "--slave-name=slavename",
427 "--enable-asan", 427 "--enable-asan",
428 "--enable-lsan", 428 "--enable-lsan",
429 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt", 429 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt",
430 "voice_engine_unittests" 430 "voice_engine_unittests"
431 ], 431 ],
432 "name": "voice_engine_unittests" 432 "name": "voice_engine_unittests"
433 } 433 }
434 ] 434 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698