From f9d6c0f86f7ef85fbbc55565b186b0c9e491ad52 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 14 Apr 2017 12:51:49 +0900 Subject: [PATCH] Bug 1356476 - Don't enable tooltool cache on web platform tests. r=mshal Those jobs, running on taskcluster, don't have a persistent cache anyways, so we might as well not pretend setting a tooltool cache does anything, especially considering the configured directory is not writeable anyways. --HG-- extra : rebase_source : a435bce42b4c181a6690a42e068bb2e0e875d5e8 --- testing/mozharness/configs/web_platform_tests/prod_config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/mozharness/configs/web_platform_tests/prod_config.py b/testing/mozharness/configs/web_platform_tests/prod_config.py index f0fb0b0747c9..6368ecb6a93c 100644 --- a/testing/mozharness/configs/web_platform_tests/prod_config.py +++ b/testing/mozharness/configs/web_platform_tests/prod_config.py @@ -40,8 +40,5 @@ config = { "download_minidump_stackwalk": True, "download_tooltool": True, - - "tooltool_cache": "/builds/tooltool_cache", - }