[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2013-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

   Priority|Low |Normal
   Severity|minor   |normal

--- Comment #7 from Marcin Cieślak marcin.cies...@gmail.com ---
Setting to normal, since last time we've heard there were tests running only
from SVN, not from git. Why can't we have them back?

I'd prefer to have a broken feature restored then some new stuff to be
implemented.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2013-03-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
Lowering priority, this is definitely less important than having the
integration test to run against mysql :-]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Blocks||20343

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

--- Comment #4 from Tim Landscheidt t...@tim-landscheidt.de 2012-09-23 
17:42:59 UTC ---
How is the interchange between Gerrit and Jenkins handled anyway?  There seem
to be two plugins: Gerrit and Gerrit Trigger. 
http://www.mediawiki.org/wiki/Continuous_integration/Workflow suggests that we
use the former, various config.xml the latter.  Neither integration/jenkins.git
nor operations/puppet.git seem to have code to actually install or configure a
plugin.  Is this done manually?  The latter repository has
files/gerrit/hooks/patchset-created, but it does not seem to trigger Jenkins.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

--- Comment #5 from Tim Landscheidt t...@tim-landscheidt.de 2012-09-23 
18:51:43 UTC ---
After further reading: If Gerrit Trigger is used,
silentModetrue/silentMode seems to be what is needed:

| Sets silent mode to on or off.
| When silent mode is on there will be no communication back to Gerrit,
| i.e. no build started/failed/successful approve messages etc.
| If other non-silent jobs are triggered by the same Gerrit event as this job,
| the result of this job's build will not be counted in the end result of the
other jobs.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

--- Comment #1 from Tim Landscheidt t...@tim-landscheidt.de 2012-09-19 
15:06:15 UTC ---
What is needed, what is missing to solve this?  I see a disabled project
MediaWiki-postgres-phpunit on Jenkins.  Can it be enabled, but not connected to
Gerrit until this is fixed?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

--- Comment #2 from Chad H. innocentkil...@gmail.com 2012-09-19 15:16:49 UTC 
---
(In reply to comment #1)
 What is needed, what is missing to solve this?  I see a disabled project
 MediaWiki-postgres-phpunit on Jenkins.  Can it be enabled, but not connected 
 to
 Gerrit until this is fixed?

That test was connected to SVN. So there's no way to really enable it without
connecting it to gerrit to begin with.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

--- Comment #3 from Tim Landscheidt t...@tim-landscheidt.de 2012-09-19 
17:32:54 UTC ---
(In reply to comment #2)
  What is needed, what is missing to solve this?  I see a disabled project
  MediaWiki-postgres-phpunit on Jenkins.  Can it be enabled, but not 
  connected to
  Gerrit until this is fixed?

 That test was connected to SVN. So there's no way to really enable it without
 connecting it to gerrit to begin with.

Sure; I meant the feedback to code review.  The shared build.xml looks like it
can build a PostgreSQL database, so what is needed to switch off the -2s to
Gerrit?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37602] Jenkins should run PostgreSQL unit tests by default as well

2012-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|major   |minor

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l