Commit 26897571 authored by Maksim Sisov's avatar Maksim Sisov Committed by Chromium LUCI CQ

ozone/x11: enable interactive_ui_tests again.

This test suite was disabled by accident in https://crrev.com/c/2476731
Enable it back.

PS also added shards as in other places in test_suites.pyl file.

Change-Id: I7a07fd729c09141859e8e6129d384f847345a87e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642778
Auto-Submit: Maksim Sisov <msisov@igalia.com>
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845729}
parent 9489e3bc
......@@ -5182,6 +5182,29 @@
"test": "gpu_unittests",
"test_id_prefix": "ninja://gpu:gpu_unittests/"
},
{
"args": [
"--ozone-platform=x11",
"--enable-features=UseOzonePlatform"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "interactive_ui_tests_x11",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 3
},
"test": "interactive_ui_tests",
"test_id_prefix": "ninja://chrome/test:interactive_ui_tests/"
},
{
"args": [
"--ozone-platform=x11",
......@@ -5842,6 +5865,29 @@
"test": "gpu_unittests",
"test_id_prefix": "ninja://gpu:gpu_unittests/"
},
{
"args": [
"--ozone-platform=x11",
"--enable-features=UseOzonePlatform"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "interactive_ui_tests_x11",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 3
},
"test": "interactive_ui_tests",
"test_id_prefix": "ninja://chrome/test:interactive_ui_tests/"
},
{
"args": [
"--ozone-platform=x11",
......
......@@ -3925,6 +3925,11 @@
},
'linux_ozone_x11_only_gtests': {
'interactive_ui_tests': {
'swarming': {
'shards': 3,
},
},
'ozone_x11_unittests': {},
'x11_unittests': {},
},
......
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