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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___debug.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Arm - debug", 10 "V8 Arm - debug",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"clien t.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revisio n\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 95 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"clien t.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revisio n\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
96 "--build-properties", 96 "--build-properties",
97 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"clien t.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revisio n\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 97 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm - debug\", \"buildnumber\": 571, \"mastername\": \"clien t.v8\", \"parent_buildername\": \"V8 Arm - debug builder\", \"parent_got_revisio n\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"Te stSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
98 ], 98 ],
99 "name": "extract build" 99 "name": "extract build"
100 }, 100 },
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 105 "RECIPE_MODULE[v8]/resources/v8testing.py",
106 "--target", 106 "--target",
107 "Debug", 107 "Debug",
108 "--arch", 108 "--arch",
109 "arm", 109 "arm",
110 "--testname", 110 "--testname",
111 "unittests", 111 "unittests",
112 "--no-variants", 112 "--no-variants",
113 "--json-test-results", 113 "--json-test-results",
114 "/path/to/tmp/json" 114 "/path/to/tmp/json"
115 ], 115 ],
116 "cwd": "[SLAVE_BUILD]/v8", 116 "cwd": "[SLAVE_BUILD]/v8",
117 "name": "Unittests" 117 "name": "Unittests"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 123 "RECIPE_MODULE[v8]/resources/v8testing.py",
124 "--target", 124 "--target",
125 "Debug", 125 "Debug",
126 "--arch", 126 "--arch",
127 "arm", 127 "arm",
128 "--testname", 128 "--testname",
129 "default", 129 "default",
130 "--flaky-tests", 130 "--flaky-tests",
131 "skip", 131 "skip",
132 "--json-test-results", 132 "--json-test-results",
133 "/path/to/tmp/json" 133 "/path/to/tmp/json"
134 ], 134 ],
135 "cwd": "[SLAVE_BUILD]/v8", 135 "cwd": "[SLAVE_BUILD]/v8",
136 "name": "Check" 136 "name": "Check"
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 142 "RECIPE_MODULE[v8]/resources/v8testing.py",
143 "--target", 143 "--target",
144 "Debug", 144 "Debug",
145 "--arch", 145 "--arch",
146 "arm", 146 "arm",
147 "--testname", 147 "--testname",
148 "default", 148 "default",
149 "--flaky-tests", 149 "--flaky-tests",
150 "run", 150 "run",
151 "--json-test-results", 151 "--json-test-results",
152 "/path/to/tmp/json" 152 "/path/to/tmp/json"
153 ], 153 ],
154 "cwd": "[SLAVE_BUILD]/v8", 154 "cwd": "[SLAVE_BUILD]/v8",
155 "name": "Check - flaky" 155 "name": "Check - flaky"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 161 "RECIPE_MODULE[v8]/resources/v8testing.py",
162 "--target", 162 "--target",
163 "Debug", 163 "Debug",
164 "--arch", 164 "--arch",
165 "arm", 165 "arm",
166 "--testname", 166 "--testname",
167 "webkit", 167 "webkit",
168 "--flaky-tests", 168 "--flaky-tests",
169 "skip", 169 "skip",
170 "--json-test-results", 170 "--json-test-results",
171 "/path/to/tmp/json" 171 "/path/to/tmp/json"
172 ], 172 ],
173 "cwd": "[SLAVE_BUILD]/v8", 173 "cwd": "[SLAVE_BUILD]/v8",
174 "name": "Webkit" 174 "name": "Webkit"
175 }, 175 },
176 { 176 {
177 "cmd": [ 177 "cmd": [
178 "python", 178 "python",
179 "-u", 179 "-u",
180 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 180 "RECIPE_MODULE[v8]/resources/v8testing.py",
181 "--target", 181 "--target",
182 "Debug", 182 "Debug",
183 "--arch", 183 "--arch",
184 "arm", 184 "arm",
185 "--testname", 185 "--testname",
186 "webkit", 186 "webkit",
187 "--flaky-tests", 187 "--flaky-tests",
188 "run", 188 "run",
189 "--json-test-results", 189 "--json-test-results",
190 "/path/to/tmp/json" 190 "/path/to/tmp/json"
191 ], 191 ],
192 "cwd": "[SLAVE_BUILD]/v8", 192 "cwd": "[SLAVE_BUILD]/v8",
193 "name": "Webkit - flaky" 193 "name": "Webkit - flaky"
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python", 197 "python",
198 "-u", 198 "-u",
199 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 199 "RECIPE_MODULE[v8]/resources/v8testing.py",
200 "--target", 200 "--target",
201 "Debug", 201 "Debug",
202 "--arch", 202 "--arch",
203 "arm", 203 "arm",
204 "--testname", 204 "--testname",
205 "optimize_for_size", 205 "optimize_for_size",
206 "--no-variants", 206 "--no-variants",
207 "--shell_flags=\"--optimize-for-size\"", 207 "--shell_flags=\"--optimize-for-size\"",
208 "--flaky-tests", 208 "--flaky-tests",
209 "skip", 209 "skip",
210 "--json-test-results", 210 "--json-test-results",
211 "/path/to/tmp/json" 211 "/path/to/tmp/json"
212 ], 212 ],
213 "cwd": "[SLAVE_BUILD]/v8", 213 "cwd": "[SLAVE_BUILD]/v8",
214 "name": "OptimizeForSize" 214 "name": "OptimizeForSize"
215 }, 215 },
216 { 216 {
217 "cmd": [ 217 "cmd": [
218 "python", 218 "python",
219 "-u", 219 "-u",
220 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 220 "RECIPE_MODULE[v8]/resources/v8testing.py",
221 "--target", 221 "--target",
222 "Debug", 222 "Debug",
223 "--arch", 223 "--arch",
224 "arm", 224 "arm",
225 "--testname", 225 "--testname",
226 "optimize_for_size", 226 "optimize_for_size",
227 "--no-variants", 227 "--no-variants",
228 "--shell_flags=\"--optimize-for-size\"", 228 "--shell_flags=\"--optimize-for-size\"",
229 "--flaky-tests", 229 "--flaky-tests",
230 "run", 230 "run",
231 "--json-test-results", 231 "--json-test-results",
232 "/path/to/tmp/json" 232 "/path/to/tmp/json"
233 ], 233 ],
234 "cwd": "[SLAVE_BUILD]/v8", 234 "cwd": "[SLAVE_BUILD]/v8",
235 "name": "OptimizeForSize - flaky" 235 "name": "OptimizeForSize - flaky"
236 } 236 }
237 ] 237 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698