Page MenuHomePhabricator

git macro should recurse submodules.
Closed, ResolvedPublic

Description

For the 'Wikidata build' the Wikibase repo is added as a submodule of the wikidata repo.

The wikibase repo in turn has a submodule called easyrfd.

When jenkins runs the tests for the wikidata build the easyrdf submodule is not checked as it is not pulled as recurse submodules are not pulled


Version: wmf-deployment
Severity: minor

Details

Reference
bz55614

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:27 AM
bzimport set Reference to bz55614.

The git macro used for mw extensions testing is not using recursive submodule. The checkbox: "Recursively update submodules is unchecked" is unchecked.

We have to update the JJB macro and update all jobs. Fun! :-D

Change 92511 had a related patch set uploaded by Hashar:
recurse git submodules

https://gerrit.wikimedia.org/r/92511

Change 92511 merged by jenkins-bot:
recurse git submodules

https://gerrit.wikimedia.org/r/92511

Deployed, should have fixed the issue. If not, please reopen this bug.