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 "master.client.catapult", | 8 "master.client.catapult", |
9 "--builder", | 9 "--builder", |
10 "windows", | 10 "windows", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "-u", | 101 "-u", |
102 "[SLAVE_BUILD]/catapult/base/util/run_tests.py" | 102 "[SLAVE_BUILD]/catapult/base/util/run_tests.py" |
103 ], | 103 ], |
104 "cwd": "[SLAVE_BUILD]", | 104 "cwd": "[SLAVE_BUILD]", |
105 "name": "Util Tests" | 105 "name": "Util Tests" |
106 }, | 106 }, |
107 { | 107 { |
108 "cmd": [ | 108 "cmd": [ |
109 "python", | 109 "python", |
110 "-u", | 110 "-u", |
111 "[SLAVE_BUILD]/catapult/dashboard/bin/run_py_tests", | 111 "[SLAVE_BUILD]/catapult/dashboard/bin/run_py_tests" |
112 "--no-install-hooks" | |
113 ], | 112 ], |
114 "cwd": "[SLAVE_BUILD]", | 113 "cwd": "[SLAVE_BUILD]", |
115 "env": { | 114 "env": { |
116 "PYTHONPATH": "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine" | 115 "PYTHONPATH": "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine" |
117 }, | 116 }, |
118 "name": "Dashboard Python Tests" | 117 "name": "Dashboard Tests" |
119 }, | 118 }, |
120 { | 119 { |
121 "cmd": [ | 120 "cmd": [ |
122 "python", | 121 "python", |
123 "-u", | 122 "-u", |
124 "[SLAVE_BUILD]/catapult/tracing/bin/run_py_tests", | 123 "[SLAVE_BUILD]/catapult/tracing/bin/run_py_tests", |
125 "--no-install-hooks" | 124 "--no-install-hooks" |
126 ], | 125 ], |
127 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
128 "name": "Tracing Python Tests" | 127 "name": "Tracing Python Tests" |
129 }, | 128 }, |
130 { | 129 { |
131 "cmd": [ | 130 "cmd": [ |
132 "python", | 131 "python", |
133 "-u", | 132 "-u", |
134 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests", | 133 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests", |
135 "--no-install-hooks", | 134 "--no-install-hooks", |
136 "--no-use-local-chrome" | 135 "--no-use-local-chrome" |
137 ], | 136 ], |
138 "cwd": "[SLAVE_BUILD]", | 137 "cwd": "[SLAVE_BUILD]", |
139 "name": "Tracing Dev Server Tests" | 138 "name": "Tracing Dev Server Tests" |
140 }, | 139 }, |
141 { | 140 { |
142 "cmd": [ | 141 "cmd": [ |
143 "python", | |
144 "-u", | |
145 "[SLAVE_BUILD]/catapult/third_party/py_vulcanize/bin/run_py_tests", | |
146 "--no-install-hooks" | |
147 ], | |
148 "cwd": "[SLAVE_BUILD]", | |
149 "name": "Py-vulcanize Tests" | |
150 }, | |
151 { | |
152 "cmd": [ | |
153 "python", | 142 "python", |
154 "-u", | 143 "-u", |
155 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", | 144 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", |
156 "--no-install-hooks", | 145 "--no-install-hooks", |
157 "--no-use-local-chrome" | 146 "--no-use-local-chrome" |
158 ], | 147 ], |
159 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
160 "name": "Perf Insights Dev Server Tests" | 149 "name": "Perf Insights Dev Server Tests" |
161 }, | 150 }, |
162 { | 151 { |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 "cmd": [ | 188 "cmd": [ |
200 "python", | 189 "python", |
201 "-u", | 190 "-u", |
202 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_py_tests", | 191 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_py_tests", |
203 "--no-install-hooks" | 192 "--no-install-hooks" |
204 ], | 193 ], |
205 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
206 "name": "Perf Insights Python Tests" | 195 "name": "Perf Insights Python Tests" |
207 } | 196 } |
208 ] | 197 ] |
OLD | NEW |