Hi all
I've made some changes at ci.phpmyadmin.net to make continuous integration smoother:
- Coverage reports are generated only for daily tests, not for continuous ones. They need to much time and I don't think they are more useful in daily snapshots anyway. This reduces test run for almost 20 minutes (we're now around 3.5 minute).
- The builds are now initiated by notifications from GitHub rather than by polling, this should reduce delays when test is started.
I hope these changes will make usage more comfortable and will help with creating good testsuite.
On Wed, Jul 18, 2012 at 7:10 PM, Michal Čihař michal@cihar.com wrote:
Hi all
I've made some changes at ci.phpmyadmin.net to make continuous integration smoother:
Coverage reports are generated only for daily tests, not for continuous ones. They need to much time and I don't think they are more useful in daily snapshots anyway. This reduces test run for almost 20 minutes (we're now around 3.5 minute).
The builds are now initiated by notifications from GitHub rather than by polling, this should reduce delays when test is started.
I hope these changes will make usage more comfortable and will help with creating good testsuite.
But still in our local machines it takes around 2 minutes right?
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Fri, Jul 20, 2012 at 11:14 PM, yasitha pandithawatta yasitha4@gmail.comwrote:
On Wed, Jul 18, 2012 at 7:10 PM, Michal Čihař michal@cihar.com wrote:
Hi all
I've made some changes at ci.phpmyadmin.net to make continuous integration smoother:
Coverage reports are generated only for daily tests, not for continuous ones. They need to much time and I don't think they are more useful in daily snapshots anyway. This reduces test run for almost 20 minutes (we're now around 3.5 minute).
The builds are now initiated by notifications from GitHub rather than by polling, this should reduce delays when test is started.
I hope these changes will make usage more comfortable and will help with creating good testsuite.
But still in our local machines it takes around 20 minutes right?
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Yasitha Pandithawatta Undergraduate Computer Science and Engineering Department University of Moratuwa Sri Lanka
Dne Fri, 20 Jul 2012 23:14:46 +0530 yasitha pandithawatta yasitha4@gmail.com napsal(a):
But still in our local machines it takes around 2 minutes right?
It depends how fast your machine is, how fast are your disk and how much is the machine loaded with other tasks :-).