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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 929223002: Implement without patch retries and src-side script for webview_licenses.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "mojo_public_utility_unittests", 547 "mojo_public_utility_unittests",
548 "mojo_system_unittests", 548 "mojo_system_unittests",
549 "nacl_loader_unittests", 549 "nacl_loader_unittests",
550 "sandbox_linux_unittests", 550 "sandbox_linux_unittests",
551 "sql_unittests", 551 "sql_unittests",
552 "sync_unit_tests", 552 "sync_unit_tests",
553 "ui_base_unittests", 553 "ui_base_unittests",
554 "unit_tests", 554 "unit_tests",
555 "skia_unittests" 555 "skia_unittests"
556 ] 556 ]
557 },
558 "Android Tests (dbg)": {
559 "scripts": [
560 {
561 "name": "check_licenses",
562 "script": "webview_licenses.py"
563 }
564 ]
565 },
566 "Android Tests": {
567 "scripts": [
568 {
569 "name": "check_licenses",
570 "script": "webview_licenses.py"
571 }
572 ]
557 } 573 }
558 } 574 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698