Bug 1305795 - Remove pull action from WPT script; r?ted draft
authorGregory Szorc <gps@mozilla.com>
Tue, 27 Sep 2016 16:04:37 -0700
changeset 418557 2954c8b81e0110dd8ce950d10de13f53bd08c377
parent 418556 897cf243759ddf454e6859f9476be1843766c035
child 418558 966834d5c4d2195b90767bea86dce60646d4b4f8
push id30707
push userbmo:gps@mozilla.com
push dateWed, 28 Sep 2016 18:02:51 +0000
reviewersted
bugs1305795
milestone52.0a1
Bug 1305795 - Remove pull action from WPT script; r?ted Not sure why this was here in the first place. This action no-ops in all the logs I've seen. MozReview-Commit-ID: 3uCkUpz2DIc
testing/mozharness/scripts/web_platform_tests.py
--- a/testing/mozharness/scripts/web_platform_tests.py
+++ b/testing/mozharness/scripts/web_platform_tests.py
@@ -54,17 +54,16 @@ class WebPlatformTest(TestingMixin, Merc
         super(WebPlatformTest, self).__init__(
             config_options=self.config_options,
             all_actions=[
                 'clobber',
                 'read-buildbot-config',
                 'ensure-firefox-checkout',
                 'download-and-extract',
                 'create-virtualenv',
-                'pull',
                 'install',
                 'run-tests',
             ],
             require_config_file=require_config_file,
             config={'require_test_zip': True})
 
         # Surely this should be in the superclass
         c = self.config