From fbcc60fd8bc18c3261c52343f0d5144360b94060 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Tue, 1 Sep 2020 15:18:19 +0000 Subject: [PATCH] Bug 1661351 - migrate rest of windows 10 web-platform-tests to hardware. r=bc migrate rest of windows 10 web-platform-tests to hardware Differential Revision: https://phabricator.services.mozilla.com/D88989 --- taskcluster/ci/test/web-platform.yml | 2 +- .../meta/workers/semantics/structured-clone/shared.html.ini | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini diff --git a/taskcluster/ci/test/web-platform.yml b/taskcluster/ci/test/web-platform.yml index 1f41c4f3d498..8c6321c3ed73 100644 --- a/taskcluster/ci/test/web-platform.yml +++ b/taskcluster/ci/test/web-platform.yml @@ -53,7 +53,7 @@ web-platform-tests: treeherder-symbol: W(wpt) virtualization: by-test-platform: - windows10-64(?:-pgo|-shippable)?-qr/.*: hardware + windows10-64.*/.*: hardware default: virtual chunks: by-test-platform: diff --git a/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini b/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini new file mode 100644 index 000000000000..3c368ebb4f95 --- /dev/null +++ b/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini @@ -0,0 +1,3 @@ +[shared.html] + disabled: + if (os == "win"): Bug 1661351