[Webkit-unassigned] [Bug 86789] New: We should try to download the built product before other steps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 17:31:29 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86789

           Summary: We should try to download the built product before
                    other steps
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lforschler at apple.com


Currently our test bots do an svn operation to sync up source, and then downloads the built product to test.  Normally this is fine.   However when bots get behind, the build product has been removed due to space constraints.  In this scenario, when the         self.addStep(DownloadBuiltProduct) runs, the file does not exist, and the rest of the of the steps are aborted.

We should put the DownloadBuildProduct step BEFORE the svn operation, such that we can short circuit the svn operation which takes a fair amount of time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list