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

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

Issue 556203002: Revert of Add mojo python bindings tests to the waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix trained data 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"
129 ], 127 ],
130 "name": "compile" 128 "name": "compile"
131 }, 129 },
132 { 130 {
133 "cmd": [ 131 "cmd": [
134 "python", 132 "python",
135 "-u", 133 "-u",
136 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 134 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
137 "--json", 135 "--json",
138 "/path/to/tmp/json" 136 "/path/to/tmp/json"
(...skipping 17 matching lines...) Expand all
156 "--build_revision", 154 "--build_revision",
157 "170242", 155 "170242",
158 "--factory-properties", 156 "--factory-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\"}", 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\"}",
160 "--build-properties", 158 "--build-properties",
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\"}" 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\"}"
162 ], 160 ],
163 "name": "package build" 161 "name": "package build"
164 } 162 }
165 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698