https://bugzilla.wikimedia.org/show_bug.cgi?id=39742

       Web browser: ---
             Bug #: 39742
           Summary: run tests using a Mediawiki snapshot instead of a
                    clone
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Testing Infrastructure
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


The ant script is using a local git clone which is really slow when using
mediawiki/core.  Since we dont really care about the whole history, we could
just update the shared repository and take a snapshot of whatever revision we
want then use that in the builddir.

Something like, from git-archive man page:

git archive --remote=/var/lib/jenkins/git/mediawiki/core master | (cd
/dest/path && tar xf - )

That would make the whole cloning really faster.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to