Changeset 279486 in webkit


Ignore:
Timestamp:
Jul 1, 2021, 4:57:13 PM (4 years ago)
Author:
Ryan Haddad
Message:

[clean-webkit] Exclude autoinstalled directory
https://bugs.webkit.org/show_bug.cgi?id=227588
<rdar://problem/80033943>

Patch by Jonathan Bedard <Jonathan Bedard> on 2021-07-01
Reviewed by Alexey Proskuryakov.

  • Scripts/webkitpy/common/checkout/scm/scm.py:

(SCM.discard_untracked_files): Never discard the autoinstalled directory.

Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/ews-build/factories.py

    r277884 r279486  
    155155        self.addStep(KillOldProcesses())
    156156        self.addStep(RunWebKitTestsInStressMode())
    157         self.addStep(RunWebKitTestsInStressGuardmallocMode())
    158157        self.addStep(TriggerCrashLogSubmission())
    159158        self.addStep(SetBuildSummary())
  • trunk/Tools/CISupport/ews-build/factories_unittest.py

    r277884 r279486  
    612612            _BuildStepFactory(steps.KillOldProcesses),
    613613            _BuildStepFactory(steps.RunWebKitTestsInStressMode),
    614             _BuildStepFactory(steps.RunWebKitTestsInStressGuardmallocMode),
    615614            _BuildStepFactory(steps.TriggerCrashLogSubmission),
    616615            _BuildStepFactory(steps.SetBuildSummary),
  • trunk/Tools/ChangeLog

    r279482 r279486  
    99        * Scripts/webkitpy/common/checkout/scm/scm.py:
    1010        (SCM.discard_untracked_files): Never discard the autoinstalled directory.
     11
     122021-07-01  Ryan Haddad  <ryanhaddad@apple.com>
     13
     14        [Stress Test EWS] Temporarily disable GuardMalloc test mode to avoid false positives
     15        https://bugs.webkit.org/show_bug.cgi?id=227595
     16
     17        Reviewed by Aakash Jain.
     18
     19        Since the infrastructure issue in webkit.org/b/227365 is causing false positives on this queue,
     20        disable it until we can investigate and address the root cause.
     21
     22        * CISupport/ews-build/factories.py:
     23        (StressTestFactory.__init__):
     24        * CISupport/ews-build/factories_unittest.py:
     25        (TestStressTestFactory.test_stress_test_factory):
    1126
    12272021-07-01  Wenson Hsieh  <wenson_hsieh@apple.com>
Note: See TracChangeset for help on using the changeset viewer.