Bug 1356476 - Don't enable tooltool cache on web platform tests. r?mshal draft
authorMike Hommey <mh+mozilla@glandium.org>
Fri, 14 Apr 2017 12:51:49 +0900
changeset 562635 361312b7d9f59010cfe3a51e018f24062fe8ee9b
parent 562634 f96498fc4272abccc59d53e6a6bfb1e2cabe0243
child 624271 c84a092b550028f25bb45b175ca0b41736d11acb
push id54063
push userbmo:mh+mozilla@glandium.org
push dateFri, 14 Apr 2017 03:55:24 +0000
reviewersmshal
bugs1356476
milestone55.0a1
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.
testing/mozharness/configs/web_platform_tests/prod_config.py
--- a/testing/mozharness/configs/web_platform_tests/prod_config.py
+++ b/testing/mozharness/configs/web_platform_tests/prod_config.py
@@ -35,13 +35,10 @@ config = {
          "https://blobupload.elasticbeanstalk.com",
     ],
 
     "blob_uploader_auth_file" : os.path.join(os.getcwd(), "oauth.txt"),
 
     "download_minidump_stackwalk": True,
 
     "download_tooltool": True,
-
-    "tooltool_cache": "/builds/tooltool_cache",
-
 }