Commit 53ef4fcc authored by Michael Giuffrida's avatar Michael Giuffrida Committed by Commit Bot

Run app_shell_unittests on trybots

These tests run on waterfall builders, so they should run in the CQ.
They shouldn't be limited to Linux and CrOS trybots.

AppShell is only actively developed for Linux, but it's used elsewhere
for extension tests, so we should avoid regressions in AppShell-specific
code on all desktop bots.

Change-Id: I6a8de9bb9cb1a04756e66ba596abec1955a83a86
Reviewed-on: https://chromium-review.googlesource.com/950480Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Michael Giuffrida <michaelpg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542044}
parent bd36318f
......@@ -6851,6 +6851,12 @@
},
"test": "angle_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -7198,6 +7204,12 @@
},
"test": "angle_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......
......@@ -1088,6 +1088,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
......@@ -1421,6 +1427,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
......@@ -1810,6 +1822,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
......@@ -2143,6 +2161,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......@@ -7267,6 +7291,12 @@
},
"test": "angle_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......
......@@ -14,6 +14,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......@@ -468,6 +474,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......@@ -910,6 +922,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......@@ -1353,6 +1371,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......@@ -1796,6 +1820,12 @@
},
"test": "accessibility_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......
......@@ -2828,6 +2828,12 @@
},
"Mac ASan 64 Tests (1)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
......
......@@ -291,7 +291,6 @@
},
'aura_gtests': {
'app_shell_unittests': {},
'aura_unittests': {},
'compositor_unittests': {},
'wm_unittests': {},
......@@ -1196,7 +1195,6 @@
'linux_chromeos_specific_gtests': {
'app_list_presenter_unittests': {},
'app_list_unittests': {},
'app_shell_unittests': {},
'ash_content_unittests': {},
'ash_unittests': {},
'aura_unittests': {},
......@@ -1300,6 +1298,7 @@
},
'non_android_chromium_gtests': {
'app_shell_unittests': {},
'browser_tests': {
'swarming': {
'shards': 10,
......
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