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

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

Issue 2466933003: Revert of Convert Site Isolation Win bot to --isolate-extensions. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11587 matching lines...) Expand 10 before | Expand all | Expand 10 after
11598 "can_use_on_swarming_builders": true 11598 "can_use_on_swarming_builders": true
11599 }, 11599 },
11600 "test": "unit_tests" 11600 "test": "unit_tests"
11601 } 11601 }
11602 ] 11602 ]
11603 }, 11603 },
11604 "Site Isolation Win": { 11604 "Site Isolation Win": {
11605 "gtest_tests": [ 11605 "gtest_tests": [
11606 { 11606 {
11607 "args": [ 11607 "args": [
11608 "--isolate-extensions" 11608 "--site-per-process"
11609 ], 11609 ],
11610 "swarming": { 11610 "swarming": {
11611 "can_use_on_swarming_builders": true 11611 "can_use_on_swarming_builders": true
11612 }, 11612 },
11613 "test": "app_shell_unittests" 11613 "test": "app_shell_unittests"
11614 }, 11614 },
11615 { 11615 {
11616 "args": [ 11616 "args": [
11617 "--isolate-extensions", 11617 "--site-per-process",
11618 "--test-launcher-filter-file=../../testing/buildbot/filters/isolate-ex tensions.browser_tests.filter" 11618 "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-p rocess.browser_tests.filter"
11619 ], 11619 ],
11620 "swarming": { 11620 "swarming": {
11621 "can_use_on_swarming_builders": true 11621 "can_use_on_swarming_builders": true
11622 }, 11622 },
11623 "test": "browser_tests" 11623 "test": "browser_tests"
11624 }, 11624 },
11625 { 11625 {
11626 "args": [ 11626 "args": [
11627 "--isolate-extensions" 11627 "--site-per-process"
11628 ], 11628 ],
11629 "swarming": { 11629 "swarming": {
11630 "can_use_on_swarming_builders": true 11630 "can_use_on_swarming_builders": true
11631 }, 11631 },
11632 "test": "components_browsertests" 11632 "test": "components_browsertests"
11633 }, 11633 },
11634 { 11634 {
11635 "args": [ 11635 "args": [
11636 "--isolate-extensions" 11636 "--site-per-process"
11637 ], 11637 ],
11638 "swarming": { 11638 "swarming": {
11639 "can_use_on_swarming_builders": true 11639 "can_use_on_swarming_builders": true
11640 }, 11640 },
11641 "test": "components_unittests" 11641 "test": "components_unittests"
11642 }, 11642 },
11643 { 11643 {
11644 "args": [ 11644 "args": [
11645 "--isolate-sites-for-testing=*.is", 11645 "--site-per-process",
11646 "--test-launcher-filter-file=../../testing/buildbot/filters/isolate-ex tensions.content_browsertests.filter" 11646 "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-p rocess.content_browsertests.filter"
11647 ], 11647 ],
11648 "swarming": { 11648 "swarming": {
11649 "can_use_on_swarming_builders": true 11649 "can_use_on_swarming_builders": true
11650 }, 11650 },
11651 "test": "content_browsertests" 11651 "test": "content_browsertests"
11652 }, 11652 },
11653 { 11653 {
11654 "args": [ 11654 "args": [
11655 "--isolate-sites-for-testing=*.is" 11655 "--site-per-process"
11656 ], 11656 ],
11657 "swarming": { 11657 "swarming": {
11658 "can_use_on_swarming_builders": true 11658 "can_use_on_swarming_builders": true
11659 }, 11659 },
11660 "test": "content_unittests" 11660 "test": "content_unittests"
11661 }, 11661 },
11662 { 11662 {
11663 "args": [ 11663 "args": [
11664 "--isolate-sites-for-testing=chrome-extension://*" 11664 "--site-per-process"
11665 ], 11665 ],
11666 "swarming": { 11666 "swarming": {
11667 "can_use_on_swarming_builders": true 11667 "can_use_on_swarming_builders": true
11668 }, 11668 },
11669 "test": "extensions_browsertests" 11669 "test": "extensions_browsertests"
11670 }, 11670 },
11671 { 11671 {
11672 "args": [ 11672 "args": [
11673 "--isolate-sites-for-testing=chrome-extension://*" 11673 "--site-per-process"
11674 ], 11674 ],
11675 "swarming": { 11675 "swarming": {
11676 "can_use_on_swarming_builders": true 11676 "can_use_on_swarming_builders": true
11677 }, 11677 },
11678 "test": "extensions_unittests" 11678 "test": "extensions_unittests"
11679 }, 11679 },
11680 { 11680 {
11681 "args": [ 11681 "args": [
11682 "--isolate-extensions" 11682 "--site-per-process"
11683 ], 11683 ],
11684 "swarming": { 11684 "swarming": {
11685 "can_use_on_swarming_builders": true 11685 "can_use_on_swarming_builders": true
11686 }, 11686 },
11687 "test": "installer_util_unittests" 11687 "test": "installer_util_unittests"
11688 }, 11688 },
11689 { 11689 {
11690 "args": [ 11690 "args": [
11691 "--isolate-extensions" 11691 "--site-per-process"
11692 ], 11692 ],
11693 "swarming": { 11693 "swarming": {
11694 "can_use_on_swarming_builders": true 11694 "can_use_on_swarming_builders": true
11695 }, 11695 },
11696 "test": "interactive_ui_tests" 11696 "test": "interactive_ui_tests"
11697 }, 11697 },
11698 { 11698 {
11699 "args": [ 11699 "args": [
11700 "--isolate-extensions" 11700 "--site-per-process"
11701 ], 11701 ],
11702 "swarming": { 11702 "swarming": {
11703 "can_use_on_swarming_builders": true 11703 "can_use_on_swarming_builders": true
11704 }, 11704 },
11705 "test": "nacl_loader_unittests" 11705 "test": "nacl_loader_unittests"
11706 }, 11706 },
11707 { 11707 {
11708 "args": [ 11708 "args": [
11709 "--isolate-extensions" 11709 "--site-per-process"
11710 ], 11710 ],
11711 "swarming": { 11711 "swarming": {
11712 "can_use_on_swarming_builders": true 11712 "can_use_on_swarming_builders": true
11713 }, 11713 },
11714 "test": "sync_integration_tests" 11714 "test": "sync_integration_tests"
11715 }, 11715 },
11716 { 11716 {
11717 "args": [ 11717 "args": [
11718 "--isolate-extensions" 11718 "--site-per-process"
11719 ], 11719 ],
11720 "swarming": { 11720 "swarming": {
11721 "can_use_on_swarming_builders": true 11721 "can_use_on_swarming_builders": true
11722 }, 11722 },
11723 "test": "unit_tests" 11723 "test": "unit_tests"
11724 } 11724 }
11725 ] 11725 ]
11726 }, 11726 },
11727 "ThinLTO Linux ToT": { 11727 "ThinLTO Linux ToT": {
11728 "gtest_tests": [ 11728 "gtest_tests": [
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
12653 }, 12653 },
12654 { 12654 {
12655 "swarming": { 12655 "swarming": {
12656 "can_use_on_swarming_builders": true 12656 "can_use_on_swarming_builders": true
12657 }, 12657 },
12658 "test": "views_unittests" 12658 "test": "views_unittests"
12659 } 12659 }
12660 ] 12660 ]
12661 } 12661 }
12662 } 12662 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698