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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_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
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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Mac Asan", 10 "Mac Asan",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "name": "cleanup_temp" 49 "name": "cleanup_temp"
50 }, 50 },
51 { 51 {
52 "cmd": [ 52 "cmd": [
53 "python", 53 "python",
54 "-u", 54 "-u",
55 "[DEPOT_TOOLS]/gclient.py", 55 "[DEPOT_TOOLS]/gclient.py",
56 "runhooks" 56 "runhooks"
57 ], 57 ],
58 "env": { 58 "env": {
59 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' lsan=1 mac_sdk=10.9 target_arch=ia32 use_goma=1" 59 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' lsan=1 mac_sdk=10.9 target_arch=ia32 use_goma=1"
60 }, 60 },
61 "name": "gclient runhooks" 61 "name": "gclient runhooks"
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "python", 65 "python",
66 "-u", 66 "-u",
67 "[BUILD]/scripts/slave/compile.py", 67 "[BUILD]/scripts/slave/compile.py",
68 "--target", 68 "--target",
69 "Release", 69 "Release",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "--slave-name=slavename", 479 "--slave-name=slavename",
480 "--build-number=1337", 480 "--build-number=1337",
481 "--enable-asan", 481 "--enable-asan",
482 "--enable-lsan", 482 "--enable-lsan",
483 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt", 483 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt",
484 "voice_engine_unittests" 484 "voice_engine_unittests"
485 ], 485 ],
486 "name": "voice_engine_unittests" 486 "name": "voice_engine_unittests"
487 } 487 }
488 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698