Bug 1911863 - stop running wpt webgpu-backlog tests so frequently on try. r=gbrown,taskgraph-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D218659
This commit is contained in:
Joel Maher 2024-08-06 17:12:16 +00:00
parent afe8e8a260
commit 1104cd15bd

View File

@ -45,7 +45,7 @@ UNCOMMON_TRY_TASK_LABELS = [
r"linux-", # hide all linux32 tasks by default - bug 1599197
r"linux1804-32", # hide linux32 tests - bug 1599197
# Test tasks
r"web-platform-tests(?!-webgpu).*backlog", # hide wpt jobs that are not implemented yet - bug 1572820
r"web-platform-tests.*backlog", # hide wpt jobs that are not implemented yet - bug 1572820
r"-ccov",
r"-profiling-", # talos/raptor profiling jobs are run too often
r"-32-.*-webgpu", # webgpu gets little benefit from these tests.