Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 0252976

Browse files
committed
Bug 1945892 - Allow test-verify to run on windows since we have removed -qr from platform name. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D236746
1 parent 28499f4 commit 0252976

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

taskcluster/kinds/test/misc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,13 @@ test-verify:
6161
by-test-platform:
6262
# do not run on ccov or asan or shippable or wayland
6363
.*(-ccov|-asan|-shippable|-wayland).*: []
64-
# we prefer -qr platforms with fis, no need to run on both
65-
(?!.*(-ccov|-asan|-shippable))(?!.*-qr).*: []
6664
# do not run on mozilla-central, beta or release: usually just confirms earlier results
6765
android.*: ['integration']
6866
default: []
6967
default:
7068
by-test-platform:
7169
# do not run on ccov or asan or shippable or wayland
7270
.*(-ccov|-asan|-shippable|-wayland).*: []
73-
# we prefer -qr platforms with fis, no need to run on both
74-
(?!.*(-ccov|-asan|-shippable))(?!.*-qr).*: []
7571
# do not run on mozilla-central, beta or release: usually just confirms earlier results
7672
android.*: []
7773
default: ['integration']

0 commit comments

Comments
 (0)