Page MenuHomePhabricator

Jenkins: Create jobs for testing and building a package for mwdumper
Closed, ResolvedPublic

Description

Please configure jenkins to build mwdumper on change.


Version: wmf-deployment
Severity: normal

Details

Reference
bz41634

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:02 AM
bzimport set Reference to bz41634.

Git repo: mediawiki/tools/mwdumper.git

Is that a maven / ant project ?

There is already a MWDumper job https://integration.mediawiki.org/ci/view/All/job/MWDumper albeit disabled and not reacting to patchset. Lets tweak it.

I tweaked the above job : https://gerrit.wikimedia.org/r/#/c/31245/

Seems to be building something. I have triggered manually Gerrit change #30932 which produced some successful build : https://integration.mediawiki.org/ci/job/MWDumper/6/

Thank you very much. Will it build automatically?

Whenever a change is submitted in Gerrit for this project :-)

Could you setup Jenkins to build mwdumper after merge in? If there are more changes at the same time, the changes are not merged into the binary.

(In reply to comment #7)
... after merge in too?

I created a new job that polls master hourly and builds any changes: https://integration.mediawiki.org/ci/view/Java/job/MWDumper-package/

(I also renamed the current job to MWDumper-tests from MWDumper)

We can tweak this further if need be.