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

Side by Side Diff: scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json

Issue 2154383002: Remove build-type arg from Chromedriver tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "Android ChromeDriver Tests Example", 10 "Android ChromeDriver Tests Example",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "cmd": [ 175 "cmd": [
176 "xvfb-run", 176 "xvfb-run",
177 "-a", 177 "-a",
178 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 178 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
179 "--chromedriver", 179 "--chromedriver",
180 "[SLAVE_BUILD]/src/out/Release/chromedriver", 180 "[SLAVE_BUILD]/src/out/Release/chromedriver",
181 "--log-path", 181 "--log-path",
182 "[TMP_BASE]/server_log_tmp_2/server_log", 182 "[TMP_BASE]/server_log_tmp_2/server_log",
183 "--reference-chromedriver", 183 "--reference-chromedriver",
184 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 184 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
185 "--build-type",
186 "Release",
187 "--android-package", 185 "--android-package",
188 "chrome_shell" 186 "chrome_shell"
189 ], 187 ],
190 "env": { 188 "env": {
191 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 189 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
192 }, 190 },
193 "name": "python_tests(chrome_shell)" 191 "name": "python_tests(chrome_shell)"
194 }, 192 },
195 { 193 {
196 "cmd": [ 194 "cmd": [
(...skipping 23 matching lines...) Expand all
220 }, 218 },
221 { 219 {
222 "cmd": [ 220 "cmd": [
223 "xvfb-run", 221 "xvfb-run",
224 "-a", 222 "-a",
225 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 223 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
226 "--chromedriver", 224 "--chromedriver",
227 "[SLAVE_BUILD]/src/out/Release/chromedriver", 225 "[SLAVE_BUILD]/src/out/Release/chromedriver",
228 "--log-path", 226 "--log-path",
229 "[TMP_BASE]/server_log_tmp_3/server_log", 227 "[TMP_BASE]/server_log_tmp_3/server_log",
230 "--build-type",
231 "Release",
232 "--verbose", 228 "--verbose",
233 "--android-package", 229 "--android-package",
234 "chrome_shell" 230 "chrome_shell"
235 ], 231 ],
236 "env": { 232 "env": {
237 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 233 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
238 }, 234 },
239 "name": "java_tests(chrome_shell)" 235 "name": "java_tests(chrome_shell)"
240 }, 236 },
241 { 237 {
(...skipping 26 matching lines...) Expand all
268 "cmd": [ 264 "cmd": [
269 "xvfb-run", 265 "xvfb-run",
270 "-a", 266 "-a",
271 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 267 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
272 "--chromedriver", 268 "--chromedriver",
273 "[SLAVE_BUILD]/src/out/Release/chromedriver", 269 "[SLAVE_BUILD]/src/out/Release/chromedriver",
274 "--log-path", 270 "--log-path",
275 "[TMP_BASE]/server_log_tmp_4/server_log", 271 "[TMP_BASE]/server_log_tmp_4/server_log",
276 "--reference-chromedriver", 272 "--reference-chromedriver",
277 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 273 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
278 "--build-type",
279 "Release",
280 "--android-package", 274 "--android-package",
281 "chrome_stable" 275 "chrome_stable"
282 ], 276 ],
283 "env": { 277 "env": {
284 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 278 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
285 }, 279 },
286 "name": "python_tests(chrome_stable)" 280 "name": "python_tests(chrome_stable)"
287 }, 281 },
288 { 282 {
289 "cmd": [ 283 "cmd": [
(...skipping 23 matching lines...) Expand all
313 }, 307 },
314 { 308 {
315 "cmd": [ 309 "cmd": [
316 "xvfb-run", 310 "xvfb-run",
317 "-a", 311 "-a",
318 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 312 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
319 "--chromedriver", 313 "--chromedriver",
320 "[SLAVE_BUILD]/src/out/Release/chromedriver", 314 "[SLAVE_BUILD]/src/out/Release/chromedriver",
321 "--log-path", 315 "--log-path",
322 "[TMP_BASE]/server_log_tmp_5/server_log", 316 "[TMP_BASE]/server_log_tmp_5/server_log",
323 "--build-type",
324 "Release",
325 "--verbose", 317 "--verbose",
326 "--android-package", 318 "--android-package",
327 "chrome_stable" 319 "chrome_stable"
328 ], 320 ],
329 "env": { 321 "env": {
330 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 322 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
331 }, 323 },
332 "name": "java_tests(chrome_stable)" 324 "name": "java_tests(chrome_stable)"
333 }, 325 },
334 { 326 {
(...skipping 26 matching lines...) Expand all
361 "cmd": [ 353 "cmd": [
362 "xvfb-run", 354 "xvfb-run",
363 "-a", 355 "-a",
364 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 356 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
365 "--chromedriver", 357 "--chromedriver",
366 "[SLAVE_BUILD]/src/out/Release/chromedriver", 358 "[SLAVE_BUILD]/src/out/Release/chromedriver",
367 "--log-path", 359 "--log-path",
368 "[TMP_BASE]/server_log_tmp_6/server_log", 360 "[TMP_BASE]/server_log_tmp_6/server_log",
369 "--reference-chromedriver", 361 "--reference-chromedriver",
370 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 362 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
371 "--build-type",
372 "Release",
373 "--android-package", 363 "--android-package",
374 "chrome_beta" 364 "chrome_beta"
375 ], 365 ],
376 "env": { 366 "env": {
377 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 367 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
378 }, 368 },
379 "name": "python_tests(chrome_beta)" 369 "name": "python_tests(chrome_beta)"
380 }, 370 },
381 { 371 {
382 "cmd": [ 372 "cmd": [
(...skipping 23 matching lines...) Expand all
406 }, 396 },
407 { 397 {
408 "cmd": [ 398 "cmd": [
409 "xvfb-run", 399 "xvfb-run",
410 "-a", 400 "-a",
411 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 401 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
412 "--chromedriver", 402 "--chromedriver",
413 "[SLAVE_BUILD]/src/out/Release/chromedriver", 403 "[SLAVE_BUILD]/src/out/Release/chromedriver",
414 "--log-path", 404 "--log-path",
415 "[TMP_BASE]/server_log_tmp_7/server_log", 405 "[TMP_BASE]/server_log_tmp_7/server_log",
416 "--build-type",
417 "Release",
418 "--verbose", 406 "--verbose",
419 "--android-package", 407 "--android-package",
420 "chrome_beta" 408 "chrome_beta"
421 ], 409 ],
422 "env": { 410 "env": {
423 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 411 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
424 }, 412 },
425 "name": "java_tests(chrome_beta)" 413 "name": "java_tests(chrome_beta)"
426 }, 414 },
427 { 415 {
(...skipping 26 matching lines...) Expand all
454 "cmd": [ 442 "cmd": [
455 "xvfb-run", 443 "xvfb-run",
456 "-a", 444 "-a",
457 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 445 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
458 "--chromedriver", 446 "--chromedriver",
459 "[SLAVE_BUILD]/src/out/Release/chromedriver", 447 "[SLAVE_BUILD]/src/out/Release/chromedriver",
460 "--log-path", 448 "--log-path",
461 "[TMP_BASE]/server_log_tmp_8/server_log", 449 "[TMP_BASE]/server_log_tmp_8/server_log",
462 "--reference-chromedriver", 450 "--reference-chromedriver",
463 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 451 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
464 "--build-type",
465 "Release",
466 "--android-package", 452 "--android-package",
467 "chromedriver_webview_shell" 453 "chromedriver_webview_shell"
468 ], 454 ],
469 "env": { 455 "env": {
470 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 456 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
471 }, 457 },
472 "name": "python_tests(chromedriver_webview_shell)" 458 "name": "python_tests(chromedriver_webview_shell)"
473 }, 459 },
474 { 460 {
475 "cmd": [ 461 "cmd": [
(...skipping 23 matching lines...) Expand all
499 }, 485 },
500 { 486 {
501 "cmd": [ 487 "cmd": [
502 "xvfb-run", 488 "xvfb-run",
503 "-a", 489 "-a",
504 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 490 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
505 "--chromedriver", 491 "--chromedriver",
506 "[SLAVE_BUILD]/src/out/Release/chromedriver", 492 "[SLAVE_BUILD]/src/out/Release/chromedriver",
507 "--log-path", 493 "--log-path",
508 "[TMP_BASE]/server_log_tmp_9/server_log", 494 "[TMP_BASE]/server_log_tmp_9/server_log",
509 "--build-type",
510 "Release",
511 "--verbose", 495 "--verbose",
512 "--android-package", 496 "--android-package",
513 "chromedriver_webview_shell" 497 "chromedriver_webview_shell"
514 ], 498 ],
515 "env": { 499 "env": {
516 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 500 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
517 }, 501 },
518 "name": "java_tests(chromedriver_webview_shell)" 502 "name": "java_tests(chromedriver_webview_shell)"
519 }, 503 },
520 { 504 {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 635 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
652 "@@@STEP_LOG_END@python.inline@@@" 636 "@@@STEP_LOG_END@python.inline@@@"
653 ] 637 ]
654 }, 638 },
655 { 639 {
656 "name": "$result", 640 "name": "$result",
657 "recipe_result": null, 641 "recipe_result": null,
658 "status_code": 0 642 "status_code": 0
659 } 643 }
660 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698