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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___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 Linux64 - debug", 10 "V8 Linux64 - debug",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux64 - debug\", \"buildnumber\": 571, \"mastername\": \"c lient.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\", \"parent_got _revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 94 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux64 - debug\", \"buildnumber\": 571, \"mastername\": \"c lient.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\", \"parent_got _revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
95 "--build-properties", 95 "--build-properties",
96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux64 - debug\", \"buildnumber\": 571, \"mastername\": \"c lient.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\", \"parent_got _revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 96 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Linux64 - debug\", \"buildnumber\": 571, \"mastername\": \"c lient.v8\", \"parent_buildername\": \"V8 Linux64 - debug builder\", \"parent_got _revision\": \"54321\", \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
97 ], 97 ],
98 "name": "extract build" 98 "name": "extract build"
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "python", 102 "python",
103 "-u", 103 "-u",
104 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 104 "RECIPE_MODULE[v8]/resources/v8testing.py",
105 "--target", 105 "--target",
106 "Debug", 106 "Debug",
107 "--arch", 107 "--arch",
108 "x64", 108 "x64",
109 "--testname", 109 "--testname",
110 "unittests", 110 "unittests",
111 "--no-variants", 111 "--no-variants",
112 "--json-test-results", 112 "--json-test-results",
113 "/path/to/tmp/json" 113 "/path/to/tmp/json"
114 ], 114 ],
115 "cwd": "[SLAVE_BUILD]/v8", 115 "cwd": "[SLAVE_BUILD]/v8",
116 "name": "Unittests" 116 "name": "Unittests"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 122 "RECIPE_MODULE[v8]/resources/v8testing.py",
123 "--target", 123 "--target",
124 "Debug", 124 "Debug",
125 "--arch", 125 "--arch",
126 "x64", 126 "x64",
127 "--testname", 127 "--testname",
128 "default", 128 "default",
129 "--flaky-tests", 129 "--flaky-tests",
130 "skip", 130 "skip",
131 "--json-test-results", 131 "--json-test-results",
132 "/path/to/tmp/json" 132 "/path/to/tmp/json"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]/v8", 134 "cwd": "[SLAVE_BUILD]/v8",
135 "name": "Check" 135 "name": "Check"
136 }, 136 },
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 141 "RECIPE_MODULE[v8]/resources/v8testing.py",
142 "--target", 142 "--target",
143 "Debug", 143 "Debug",
144 "--arch", 144 "--arch",
145 "x64", 145 "x64",
146 "--testname", 146 "--testname",
147 "default", 147 "default",
148 "--flaky-tests", 148 "--flaky-tests",
149 "run", 149 "run",
150 "--json-test-results", 150 "--json-test-results",
151 "/path/to/tmp/json" 151 "/path/to/tmp/json"
152 ], 152 ],
153 "cwd": "[SLAVE_BUILD]/v8", 153 "cwd": "[SLAVE_BUILD]/v8",
154 "name": "Check - flaky" 154 "name": "Check - flaky"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
160 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 160 "RECIPE_MODULE[v8]/resources/v8testing.py",
161 "--target", 161 "--target",
162 "Debug", 162 "Debug",
163 "--arch", 163 "--arch",
164 "x64", 164 "x64",
165 "--testname", 165 "--testname",
166 "webkit", 166 "webkit",
167 "--flaky-tests", 167 "--flaky-tests",
168 "skip", 168 "skip",
169 "--json-test-results", 169 "--json-test-results",
170 "/path/to/tmp/json" 170 "/path/to/tmp/json"
171 ], 171 ],
172 "cwd": "[SLAVE_BUILD]/v8", 172 "cwd": "[SLAVE_BUILD]/v8",
173 "name": "Webkit" 173 "name": "Webkit"
174 }, 174 },
175 { 175 {
176 "cmd": [ 176 "cmd": [
177 "python", 177 "python",
178 "-u", 178 "-u",
179 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 179 "RECIPE_MODULE[v8]/resources/v8testing.py",
180 "--target", 180 "--target",
181 "Debug", 181 "Debug",
182 "--arch", 182 "--arch",
183 "x64", 183 "x64",
184 "--testname", 184 "--testname",
185 "webkit", 185 "webkit",
186 "--flaky-tests", 186 "--flaky-tests",
187 "run", 187 "run",
188 "--json-test-results", 188 "--json-test-results",
189 "/path/to/tmp/json" 189 "/path/to/tmp/json"
190 ], 190 ],
191 "cwd": "[SLAVE_BUILD]/v8", 191 "cwd": "[SLAVE_BUILD]/v8",
192 "name": "Webkit - flaky" 192 "name": "Webkit - flaky"
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 198 "RECIPE_MODULE[v8]/resources/v8testing.py",
199 "--target", 199 "--target",
200 "Debug", 200 "Debug",
201 "--arch", 201 "--arch",
202 "x64", 202 "x64",
203 "--testname", 203 "--testname",
204 "test262", 204 "test262",
205 "--no-variants", 205 "--no-variants",
206 "--json-test-results", 206 "--json-test-results",
207 "/path/to/tmp/json" 207 "/path/to/tmp/json"
208 ], 208 ],
209 "cwd": "[SLAVE_BUILD]/v8", 209 "cwd": "[SLAVE_BUILD]/v8",
210 "name": "Test262 - no variants" 210 "name": "Test262 - no variants"
211 }, 211 },
212 { 212 {
213 "cmd": [ 213 "cmd": [
214 "python", 214 "python",
215 "-u", 215 "-u",
216 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 216 "RECIPE_MODULE[v8]/resources/v8testing.py",
217 "--target", 217 "--target",
218 "Debug", 218 "Debug",
219 "--arch", 219 "--arch",
220 "x64", 220 "x64",
221 "--testname", 221 "--testname",
222 "test262-es6", 222 "test262-es6",
223 "--no-variants", 223 "--no-variants",
224 "--json-test-results", 224 "--json-test-results",
225 "/path/to/tmp/json" 225 "/path/to/tmp/json"
226 ], 226 ],
227 "cwd": "[SLAVE_BUILD]/v8", 227 "cwd": "[SLAVE_BUILD]/v8",
228 "name": "Test262-es6 - no variants" 228 "name": "Test262-es6 - no variants"
229 }, 229 },
230 { 230 {
231 "cmd": [ 231 "cmd": [
232 "python", 232 "python",
233 "-u", 233 "-u",
234 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 234 "RECIPE_MODULE[v8]/resources/v8testing.py",
235 "--target", 235 "--target",
236 "Debug", 236 "Debug",
237 "--arch", 237 "--arch",
238 "x64", 238 "x64",
239 "--testname", 239 "--testname",
240 "mozilla", 240 "mozilla",
241 "--json-test-results", 241 "--json-test-results",
242 "/path/to/tmp/json" 242 "/path/to/tmp/json"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]/v8", 244 "cwd": "[SLAVE_BUILD]/v8",
245 "name": "Mozilla" 245 "name": "Mozilla"
246 } 246 }
247 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698