All views disappear on restart

2014-12-15 Thread Lukas Rytz
Hello! After upgrading to 1.593 we have issues with views: after restarting Jenkins, all views disappear. We keep config.xml in version control, so we can observe that after restarting, the section is still there (but now views are displayed anymore). When doing any change to config.xml, all

Re: Builds aborting randomly

2013-03-18 Thread Lukas Rytz
opic/scala-internals/BaM3kqyJKu4/discussion It would have helped to get a bit of information in the build log output, or in the jenkins log, on the cause of the abort. On Saturday, July 28, 2012 3:04:41 PM UTC+2, Lukas Rytz wrote: > > Hi all, > > > Lately we see quite a lot of job

Re: job/api/json doesn't list running jobs anymore

2012-11-08 Thread Lukas Rytz
tus on Jenkins dashboard. I suspecting > [throttle-build-concurrency] and [nodelabel-parameter] plugins also. > > On Wednesday, November 7, 2012 11:13:12 AM UTC+2, Lukas Rytz wrote: >> >> Hi, >> >> Sometime between 1.478 and 1.488 the output >> of JENKINS_URL/

job/api/json doesn't list running jobs anymore

2012-11-07 Thread Lukas Rytz
Hi, Sometime between 1.478 and 1.488 the output of JENKINS_URL/job/JOB_NAME/api/json changed. Before, the "builds" array would include running builds, now it only lists the finished builds. Since I did not see that change listed in the change log, I wonder if it's expected. If so, is there a w

Re: Builds aborting randomly

2012-08-14 Thread Lukas Rytz
but just in case :) > > Cheers > Richard. > > On Tue, Aug 14, 2012 at 8:41 PM, Lukas Rytz > > wrote: > > Well, that's unfortunately not the case. I changed our setup to never > run > > builds of > > the same job on the same machine in parallel,

Re: Builds aborting randomly

2012-08-14 Thread Lukas Rytz
ge in the Jenkins log (see first post). I'm mostly wondering if no-one ever experienced this problem.. Lukas On Sunday, July 29, 2012 11:55:37 AM UTC+2, Lukas Rytz wrote: > > Further observation: it seems to happen only when running multiple > concurrent builds > of the same job

Re: Builds aborting randomly

2012-07-29 Thread Lukas Rytz
Further observation: it seems to happen only when running multiple concurrent builds of the same job on the same slave (but not when running multiple builds on separate slaves, at least it seems that way currently). On Saturday, July 28, 2012 3:04:41 PM UTC+2, Lukas Rytz wrote: > >

Builds aborting randomly

2012-07-28 Thread Lukas Rytz
Hi all, Lately we see quite a lot of jobs (~10 %) that just abort without any intervention. Somebody else ever had similar problems? No error message in the console output: [...] [partest] testing: [...]/run/reflection-constructormirror-nested-good.scala [ OK ] [partest] testing: [...]/files/

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
On Thursday, July 26, 2012 5:29:16 PM UTC+2, sti wrote: > > Why? That's simple: because no-one has implemented it yet. Thanks, that's a valuable piece of information!

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
On Thursday, July 26, 2012 5:05:06 PM UTC+2, Adam PAPAI wrote: > > Anyway: > > Why don't we have a "round-robin" load balance option? > > I hate that sometimes jenkins uses 3 full node and the other 10 is > unused... > Yes, exactly my point! :)

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
That of course depends on the task at hand. In our case, the run times vary between 1h30 and 3h30 depending on the load. If the server is not loaded, our test suite, which runs tests in parallel, can make full use of all 16 cores. On Thursday, July 26, 2012 5:02:55 PM UTC+2, mpapo - Michaël Pa

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
> > > > It would be nice if the scheduling was configurable. It seems that the > > "Throttle Concurrent > > Builds" plugin [1] works in that direction: it can make sure to never > run > > more than X builds > > on one machine. What I'm looking for is not a limited, but a balanced > > schedul

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
On Thursday, July 26, 2012 4:43:38 PM UTC+2, mpapo - Michaël Pailloncy wrote: > > Ok, sorry ! I had not seen your screenshot. > Jenkins behaviour does not surprise me. It seems to set the priority to > slave where a build has already be done. > Otherwise, why do you need this feature ? Becaus

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
There was a delay of ~10 seconds between starting each build. You can see some details in the screenshot of my original post: We have 5 slaves here, one of them was already running one job, all of the others were idle. It

Re: Load Balancing

2012-07-26 Thread Lukas Rytz
y of how Jenkins > use its slaves. > http://your-jenkins:8080/computer/yourslave/computer > Property 'Usage' > > Michaël > > 2012/7/26 Lukas Rytz > >> Hi, >> >> Is there a way to change the way Jenkins does load balancing? I started 6 >>

Load Balancing

2012-07-26 Thread Lukas Rytz
Hi, Is there a way to change the way Jenkins does load balancing? I started 6 new jobs, and 5 of them ended up on the same slave. I'd prefer the load be distributed equally across all slaves.. Thanks.