Last modified: 2013-08-22 14:55:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T44916, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 42916 - Jenkins using old master
Jenkins using old master
Status: VERIFIED FIXED
Product: Wikimedia
Classification: Unclassified
Continuous integration (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-10 15:40 UTC by jeblad
Modified: 2013-08-22 14:55 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description jeblad 2012-12-10 15:40:46 UTC
It seems like Jenkins is using an old version of master.

During testing of the DataValues extension it failed due to a missing MediaWikiTestCase::assertException() [1], and that method should be available as it was merged into core some time ago. When hashar checked Jenkins master (?) was based on Tue Nov 27 12:42:47 2012.

This will have impact on tests for DataValues and possibly also some tests for Wikibase.

[1] https://integration.mediawiki.org/ci/job/mwext-DataValues-testextensions/18/console
Comment 1 Antoine "hashar" Musso (WMF) 2012-12-10 17:08:04 UTC
Root cause is the bare repository is not actually mirroring change. I need to recreate it properly.
Comment 2 Antoine "hashar" Musso (WMF) 2012-12-10 20:00:53 UTC
I have created a new remote in /var/lib/jenkins/git/mw-core-bare set as a fetch mirror:

 git remote add --mirror=fetch neworigin https://gerrit.wikimedia.org/r/p/mediawiki/core.git

Then fetched it (took a looong time to get all the branches and refs) and once done deleted origin and renamed neworigin to origin.

Result:

$ git rev-parse master
9842026d063bdcda145a0a3092151dec9814bc86

Which is from Mon Dec 10 19:52:01 2012 +0000

So I guess that fixed it.
Comment 3 Antoine "hashar" Musso (WMF) 2012-12-10 20:13:46 UTC
I have retriggered a few jobs. Seems everything is fixed now. Sorry for the trouble :/
Comment 4 denny vrandecic 2013-08-22 14:55:46 UTC
Closed older resolved bugs as verified.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links