Skip to content

Commit

Permalink
Add DevTools browser_tests
Browse files Browse the repository at this point in the history
Bug: chromium:1086891
Change-Id: Ieaccbe5ba6a7d7d59e547696ba936803ad009016
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216654
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774602}
  • Loading branch information
Liviu Rau authored and Commit Bot committed Jun 3, 2020
1 parent 5a5853a commit ef743dd
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 1 deletion.
21 changes: 21 additions & 0 deletions testing/buildbot/client.devtools-frontend.integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
},
"test": "blink_unittests",
"test_id_prefix": "ninja://third_party/blink/renderer/controller:blink_unittests/"
},
{
"args": [
"--gtest_filter=*DevTools*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "devtools_browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
}
],
"isolated_scripts": [
Expand Down
21 changes: 21 additions & 0 deletions testing/buildbot/devtools-frontend.ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
},
"test": "blink_unittests",
"test_id_prefix": "ninja://third_party/blink/renderer/controller:blink_unittests/"
},
{
"args": [
"--gtest_filter=*DevTools*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "devtools_browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
}
],
"isolated_scripts": [
Expand Down
23 changes: 23 additions & 0 deletions testing/buildbot/devtools-frontend.try.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"devtools_frontend_linux_blink_light_rel": {
"gtest_tests": [
{
"args": [
"--gtest_filter=*DevTools*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "devtools_browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
}
],
"isolated_scripts": [
{
"args": [
Expand Down
17 changes: 17 additions & 0 deletions testing/buildbot/test_suites.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,18 @@
},
},

'devtools_browser_tests' : {
'devtools_browser_tests': {
'args': [
'--gtest_filter=*DevTools*',
],
'swarming': {
'shards': 1,
},
'test': 'browser_tests',
}
},

'devtools_webkit_isolated_scripts': {
'blink_web_tests': {
# layout test failures are retried 3 times when '--test-list' is not
Expand Down Expand Up @@ -4372,6 +4384,11 @@
'cronet_sizes',
],

'devtools_gtests': [
'devtools_browser_tests',
'layout_ng_gtests',
],

# BEGIN composition test suites used by the GPU bots

'gpu_angle_and_desktop_representative_perf_fyi_isolated_scripts': [
Expand Down
23 changes: 23 additions & 0 deletions testing/buildbot/tryserver.devtools-frontend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"devtools_frontend_linux_blink_light_rel": {
"gtest_tests": [
{
"args": [
"--gtest_filter=*DevTools*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "devtools_browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
}
],
"isolated_scripts": [
{
"args": [
Expand Down
3 changes: 2 additions & 1 deletion testing/buildbot/waterfalls.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -4807,7 +4807,7 @@
'linux-xenial',
],
'test_suites': {
'gtest_tests': 'layout_ng_gtests',
'gtest_tests': 'devtools_gtests',
'isolated_scripts': 'devtools_webkit_isolated_scripts',
},
},
Expand Down Expand Up @@ -5106,6 +5106,7 @@
'linux-xenial',
],
'test_suites': {
'gtest_tests': 'devtools_browser_tests',
'isolated_scripts': 'devtools_webkit_isolated_scripts',
},
},
Expand Down

0 comments on commit ef743dd

Please sign in to comment.