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

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

Issue 550203002: Add mojo python bindings tests to the waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Modified CL 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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "--build-tool", 116 "--build-tool",
117 "ninja", 117 "ninja",
118 "--compiler", 118 "--compiler",
119 "goma", 119 "goma",
120 "--goma-dir", 120 "--goma-dir",
121 "[BUILD]/goma", 121 "[BUILD]/goma",
122 "--", 122 "--",
123 "base_unittests", 123 "base_unittests",
124 "browser_tests", 124 "browser_tests",
125 "chrome", 125 "chrome",
126 "chromium_swarm_tests" 126 "chromium_swarm_tests",
127 "mojo_public_test_interfaces",
128 "mojo_python"
127 ], 129 ],
128 "name": "compile" 130 "name": "compile"
129 }, 131 },
130 { 132 {
131 "cmd": [ 133 "cmd": [
132 "python", 134 "python",
133 "-u", 135 "-u",
134 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 136 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
135 "--json", 137 "--json",
136 "/path/to/tmp/json" 138 "/path/to/tmp/json"
(...skipping 17 matching lines...) Expand all
154 "--build_revision", 156 "--build_revision",
155 "170242", 157 "170242",
156 "--factory-properties", 158 "--factory-properties",
157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
158 "--build-properties", 160 "--build-properties",
159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}" 161 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
160 ], 162 ],
161 "name": "package build" 163 "name": "package build"
162 } 164 }
163 ] 165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698