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

Side by Side Diff: scripts/slave/recipes/catapult.expected/basic.json

Issue 1423843004: Reland of Update catapult recipe to run py-vulcanize (tvcm) tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "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
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"
112 ], 113 ],
113 "cwd": "[SLAVE_BUILD]", 114 "cwd": "[SLAVE_BUILD]",
114 "env": { 115 "env": {
115 "PYTHONPATH": "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine" 116 "PYTHONPATH": "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine"
116 }, 117 },
117 "name": "Dashboard Tests" 118 "name": "Dashboard Python Tests"
118 }, 119 },
119 { 120 {
120 "cmd": [ 121 "cmd": [
121 "python", 122 "python",
122 "-u", 123 "-u",
123 "[SLAVE_BUILD]/catapult/tracing/bin/run_py_tests", 124 "[SLAVE_BUILD]/catapult/tracing/bin/run_py_tests",
124 "--no-install-hooks" 125 "--no-install-hooks"
125 ], 126 ],
126 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
127 "name": "Tracing Python Tests" 128 "name": "Tracing Python Tests"
128 }, 129 },
129 { 130 {
130 "cmd": [ 131 "cmd": [
131 "python", 132 "python",
132 "-u", 133 "-u",
133 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests", 134 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests",
134 "--no-install-hooks", 135 "--no-install-hooks",
135 "--no-use-local-chrome" 136 "--no-use-local-chrome"
136 ], 137 ],
137 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
138 "name": "Tracing Dev Server Tests" 139 "name": "Tracing Dev Server Tests"
139 }, 140 },
140 { 141 {
141 "cmd": [ 142 "cmd": [
142 "python", 143 "python",
143 "-u", 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",
154 "-u",
144 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", 155 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests",
145 "--no-install-hooks", 156 "--no-install-hooks",
146 "--no-use-local-chrome" 157 "--no-use-local-chrome"
147 ], 158 ],
148 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
149 "name": "Perf Insights Dev Server Tests" 160 "name": "Perf Insights Dev Server Tests"
150 }, 161 },
151 { 162 {
152 "cmd": [ 163 "cmd": [
153 "python", 164 "python",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "cmd": [ 199 "cmd": [
189 "python", 200 "python",
190 "-u", 201 "-u",
191 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_py_tests", 202 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_py_tests",
192 "--no-install-hooks" 203 "--no-install-hooks"
193 ], 204 ],
194 "cwd": "[SLAVE_BUILD]", 205 "cwd": "[SLAVE_BUILD]",
195 "name": "Perf Insights Python Tests" 206 "name": "Perf Insights Python Tests"
196 } 207 }
197 ] 208 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698