Commit f1d485f5 authored by Bartek Nowierski's avatar Bartek Nowierski Committed by Commit Bot

Add Chromium tests to PartitionAlloc-Everywhere FYI bots

Bug: 1121427
Change-Id: I1860284851bc2bfbb42cb3ab3501580a0bdc1c9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537813
Commit-Queue: Bartek Nowierski <bartekn@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Auto-Submit: Bartek Nowierski <bartekn@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827527}
parent 323ccc86
This diff is collapsed.
...@@ -4063,7 +4063,7 @@ ...@@ -4063,7 +4063,7 @@
}, },
}, },
'paeverywhere_gtests': { 'paeverywhere_common_tests': {
'base_unittests': {}, 'base_unittests': {},
'blink_platform_unittests': {}, 'blink_platform_unittests': {},
'unit_tests': {}, 'unit_tests': {},
...@@ -5922,6 +5922,16 @@ ...@@ -5922,6 +5922,16 @@
'network_service_in_process_gtests', 'network_service_in_process_gtests',
], ],
'paeverywhere_android_gtests': [
'android_smoke_tests',
'paeverywhere_common_tests'
],
'paeverywhere_win_gtests': [
'paeverywhere_common_tests',
'win_specific_chromium_gtests',
],
'sandboxed_chromium_memory_linux_gtests': [ 'sandboxed_chromium_memory_linux_gtests': [
'chromium_browser_tests', 'chromium_browser_tests',
], ],
......
...@@ -2148,7 +2148,7 @@ ...@@ -2148,7 +2148,7 @@
}, },
'android-paeverywhere-arm-fyi-dbg': { 'android-paeverywhere-arm-fyi-dbg': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_android_gtests',
}, },
'mixins': [ 'mixins': [
'walleye', 'walleye',
...@@ -2156,7 +2156,7 @@ ...@@ -2156,7 +2156,7 @@
}, },
'android-paeverywhere-arm-fyi-rel': { 'android-paeverywhere-arm-fyi-rel': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_android_gtests',
}, },
'mixins': [ 'mixins': [
'walleye', 'walleye',
...@@ -2164,7 +2164,7 @@ ...@@ -2164,7 +2164,7 @@
}, },
'android-paeverywhere-arm64-fyi-dbg': { 'android-paeverywhere-arm64-fyi-dbg': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_android_gtests',
}, },
'mixins': [ 'mixins': [
'walleye', 'walleye',
...@@ -2172,7 +2172,7 @@ ...@@ -2172,7 +2172,7 @@
}, },
'android-paeverywhere-arm64-fyi-rel': { 'android-paeverywhere-arm64-fyi-rel': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_android_gtests',
}, },
'mixins': [ 'mixins': [
'walleye', 'walleye',
...@@ -2702,7 +2702,7 @@ ...@@ -2702,7 +2702,7 @@
}, },
'win-paeverywhere-x64-fyi-dbg': { 'win-paeverywhere-x64-fyi-dbg': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_win_gtests',
}, },
'mixins': [ 'mixins': [
'win10', 'win10',
...@@ -2711,7 +2711,7 @@ ...@@ -2711,7 +2711,7 @@
}, },
'win-paeverywhere-x64-fyi-rel': { 'win-paeverywhere-x64-fyi-rel': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_win_gtests',
}, },
'mixins': [ 'mixins': [
'win10', 'win10',
...@@ -2720,7 +2720,7 @@ ...@@ -2720,7 +2720,7 @@
}, },
'win-paeverywhere-x86-fyi-dbg': { 'win-paeverywhere-x86-fyi-dbg': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_win_gtests',
}, },
'mixins': [ 'mixins': [
'win10', 'win10',
...@@ -2729,7 +2729,7 @@ ...@@ -2729,7 +2729,7 @@
}, },
'win-paeverywhere-x86-fyi-rel': { 'win-paeverywhere-x86-fyi-rel': {
'test_suites': { 'test_suites': {
'gtest_tests': 'paeverywhere_gtests', 'gtest_tests': 'paeverywhere_win_gtests',
}, },
'mixins': [ 'mixins': [
'win10', 'win10',
......
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