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

       Web browser: ---
            Bug ID: 47063
           Summary: Jenkins: investigate whether to use concurrent builds
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Continuous integration
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Jenkins can run a job several time by isolating the code in different
workspace. I have tried it out by creating a job that sleep for 30 seconds and
triggered it several time. The disk shows:

$ ls -1 -d workspace*
workspace/
workspace@2/
workspace@3/
workspace@4/
$

That does not work with custom workspace though, we will have to handle it
ourselves.

A use case would be the MediaWiki parser tests, the risk is that we could end
up with all the Jenkins executor being busy running parser tests which would
delay the other faster tests.

-- 
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