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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.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 "chromium.memory", 8 "chromium.memory",
9 "--builder", 9 "--builder",
10 "Mac ASan 64 Tests (1)", 10 "Mac ASan 64 Tests (1)",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ] 74 ]
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 80 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 81 "runhooks"
82 ], 82 ],
83 "env": { 83 "env": {
84 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare use_goma=1" 84 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' host_arch=x64 target_arch=x64 test_isolation_mode=prepare use_g oma=1"
85 }, 85 },
86 "name": "gclient runhooks" 86 "name": "gclient runhooks"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.json", 93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.json",
94 "/path/to/tmp/json" 94 "/path/to/tmp/json"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "--builder-name=Mac ASan 64 Tests (1)", 193 "--builder-name=Mac ASan 64 Tests (1)",
194 "--slave-name=TestSlavename", 194 "--slave-name=TestSlavename",
195 "--build-number=571", 195 "--build-number=571",
196 "--enable-asan", 196 "--enable-asan",
197 "browser_tests", 197 "browser_tests",
198 "--test-launcher-print-test-stdio=always" 198 "--test-launcher-print-test-stdio=always"
199 ], 199 ],
200 "name": "browser_tests" 200 "name": "browser_tests"
201 } 201 }
202 ] 202 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698