From dfafdc55070f7133eaae1787fe4da83431aff1c5 Mon Sep 17 00:00:00 2001 From: Joel Maher <jmaher@mozilla.com> Date: Wed, 24 Apr 2024 18:45:55 +0000 Subject: [PATCH] Bug 1893260 - [ESR115] Move linux-tsan/browser-chrome to use noscratch disks. r=aryx, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D208538 --- taskcluster/ci/test/mochitest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/ci/test/mochitest.yml b/taskcluster/ci/test/mochitest.yml index 0a62a1a2cd416..dd5d08c79d6ca 100644 --- a/taskcluster/ci/test/mochitest.yml +++ b/taskcluster/ci/test/mochitest.yml @@ -293,7 +293,7 @@ mochitest-browser-chrome: # Bug 1281241: migrating to m3.large instances instance-size: by-test-platform: - linux.*64-tsan-qr/opt: xlarge # runs out of memory using 8GB + linux.*64-tsan-qr/opt: xlarge-noscratch # runs out of memory using 8GB default: default allow-software-gl-layers: false -- GitLab