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

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

Issue 694263003: Enable post-compile test isolation for all CI builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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 "Linux ASan Tests (sandboxed)", 10 "Linux ASan Tests (sandboxed)",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[DEPOT_TOOLS]/gclient.py", 90 "[DEPOT_TOOLS]/gclient.py",
91 "runhooks" 91 "runhooks"
92 ], 92 ],
93 "env": { 93 "env": {
94 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' lsan=0 target_arch=x64 test_isolation_mode=archive test_isolation_outdir=ht tps://isolateserver.appspot.com use_allocator=none use_goma=1" 94 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' lsan=0 target_arch=x64 test_isolation_mode=prepare use_allocator=none use_g oma=1"
95 }, 95 },
96 "name": "gclient runhooks" 96 "name": "gclient runhooks"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.json", 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.json",
104 "/path/to/tmp/json" 104 "/path/to/tmp/json"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--slave-name=TestSlavename", 205 "--slave-name=TestSlavename",
206 "--build-number=571", 206 "--build-number=571",
207 "--enable-asan", 207 "--enable-asan",
208 "browser_tests", 208 "browser_tests",
209 "--test-launcher-print-test-stdio=always", 209 "--test-launcher-print-test-stdio=always",
210 "--test-launcher-batch-limit=1" 210 "--test-launcher-batch-limit=1"
211 ], 211 ],
212 "name": "browser_tests" 212 "name": "browser_tests"
213 } 213 }
214 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698