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

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

Issue 553623003: Revert of Add mojo python bindings tests to the waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 {
150 "allow_subannotations": true, 138 "allow_subannotations": true,
151 "cmd": [ 139 "cmd": [
152 "python", 140 "python",
153 "-u", 141 "-u",
154 "[BUILD]/scripts/slave/runtest.py", 142 "[BUILD]/scripts/slave/runtest.py",
155 "--target", 143 "--target",
156 "Release", 144 "Release",
157 "--xvfb", 145 "--xvfb",
158 "--factory-properties", 146 "--factory-properties",
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\"}", 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\"}",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "--metadata", 202 "--metadata",
215 "blink_revision=124383", 203 "blink_revision=124383",
216 "--metadata", 204 "--metadata",
217 "build_number=571", 205 "build_number=571",
218 "--write-full-results-to", 206 "--write-full-results-to",
219 "/path/to/tmp/json" 207 "/path/to/tmp/json"
220 ], 208 ],
221 "name": "telemetry_perf_unittests" 209 "name": "telemetry_perf_unittests"
222 } 210 }
223 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698