0

Remove pixel_browser_tests from win-rel-cft try bot

win-rel-cft mirrors both "Win x64 Builder" and "Win10 tests x64" as per
testing/buildbot/waterfalls.pyl.

Therefore, all test suite exceptions from both builders should also be
applied for `win-rel-cft`. This was overlooked when the bot was
initially set up.

Run testing/buildbot/generate_buildbot_json.py.

R=morawand@google.com

Bug: 1336611
Change-Id: I65ab0a52decc63ad721030872fba25cd69beee96
Follow-up-of: https://crrev.com/c/4173796
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4178522
Auto-Submit: Thiago Perrotta <tperrotta@chromium.org>
Reviewed-by: Wanda Mora <morawand@google.com>
Commit-Queue: Wanda Mora <morawand@google.com>
Cr-Commit-Position: refs/heads/main@{#1094560}
This commit is contained in:
Thiago Perrotta
2023-01-19 18:08:44 +00:00
committed by Chromium LUCI CQ
parent 62a42b8a72
commit 8b9d127abc
2 changed files with 1 additions and 31 deletions

@ -4475,37 +4475,6 @@
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
},
{
"args": [
"--browser-ui-tests-verify-pixels",
"--enable-pixel-output-in-tests",
"--test-launcher-filter-file=../../testing/buildbot/filters/pixel_tests.filter",
"--git-revision=${got_revision}"
],
"isolate_profile_data": true,
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "pixel_browser_tests",
"precommit_args": [
"--gerrit-issue=${patch_issue}",
"--gerrit-patchset=${patch_set}",
"--buildbucket-id=${buildbucket_build_id}"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-19042|Windows-10-19045"
}
],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
},
{
"args": [
"--gtest_filter=-*UsingRealWebcam*"

@ -3027,6 +3027,7 @@
# need to update this field.
'remove_from': [
'Win11 Tests x64',
'win-rel-cft',
],
},
'pixel_skia_gold_passthrough_test': {