Ignite nightly build job on Apache Jenkins server

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Ignite nightly build job on Apache Jenkins server

Igor Sapego-2
Hi Igniters,

There is a job on Apache Jenkins for nightly builds of Ignite [1],
which was useful for providing fast fixes to our users. However,
it seems that noone supports it any more as the last successfull
build date is 31.05.2017.

Does anyone know what is the issue with the job and why it
can not be fixed? Or if it can be fixed, maybe someone would
like to do that? I can do it myself, if I can get administrative
access to the Jenkins server. According to [2], any PMC chair
may grant such access to any committer.

So, Denis, would you grant an access to me, if there are no
objection and no other committers, that would like to resolve the
issue?

[1] - https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/
[2] - https://wiki.apache.org/general/Jenkins

Best Regards,
Igor
Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

Pavel Tupitsyn
Hi Igor,

This build did not make much sense anyway:
1) (At least) platform artifacts (.NET) can't be built there, so the
package is incomplete
2) We have TeamCity, why duplicate maintenance efforts?

Nightly release builds are very useful, but they should be done on TeamCity.
(We have them for .NET NuGet:
https://cwiki.apache.org/confluence/display/IGNITE/Nightly+Builds)

Thanks,
Pavel


On Mon, Mar 5, 2018 at 6:27 PM, Igor Sapego <[hidden email]> wrote:

> Hi Igniters,
>
> There is a job on Apache Jenkins for nightly builds of Ignite [1],
> which was useful for providing fast fixes to our users. However,
> it seems that noone supports it any more as the last successfull
> build date is 31.05.2017.
>
> Does anyone know what is the issue with the job and why it
> can not be fixed? Or if it can be fixed, maybe someone would
> like to do that? I can do it myself, if I can get administrative
> access to the Jenkins server. According to [2], any PMC chair
> may grant such access to any committer.
>
> So, Denis, would you grant an access to me, if there are no
> objection and no other committers, that would like to resolve the
> issue?
>
> [1] - https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/
> [2] - https://wiki.apache.org/general/Jenkins
>
> Best Regards,
> Igor
>
Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

dsetrakyan
On Mon, Mar 5, 2018 at 7:58 AM, Pavel Tupitsyn <[hidden email]> wrote:

> Hi Igor,
>
> This build did not make much sense anyway:
> 1) (At least) platform artifacts (.NET) can't be built there, so the
> package is incomplete
> 2) We have TeamCity, why duplicate maintenance efforts?
>

What is the link to the nightly Java builds on TeamCity?


