Commit 75f7c74e authored by Alex Moshchuk's avatar Alex Moshchuk Committed by Commit Bot

Switch Site Isolation Win to --site-per-process

This FYI bot was using the --isolate-extensions flag, which has been
removed after we shipped this mode in M56.  Switch its tests in
chromium.fyi.json to --site-per-process, which also brings them in
sync with how the layout tests already run on this bot, according to
/build/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py.

Bug: 417518
Change-Id: I668673b2192ce94f321dff91b8bbcfb9f31c6800
Reviewed-on: https://chromium-review.googlesource.com/701280Reviewed-by: default avatarCharlie Reis <creis@chromium.org>
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506753}
parent 062026a1
......@@ -14716,7 +14716,7 @@
"gtest_tests": [
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14725,17 +14725,18 @@
},
{
"args": [
"--isolate-extensions",
"--test-launcher-filter-file=../../testing/buildbot/filters/isolate-extensions.browser_tests.filter"
"--site-per-process",
"--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.browser_tests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
"can_use_on_swarming_builders": true,
"shards": 5
},
"test": "browser_tests"
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14744,7 +14745,7 @@
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14753,8 +14754,8 @@
},
{
"args": [
"--isolate-sites-for-testing=*.is",
"--test-launcher-filter-file=../../testing/buildbot/filters/isolate-extensions.content_browsertests.filter"
"--site-per-process",
"--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14763,7 +14764,7 @@
},
{
"args": [
"--isolate-sites-for-testing=*.is"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14772,7 +14773,7 @@
},
{
"args": [
"--isolate-sites-for-testing=chrome-extension://*"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14781,7 +14782,7 @@
},
{
"args": [
"--isolate-sites-for-testing=chrome-extension://*"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14790,7 +14791,7 @@
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -14804,7 +14805,7 @@
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14813,7 +14814,7 @@
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14822,7 +14823,7 @@
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......@@ -14831,7 +14832,7 @@
},
{
"args": [
"--isolate-extensions"
"--site-per-process"
],
"swarming": {
"can_use_on_swarming_builders": true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment