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

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

Issue 518663003: Add mojo python bindings tests to the waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Follow review Created 6 years, 3 months 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux Trusty", 10 "Linux Trusty",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 131 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
132 "--write-full-results-to", 132 "--write-full-results-to",
133 "/path/to/tmp/json" 133 "/path/to/tmp/json"
134 ], 134 ],
135 "name": "mojo_python_tests" 135 "name": "mojo_python_tests"
136 }, 136 },
137 { 137 {
138 "cmd": [
139 "python",
140 "-u",
141 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_bindings_tests.py",
142 "--write-full-results-to",
143 "/path/to/tmp/json",
144 "--build-dir",
145 "[SLAVE_BUILD]/src/out"
146 ],
147 "name": "mojo_python_bindings_tests"
148 },
149 {
138 "allow_subannotations": true, 150 "allow_subannotations": true,
139 "cmd": [ 151 "cmd": [
140 "python", 152 "python",
141 "-u", 153 "-u",
142 "[BUILD]/scripts/slave/runtest.py", 154 "[BUILD]/scripts/slave/runtest.py",
143 "--target", 155 "--target",
144 "Release", 156 "Release",
145 "--xvfb", 157 "--xvfb",
146 "--factory-properties", 158 "--factory-properties",
147 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Trusty\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Trusty\", \"buildnumber\": 571, \"mastername\": \"chromiu m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "--metadata", 214 "--metadata",
203 "blink_revision=124383", 215 "blink_revision=124383",
204 "--metadata", 216 "--metadata",
205 "build_number=571", 217 "build_number=571",
206 "--write-full-results-to", 218 "--write-full-results-to",
207 "/path/to/tmp/json" 219 "/path/to/tmp/json"
208 ], 220 ],
209 "name": "telemetry_perf_unittests" 221 "name": "telemetry_perf_unittests"
210 } 222 }
211 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698