| OLD | NEW |
| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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' host_arch=x64 target_arch=x64 test_isolation_mode=archive test_isolation_ou
tdir=https://isolateserver.appspot.com use_goma=1" | 94 "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" |
| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 "--builder-name=Mac ASan 64 Tests (1)", | 203 "--builder-name=Mac ASan 64 Tests (1)", |
| 204 "--slave-name=TestSlavename", | 204 "--slave-name=TestSlavename", |
| 205 "--build-number=571", | 205 "--build-number=571", |
| 206 "--enable-asan", | 206 "--enable-asan", |
| 207 "browser_tests", | 207 "browser_tests", |
| 208 "--test-launcher-print-test-stdio=always" | 208 "--test-launcher-print-test-stdio=always" |
| 209 ], | 209 ], |
| 210 "name": "browser_tests" | 210 "name": "browser_tests" |
| 211 } | 211 } |
| 212 ] | 212 ] |
| OLD | NEW |