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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "--src-dir", 109 "--src-dir",
110 "[SLAVE_BUILD]/src", 110 "[SLAVE_BUILD]/src",
111 "--build-tool", 111 "--build-tool",
112 "ninja", 112 "ninja",
113 "--compiler", 113 "--compiler",
114 "goma", 114 "goma",
115 "--goma-dir", 115 "--goma-dir",
116 "[BUILD]/goma", 116 "[BUILD]/goma",
117 "--", 117 "--",
118 "chrome", 118 "chrome",
119 "chromium_swarm_tests", 119 "chromium_swarm_tests"
120 "mojo_public_test_interfaces",
121 "mojo_python"
122 ], 120 ],
123 "name": "compile" 121 "name": "compile"
124 }, 122 },
125 { 123 {
126 "cmd": [ 124 "cmd": [
127 "python", 125 "python",
128 "-u", 126 "-u",
129 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 127 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
130 "--json", 128 "--json",
131 "/path/to/tmp/json" 129 "/path/to/tmp/json"
(...skipping 17 matching lines...) Expand all
149 "--build_revision", 147 "--build_revision",
150 "143121", 148 "143121",
151 "--factory-properties", 149 "--factory-properties",
152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
153 "--build-properties", 151 "--build-properties",
154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"client .skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
155 ], 153 ],
156 "name": "package build" 154 "name": "package build"
157 } 155 }
158 ] 156 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698