Changeset 279486 in webkit
- Timestamp:
- Jul 1, 2021, 4:57:13 PM (4 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/CISupport/ews-build/factories.py
r277884 r279486 155 155 self.addStep(KillOldProcesses()) 156 156 self.addStep(RunWebKitTestsInStressMode()) 157 self.addStep(RunWebKitTestsInStressGuardmallocMode())158 157 self.addStep(TriggerCrashLogSubmission()) 159 158 self.addStep(SetBuildSummary()) -
trunk/Tools/CISupport/ews-build/factories_unittest.py
r277884 r279486 612 612 _BuildStepFactory(steps.KillOldProcesses), 613 613 _BuildStepFactory(steps.RunWebKitTestsInStressMode), 614 _BuildStepFactory(steps.RunWebKitTestsInStressGuardmallocMode),615 614 _BuildStepFactory(steps.TriggerCrashLogSubmission), 616 615 _BuildStepFactory(steps.SetBuildSummary), -
trunk/Tools/ChangeLog
r279482 r279486 9 9 * Scripts/webkitpy/common/checkout/scm/scm.py: 10 10 (SCM.discard_untracked_files): Never discard the autoinstalled directory. 11 12 2021-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): 11 26 12 27 2021-07-01 Wenson Hsieh <wenson_hsieh@apple.com>
Note:
See TracChangeset
for help on using the changeset viewer.