Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit JIPP suddenly has a Windows build slave

On Wed, Feb 27, 2019 at 11:34 PM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
On Tue, Feb 26, 2019 at 10:45 PM Thomas Wolf <thomas.wolf@xxxxxxxxxx> wrote:
Who has added a windows build slave to the JGit JIPP?

https://ci.eclipse.org/jgit/computer/wai7c-windows-10/builds

Our builds fail on that machine.

I'm all for having a Windows build slave, but can we test that setup first and only let a test job run there until it seems fine?

I have for now restricted the following builds to run only on the JIPP master (Linux):

JGit nightly build: https://ci.eclipse.org/jgit/job/jgit/
JGit stable build: https://ci.eclipse.org/jgit/job/stable/job/jgit-stable/
JGit review build: https://ci.eclipse.org/jgit/job/stable/job/jgit.gerrit/

Once that new build slave actually works with our builds, we can lift the restriction again.
 
Thanks Thomas, for doing this.
I wasn't aware that adding a Windows slave would have immediate impact on
existing jobs.

I reopened
to address
hence Mikael added the Windows slave.

I can look into configuring test jobs on Windows next week when I am back from vacation.
Or maybe some other committer finds time to look into this earlier.

with help from Frederic I configured a first Windows build job for jgit which runs whenever a change gets merged

Currently 16 tests fail on Windows

I will add another validation job validating new patchsets.
As long as we have known test failures we could avoid voting from this job to avoid spamming the reviews.

-Matthias

Back to the top