| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 ] | 80 ] |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "cmd": [ | 83 "cmd": [ |
| 84 "python", | 84 "python", |
| 85 "-u", | 85 "-u", |
| 86 "[DEPOT_TOOLS]/gclient.py", | 86 "[DEPOT_TOOLS]/gclient.py", |
| 87 "runhooks" | 87 "runhooks" |
| 88 ], | 88 ], |
| 89 "env": { | 89 "env": { |
| 90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre
pare use_goma=1" | 90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1" |
| 91 }, | 91 }, |
| 92 "name": "gclient runhooks (with patch)" | 92 "name": "gclient runhooks (with patch)" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | 95 "cmd": [ |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 100 "/path/to/tmp/json" | 100 "/path/to/tmp/json" |
| (...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 "https://chromium-swarm.appspot.com", | 1873 "https://chromium-swarm.appspot.com", |
| 1874 "--decorate", | 1874 "--decorate", |
| 1875 "--print-status-updates", | 1875 "--print-status-updates", |
| 1876 "--shards", | 1876 "--shards", |
| 1877 "1", | 1877 "1", |
| 1878 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" | 1878 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" |
| 1879 ], | 1879 ], |
| 1880 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux" | 1880 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux" |
| 1881 } | 1881 } |
| 1882 ] | 1882 ] |
| OLD | NEW |