>
> Nightly release builds are very useful, but they should be done on
> TeamCity.
> (We have them for .NET NuGet:
> https://cwiki.apache.org/confluence/display/IGNITE/Nightly+Builds)
>
> Thanks,
> Pavel
Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

vveider
I guess there is no such thing as Nightly RELEASE Builds right now in TeamCity.

We have only nightly test builds on master.

I guess there is not much effort in adding nightly release build, so, if this task has it’s priority — please fill the ticket and I’ll prepare corresponding build.



> On 6 Mar 2018, at 10:49, Dmitriy Setrakyan <[hidden email]> wrote:
>
> On Mon, Mar 5, 2018 at 7:58 AM, Pavel Tupitsyn <[hidden email]> wrote:
>
>> Hi Igor,
>>
>> This build did not make much sense anyway:
>> 1) (At least) platform artifacts (.NET) can't be built there, so the
>> package is incomplete
>> 2) We have TeamCity, why duplicate maintenance efforts?
>>
>
> What is the link to the nightly Java builds on TeamCity?
>
>
>>
>> Nightly release builds are very useful, but they should be done on
>> TeamCity.
>> (We have them for .NET NuGet:
>> https://cwiki.apache.org/confluence/display/IGNITE/Nightly+Builds)
>>
>> Thanks,
>> Pavel

Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

dsetrakyan
On Tue, Mar 6, 2018 at 12:02 AM, Petr Ivanov <[hidden email]> wrote:

> I guess there is no such thing as Nightly RELEASE Builds right now in
> TeamCity.
>
> We have only nightly test builds on master.
>
> I guess there is not much effort in adding nightly release build, so, if
> this task has it’s priority — please fill the ticket and I’ll prepare
> corresponding build.
>

In the mean time, can we fix the Jenkin's build?
Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

Dmitriy Pavlov
IMO we should migrate to one platform instead of fixing deprecated. Now
target platform is TeamCity.

вт, 6 мар. 2018 г. в 11:06, Dmitriy Setrakyan <[hidden email]>:

> On Tue, Mar 6, 2018 at 12:02 AM, Petr Ivanov <[hidden email]> wrote:
>
> > I guess there is no such thing as Nightly RELEASE Builds right now in
> > TeamCity.
> >
> > We have only nightly test builds on master.
> >
> > I guess there is not much effort in adding nightly release build, so, if
> > this task has it’s priority — please fill the ticket and I’ll prepare
> > corresponding build.
> >
>
> In the mean time, can we fix the Jenkin's build?
>
Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

vveider
In reply to this post by dsetrakyan
Amount of effort will exceed creating new build on TeamCity.
Currently on TeamCity we have prepared and working Release Build project, which can be copied and modified to run at night.

A think we have to discuss the delivery of those nightly release artifacts to users: some king of page ’Nightly build' at ignite.apache.org <http://ignite.apache.org/> or alike.



> On 6 Mar 2018, at 11:05, Dmitriy Setrakyan <[hidden email]> wrote:
>
> On Tue, Mar 6, 2018 at 12:02 AM, Petr Ivanov <[hidden email]> wrote:
>
>> I guess there is no such thing as Nightly RELEASE Builds right now in
>> TeamCity.
>>
>> We have only nightly test builds on master.
>>
>> I guess there is not much effort in adding nightly release build, so, if
>> this task has it’s priority — please fill the ticket and I’ll prepare
>> corresponding build.
>>
>
> In the mean time, can we fix the Jenkin's build?

Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

dsetrakyan
OK, fine, in that case please send out a link to the TC nightly builds
whenever it is ready, so the community would know where to get it.

On Tue, Mar 6, 2018 at 12:16 AM, Petr Ivanov <[hidden email]> wrote:

> Amount of effort will exceed creating new build on TeamCity.
> Currently on TeamCity we have prepared and working Release Build project,
> which can be copied and modified to run at night.
>
> A think we have to discuss the delivery of those nightly release artifacts
> to users: some king of page ’Nightly build' at ignite.apache.org <
> http://ignite.apache.org/> or alike.
>
>
>
> > On 6 Mar 2018, at 11:05, Dmitriy Setrakyan <[hidden email]>
> wrote:
> >
> > On Tue, Mar 6, 2018 at 12:02 AM, Petr Ivanov <[hidden email]>
> wrote:
> >
> >> I guess there is no such thing as Nightly RELEASE Builds right now in
> >> TeamCity.
> >>
> >> We have only nightly test builds on master.
> >>
> >> I guess there is not much effort in adding nightly release build, so, if
> >> this task has it’s priority — please fill the ticket and I’ll prepare
> >> corresponding build.
> >>
> >
> > In the mean time, can we fix the Jenkin's build?
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Ignite nightly build job on Apache Jenkins server

Dmitriy Pavlov
I've started to accumulate information about our tests eco-system here
https://cwiki.apache.org/confluence/display/IGNITE/Continuous+Integration (It
draft now, I'll also send an announcing mail when it will be ready).

I will add this link to the page also.

ср, 7 мар. 2018 г. в 0:03, Dmitriy Setrakyan <[hidden email]>:

> OK, fine, in that case please send out a link to the TC nightly builds
> whenever it is ready, so the community would know where to get it.
>
> On Tue, Mar 6, 2018 at 12:16 AM, Petr Ivanov <[hidden email]> wrote:
>
> > Amount of effort will exceed creating new build on TeamCity.
> > Currently on TeamCity we have prepared and working Release Build project,
> > which can be copied and modified to run at night.
> >
> > A think we have to discuss the delivery of those nightly release
> artifacts
> > to users: some king of page ’Nightly build' at ignite.apache.org <
> > http://ignite.apache.org/> or alike.
> >
> >
> >
> > > On 6 Mar 2018, at 11:05, Dmitriy Setrakyan <[hidden email]>
> > wrote:
> > >
> > > On Tue, Mar 6, 2018 at 12:02 AM, Petr Ivanov <[hidden email]>
> > wrote:
> > >
> > >> I guess there is no such thing as Nightly RELEASE Builds right now in
> > >> TeamCity.
> > >>
> > >> We have only nightly test builds on master.
> > >>
> > >> I guess there is not much effort in adding nightly release build, so,
> if
> > >> this task has it’s priority — please fill the ticket and I’ll prepare
> > >> corresponding build.
> > >>
> > >
> > > In the mean time, can we fix the Jenkin's build?
> >
> >
>