Skip to content

Commit

Permalink
Add linux-layout-tests-fragment-paint try bot.
Browse files Browse the repository at this point in the history
This trybot runs webkit layout tests with NGFragmentPaint runtime flag
set.

R=anushruth@chromium.org, jbudorick@chromium.org

Bug: 1015029
Change-Id: I718e79aeaf4dc547caddd4889fb0fc3f0b8b44d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875513
Commit-Queue: Arthur Wang <wuwang@google.com>
Reviewed-by: Aaron Gable <agable@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713071}
  • Loading branch information
wuwang-wang authored and Commit Bot committed Nov 6, 2019
1 parent 64308f8 commit 8de6277
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/config/buckets/try.star
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,10 @@ linux_builder(
name = 'linux-layout-tests-fragment-item',
)

linux_builder(
name = 'linux-layout-tests-fragment-paint',
)

linux_builder(
name = 'linux_mojo',
goma_backend = goma.backend.RBE_PROD,
Expand Down
1 change: 1 addition & 0 deletions infra/config/consoles/luci.chromium.try.star
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ luci.list_view(
'try/linux_chromium_ubsan_rel_ng',
'try/linux_layout_tests_composite_after_paint',
'try/linux-layout-tests-fragment-item',
'try/linux-layout-tests-fragment-paint',
'try/linux_layout_tests_layout_ng_disabled',
'try/linux_mojo',
'try/linux_mojo_chromeos',
Expand Down
1 change: 1 addition & 0 deletions infra/config/consoles/tryserver.chromium.linux.star
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ luci.list_view(
'try/linux_chromium_ubsan_rel_ng',
'try/linux_layout_tests_composite_after_paint',
'try/linux-layout-tests-fragment-item',
'try/linux-layout-tests-fragment-paint',
'try/linux_layout_tests_layout_ng_disabled',
'try/linux_mojo',
'try/linux_mojo_chromeos',
Expand Down
28 changes: 28 additions & 0 deletions infra/config/generated/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14297,6 +14297,34 @@ buckets: <
value: 5
>
>
builders: <
name: "linux-layout-tests-fragment-paint"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0"
recipe: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.linux\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
caches: <
name: "win_toolchain"
path: "win_toolchain"
>
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage: <
value: 5
>
>
builders: <
name: "linux-libfuzzer-asan-rel"
swarming_host: "chromium-swarm.appspot.com"
Expand Down
6 changes: 6 additions & 0 deletions infra/config/generated/luci-milo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9800,6 +9800,9 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/linux-layout-tests-fragment-item"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-layout-tests-fragment-paint"
>
builders: <
name: "buildbucket/luci.chromium.try/linux_layout_tests_layout_ng_disabled"
>
Expand Down Expand Up @@ -11886,6 +11889,9 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/linux-layout-tests-fragment-item"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-layout-tests-fragment-paint"
>
builders: <
name: "buildbucket/luci.chromium.try/linux_layout_tests_layout_ng_disabled"
>
Expand Down
5 changes: 5 additions & 0 deletions testing/buildbot/test_suite_exceptions.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,11 @@
'--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
],
},
'linux-layout-tests-fragment-paint': {
'args': [
'--additional-driver-flag=--enable-blink-features=LayoutNGFragmentPaint',
],
},
# client.v8.fyi
'V8 Blink Linux Debug': {
'args': [
Expand Down
31 changes: 31 additions & 0 deletions testing/buildbot/tryserver.chromium.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,36 @@
}
}
]
},
"linux-layout-tests-fragment-paint": {
"additional_compile_targets": [
"blink_tests"
],
"isolated_scripts": [
{
"args": [
"--num-retries=3",
"--additional-driver-flag=--enable-blink-features=LayoutNGFragmentPaint"
],
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "webkit_layout_tests",
"results_handler": "layout tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"shards": 12
}
}
]
}
}
11 changes: 11 additions & 0 deletions testing/buildbot/waterfalls.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -4458,6 +4458,17 @@
'isolated_scripts': 'chromium_webkit_isolated_scripts',
},
},
'linux-layout-tests-fragment-paint': {
'additional_compile_targets': [
'blink_tests',
],
'mixins': [
'linux-xenial',
],
'test_suites': {
'isolated_scripts': 'chromium_webkit_isolated_scripts',
},
},
},
},
{
Expand Down
1 change: 1 addition & 0 deletions tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@
'linux_layout_tests_composite_after_paint': 'release_trybot',
'linux_layout_tests_layout_ng_disabled': 'release_trybot',
'linux-layout-tests-fragment-item': 'release_trybot',
'linux-layout-tests-fragment-paint': 'release_trybot',
'linux_mojo': 'release_trybot',
'linux_mojo_chromeos': 'chromeos_with_codecs_release_trybot',
'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot',
Expand Down

0 comments on commit 8de6277

Please sign in to comment.