You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by Alfonso Nishikawa <al...@gmail.com> on 2020/10/20 21:17:24 UTC

[Gora] builds.apache.org

Hi!

I took a look and I don't find our project in builds.apache.org to see if
it is building satisfactorily. I took a look because I am getting a
ClassCast error in gora-infinispan tests and wanted to see if it is a
problem related to my computer or master.

Can we see the status of success somewhere? I expected to see it in
builds.apache.org
Don we have to ask Infra?

Thank you! :)

Regards,

Alfonso Nishikawa

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Damien!

Thank you very much!!!!
And I see you fixed the tests :D

Good job!!

Regards,
Alfonso Nishikawa


El dom, 4 abr 2021 a las 20:52, Damien Raude-Morvan (<dr...@drazzib.com>)
escribió:

> Hi!
>
> After a few trials and errors, I've finally been able to use Jenkins
> pipeline
> <
> https://ci-builds.apache.org/blue/organizations/jenkins/Gora%2Fgora-pipeline/activity
> >
> to deploy SNAPSHOTs to Nexus!
>
> Our Jenkinsfile - on master branch of Apache Gora repository - describe a
> "Deploy Snaphots" stage which is executed at end of our pipeline. You can
> check in latest (#20) build its Deploy snapshots
> <
> https://ci-builds.apache.org/blue/organizations/jenkins/Gora%2Fgora-pipeline/detail/master/20/pipeline/61
> >
> execution.
> This stage contains a simple "mvn--activate-profiles release -DskipTests
> deploy" step in order to trigger standard Maven upload capabilties + active
> our custom "release" profile.
>
> On Nexus side, gora-core/1.0-SNAPSHOT/maven-metadata.xml
> <
> https://repository.apache.org/service/local/repositories/snapshots/content/org/apache/gora/gora-core/1.0-SNAPSHOT/maven-metadata.xml
> >
> and related files seems properly updated and artifacts uploaded. AFAICT, it
> use a "ci-hudson" account which is automatically setup by Jenkins side.
>
> For the record, I also had to apply some changes (on master) outside the
> scope my initial target
> 1. Exclude org.apache.gora.benchmark.generated package from Javadoc
> <
> https://github.com/apache/gora/commit/bd843c2cb4432d7a03185e1932e2e1c82e10ecc4
> >
> 2. Remove outdated maven.restlet.org repository (not updated anymore
> <
> https://github.com/apache/gora/commit/705d3b5fa75b3028d43c9214b9bd3453e1d40c00
> >
>
> Regards,
> <
> https://github.com/apache/gora/commit/705d3b5fa75b3028d43c9214b9bd3453e1d40c00
> >
>
> Le dim. 28 mars 2021 à 12:08, Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com>
> a écrit :
>
> > Hi, Damien!
> >
> > Thank you!
> > What I am interested in is having the snapshots being publish to
> > https://repository.apache.org . The last snapshot uploaded seems to be
> > from 19th June 2020 :(
> >
> > It would be great to have it in the multibranch pipeline (though filtered
> > only for master). Lewis configured one job based on other project. Thanks
> > for the documentation! I will read it, but I really don't know anything
> > about Jenkins. In fact, I assumed it would be needed some type of
> > user/pass/authentication and I see that no configuration specifies it...
> :/
> > (so, I actually don't understand much what's going on under the hood :P)
> >
> > Regards,
> >
> > Alfonso Nishikawa
> >
> >
> >
> > El sáb, 27 mar 2021 a las 22:02, Damien Raude-Morvan (<
> drazzib@drazzib.com>)
> > escribió:
> >
> >> Hi Alfonso !
> >>
> >> Le sam. 27 mars 2021 à 21:36, Alfonso Nishikawa <
> >> alfonso.nishikawa@gmail.com>
> >> a écrit :
> >>
> >> > Right now I see that CouchDB fails
> >> >
> >> >
> >>
> org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore
> >> >
> >> > Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
> >> > imagePullPolicy=DefaultPullPolicy())
> >> > Caused by: com.github.dockerjava.api.exception.NotFoundException:
> >> > {"message":"No such image: testcontainersofficial/ryuk:0.3.0"}
> >> >
> >>
> >> I've created GORA-674 <https://issues.apache.org/jira/browse/GORA-674>
> >> for
> >> this particular issu. As described in JIRA, it seems to be linked to a
> >> change in Docker Runtime API and testcontainers 1.14.
> >>
> >> I'll submit a fix soon.
> >>
> >> Regards,
> >> --
> >> Damien
> >>
> >
>
> --
> Damien
>

Re: [Gora] builds.apache.org

Posted by Damien Raude-Morvan <dr...@drazzib.com>.
Hi!

After a few trials and errors, I've finally been able to use Jenkins
pipeline
<https://ci-builds.apache.org/blue/organizations/jenkins/Gora%2Fgora-pipeline/activity>
to deploy SNAPSHOTs to Nexus!

Our Jenkinsfile - on master branch of Apache Gora repository - describe a
"Deploy Snaphots" stage which is executed at end of our pipeline. You can
check in latest (#20) build its Deploy snapshots
<https://ci-builds.apache.org/blue/organizations/jenkins/Gora%2Fgora-pipeline/detail/master/20/pipeline/61>
execution.
This stage contains a simple "mvn--activate-profiles release -DskipTests
deploy" step in order to trigger standard Maven upload capabilties + active
our custom "release" profile.

On Nexus side, gora-core/1.0-SNAPSHOT/maven-metadata.xml
<https://repository.apache.org/service/local/repositories/snapshots/content/org/apache/gora/gora-core/1.0-SNAPSHOT/maven-metadata.xml>
and related files seems properly updated and artifacts uploaded. AFAICT, it
use a "ci-hudson" account which is automatically setup by Jenkins side.

For the record, I also had to apply some changes (on master) outside the
scope my initial target
1. Exclude org.apache.gora.benchmark.generated package from Javadoc
<https://github.com/apache/gora/commit/bd843c2cb4432d7a03185e1932e2e1c82e10ecc4>
2. Remove outdated maven.restlet.org repository (not updated anymore
<https://github.com/apache/gora/commit/705d3b5fa75b3028d43c9214b9bd3453e1d40c00>

Regards,
<https://github.com/apache/gora/commit/705d3b5fa75b3028d43c9214b9bd3453e1d40c00>

Le dim. 28 mars 2021 à 12:08, Alfonso Nishikawa <al...@gmail.com>
a écrit :

> Hi, Damien!
>
> Thank you!
> What I am interested in is having the snapshots being publish to
> https://repository.apache.org . The last snapshot uploaded seems to be
> from 19th June 2020 :(
>
> It would be great to have it in the multibranch pipeline (though filtered
> only for master). Lewis configured one job based on other project. Thanks
> for the documentation! I will read it, but I really don't know anything
> about Jenkins. In fact, I assumed it would be needed some type of
> user/pass/authentication and I see that no configuration specifies it... :/
> (so, I actually don't understand much what's going on under the hood :P)
>
> Regards,
>
> Alfonso Nishikawa
>
>
>
> El sáb, 27 mar 2021 a las 22:02, Damien Raude-Morvan (<dr...@drazzib.com>)
> escribió:
>
>> Hi Alfonso !
>>
>> Le sam. 27 mars 2021 à 21:36, Alfonso Nishikawa <
>> alfonso.nishikawa@gmail.com>
>> a écrit :
>>
>> > Right now I see that CouchDB fails
>> >
>> >
>> org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore
>> >
>> > Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
>> > imagePullPolicy=DefaultPullPolicy())
>> > Caused by: com.github.dockerjava.api.exception.NotFoundException:
>> > {"message":"No such image: testcontainersofficial/ryuk:0.3.0"}
>> >
>>
>> I've created GORA-674 <https://issues.apache.org/jira/browse/GORA-674>
>> for
>> this particular issu. As described in JIRA, it seems to be linked to a
>> change in Docker Runtime API and testcontainers 1.14.
>>
>> I'll submit a fix soon.
>>
>> Regards,
>> --
>> Damien
>>
>

-- 
Damien

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Damien!

Thank you!
What I am interested in is having the snapshots being publish to
https://repository.apache.org . The last snapshot uploaded seems to be from
19th June 2020 :(

It would be great to have it in the multibranch pipeline (though filtered
only for master). Lewis configured one job based on other project. Thanks
for the documentation! I will read it, but I really don't know anything
about Jenkins. In fact, I assumed it would be needed some type of
user/pass/authentication and I see that no configuration specifies it... :/
(so, I actually don't understand much what's going on under the hood :P)

Regards,

Alfonso Nishikawa



El sáb, 27 mar 2021 a las 22:02, Damien Raude-Morvan (<dr...@drazzib.com>)
escribió:

> Hi Alfonso !
>
> Le sam. 27 mars 2021 à 21:36, Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com>
> a écrit :
>
> > Right now I see that CouchDB fails
> >
> >
> org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore
> >
> > Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
> > imagePullPolicy=DefaultPullPolicy())
> > Caused by: com.github.dockerjava.api.exception.NotFoundException:
> > {"message":"No such image: testcontainersofficial/ryuk:0.3.0"}
> >
>
> I've created GORA-674 <https://issues.apache.org/jira/browse/GORA-674> for
> this particular issu. As described in JIRA, it seems to be linked to a
> change in Docker Runtime API and testcontainers 1.14.
>
> I'll submit a fix soon.
>
> Regards,
> --
> Damien
>

Re: [Gora] builds.apache.org

Posted by Damien Raude-Morvan <dr...@drazzib.com>.
Hi Alfonso !

Le sam. 27 mars 2021 à 21:36, Alfonso Nishikawa <al...@gmail.com>
a écrit :

> Right now I see that CouchDB fails
>
> org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore
>
> Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
> imagePullPolicy=DefaultPullPolicy())
> Caused by: com.github.dockerjava.api.exception.NotFoundException:
> {"message":"No such image: testcontainersofficial/ryuk:0.3.0"}
>

I've created GORA-674 <https://issues.apache.org/jira/browse/GORA-674> for
this particular issu. As described in JIRA, it seems to be linked to a
change in Docker Runtime API and testcontainers 1.14.

I'll submit a fix soon.

Regards,
-- 
Damien

Re: [Gora] builds.apache.org

Posted by Damien Raude-Morvan <dr...@drazzib.com>.
Hi all !

I'm trying to catch up on the emails on this list regarding a subject that
interests me : Gora Continuous Integration :)

I'm a little confused about what we're trying to achieve here:

Last year, I've spend some time to setup a multi-branch Jenkins pipeline
<https://ci-builds.apache.org/job/Gora/job/gora-pipeline/> which is
properly setup by Jenkinsfile located inside our git repository.
Lewis just added a manual Jenkins job on master branch
<https://ci-builds.apache.org/job/Gora/job/gora-master/> which seems
(AFAIK) to duplicate the purpose of the previous pipeline.

For my point of view, it seems easier and more maintainable to modify
existing Jenkinsfile in order to add support for artifacts upload, isn't it
?
There is a Deploying Artifacts
<https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes#MultibranchPipelinerecipes-DeployingArtifacts>
section on Multibranch Pipeline recipes documentation from INFRA. Maybe
someone can give it a try ?

Regards !

Le sam. 27 mars 2021 à 21:36, Alfonso Nishikawa <al...@gmail.com>
a écrit :

> Hi, Lewis!
>
> Thank you very much! I confirm I can change the job, and I updated 2
> options: I set to @daily because the build takes more than 1 hour, and set
> the timeout to 4 hours :)
>
> Right now I see that CouchDB fails
>
> org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore
>
> Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
> imagePullPolicy=DefaultPullPolicy())
> Caused by: com.github.dockerjava.api.exception.NotFoundException:
> {"message":"No such image: testcontainersofficial/ryuk:0.3.0"}
>
> but let's see if it works after fixing that issue :)
>
> Thanks a lot again!
>
> Regards,
> Alfonso Nishikawa
>
>
> El sáb, 27 mar 2021 a las 15:55, lewis john mcgibbney (<lewismc@apache.org
> >)
> escribió:
>
> > Hi Folks,
> > I went ahead and created a build for master.
> > https://ci-builds.apache.org/job/Gora/job/gora-master/1/
> > Alfonso, Kevin or anyone else you should have access to the builds. If
> you
> > do not please ask infra on Slack or via email/JIRA. No access is
> privilege.
> > We should all have the same access.
> > Thanks guys, good work.
> > lewismc
> >
> > On Sat, Mar 27, 2021 at 5:20 AM Alfonso Nishikawa <
> > alfonso.nishikawa@gmail.com> wrote:
> >
> > > Hi, Kevin.
> > >
> > > You are right :( probably only Lewis has access.
> > > Our current pipeline does not publish the snapshots to nexus. Last
> > > snapshot jar is from around june of last year. I can't configure it
> > because
> > > I don't know how to make Jenkins deploy the snapshots jars from master
> > > buils :( (I don't event know how to deploy the official jars)
> > >
> > > Regards,
> > >
> > > Alfonso
> > >
> > >
> > > El sáb, 27 mar 2021 a las 9:57, Kevin Ratnasekera (<
> > > djkevincr1989@gmail.com>) escribió:
> > >
> > >> Hi Alfonso,
> > >>
> > >> I just checked the Any23 job configuration link, I get the same error
> > >> related to missing permissions. I think only committers of the
> > >> particular project are allowed to read / write access to build
> > >> configurations.
> > >>
> > >> Let's see whether we can find issues with our current gora-pipeline
> > >> configuration.
> > >>
> > >> Regards
> > >> Kevin
> > >>
> > >>
> >
>


-- 
Damien

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Lewis!

Thank you very much! I confirm I can change the job, and I updated 2
options: I set to @daily because the build takes more than 1 hour, and set
the timeout to 4 hours :)

Right now I see that CouchDB fails
org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore

Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
imagePullPolicy=DefaultPullPolicy())
Caused by: com.github.dockerjava.api.exception.NotFoundException:
{"message":"No such image: testcontainersofficial/ryuk:0.3.0"}

but let's see if it works after fixing that issue :)

Thanks a lot again!

Regards,
Alfonso Nishikawa


El sáb, 27 mar 2021 a las 15:55, lewis john mcgibbney (<le...@apache.org>)
escribió:

> Hi Folks,
> I went ahead and created a build for master.
> https://ci-builds.apache.org/job/Gora/job/gora-master/1/
> Alfonso, Kevin or anyone else you should have access to the builds. If you
> do not please ask infra on Slack or via email/JIRA. No access is privilege.
> We should all have the same access.
> Thanks guys, good work.
> lewismc
>
> On Sat, Mar 27, 2021 at 5:20 AM Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com> wrote:
>
> > Hi, Kevin.
> >
> > You are right :( probably only Lewis has access.
> > Our current pipeline does not publish the snapshots to nexus. Last
> > snapshot jar is from around june of last year. I can't configure it
> because
> > I don't know how to make Jenkins deploy the snapshots jars from master
> > buils :( (I don't event know how to deploy the official jars)
> >
> > Regards,
> >
> > Alfonso
> >
> >
> > El sáb, 27 mar 2021 a las 9:57, Kevin Ratnasekera (<
> > djkevincr1989@gmail.com>) escribió:
> >
> >> Hi Alfonso,
> >>
> >> I just checked the Any23 job configuration link, I get the same error
> >> related to missing permissions. I think only committers of the
> >> particular project are allowed to read / write access to build
> >> configurations.
> >>
> >> Let's see whether we can find issues with our current gora-pipeline
> >> configuration.
> >>
> >> Regards
> >> Kevin
> >>
> >>
>

Re: [Gora] builds.apache.org

Posted by lewis john mcgibbney <le...@apache.org>.
Hi Folks,
I went ahead and created a build for master.
https://ci-builds.apache.org/job/Gora/job/gora-master/1/
Alfonso, Kevin or anyone else you should have access to the builds. If you
do not please ask infra on Slack or via email/JIRA. No access is privilege.
We should all have the same access.
Thanks guys, good work.
lewismc

On Sat, Mar 27, 2021 at 5:20 AM Alfonso Nishikawa <
alfonso.nishikawa@gmail.com> wrote:

> Hi, Kevin.
>
> You are right :( probably only Lewis has access.
> Our current pipeline does not publish the snapshots to nexus. Last
> snapshot jar is from around june of last year. I can't configure it because
> I don't know how to make Jenkins deploy the snapshots jars from master
> buils :( (I don't event know how to deploy the official jars)
>
> Regards,
>
> Alfonso
>
>
> El sáb, 27 mar 2021 a las 9:57, Kevin Ratnasekera (<
> djkevincr1989@gmail.com>) escribió:
>
>> Hi Alfonso,
>>
>> I just checked the Any23 job configuration link, I get the same error
>> related to missing permissions. I think only committers of the
>> particular project are allowed to read / write access to build
>> configurations.
>>
>> Let's see whether we can find issues with our current gora-pipeline
>> configuration.
>>
>> Regards
>> Kevin
>>
>>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Kevin.

You are right :( probably only Lewis has access.
Our current pipeline does not publish the snapshots to nexus. Last snapshot
jar is from around june of last year. I can't configure it because I don't
know how to make Jenkins deploy the snapshots jars from master buils :( (I
don't event know how to deploy the official jars)

Regards,

Alfonso


El sáb, 27 mar 2021 a las 9:57, Kevin Ratnasekera (<dj...@gmail.com>)
escribió:

> Hi Alfonso,
>
> I just checked the Any23 job configuration link, I get the same error
> related to missing permissions. I think only committers of the
> particular project are allowed to read / write access to build
> configurations.
>
> Let's see whether we can find issues with our current gora-pipeline
> configuration.
>
> Regards
> Kevin
>
> On Sat, Mar 27, 2021 at 2:54 PM Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com> wrote:
>
>> Hi!
>>
>> It seems I dont have the permission task/configure to access
>> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure :(
>> May I get the permissions? :)
>>
>> Thank you!
>>
>> Regards,
>> Alfonso
>>
>>
>> El mar, 23 mar 2021 a las 7:54, Alfonso Nishikawa (<
>> alfonso.nishikawa@gmail.com>) escribió:
>>
>>> Hi, Lewis!
>>>
>>> I will take a look and comment if I have any issue.
>>>
>>> Thank you!! :)
>>>
>>> Regards,
>>> Alfonso
>>>
>>> El mar., 23 mar. 2021 1:12, Lewis John McGibbney <le...@apache.org>
>>> escribió:
>>>
>>>> Hi Alfonso,
>>>> The Gora builds now reside on the Cloudbees Jenkins server (which I
>>>> think you already figured out)
>>>> https://ci-builds.apache.org/job/Gora/job/gora-pipeline/job/master/
>>>> I don't have time to look into configuring the job right now but if you
>>>> look at the Any23 build we did a while back, then you can basically copy it
>>>> for the Gora master build
>>>> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure
>>>> I hope this makes sense.
>>>> lewismc
>>>>
>>>> On 2021/03/13 16:48:49, Alfonso Nishikawa <al...@gmail.com>
>>>> wrote:
>>>> > Hi!
>>>> >
>>>> > I am reopening this topic because I found that the jars master
>>>> x.x-SNAPSHOT
>>>> > are not being published to the repository of snapshots at the apache
>>>> > repository
>>>> >
>>>> https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
>>>> > since Jun 2020.
>>>> >
>>>> > I guess we would need to add a "deploy" step to the Jenkins file (see
>>>> > https://github.com/apache/gora/pull/229 ,
>>>> > https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does
>>>> anyone
>>>> > exactly what command is it? Or how to configure it? Maybe I have to
>>>> ask
>>>> > INFRA?
>>>> >
>>>> > Let me know :)
>>>> >
>>>> > Thank you!
>>>> >
>>>> > Regards,
>>>> > Alfonso Nishikawa
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
>>>> > alfonso.nishikawa@gmail.com>) escribió:
>>>> >
>>>> > > All merits go for Damien :D Thanks too!
>>>> > >
>>>> > > Best regards,
>>>> > >
>>>> > > Alfonso Nishikawa
>>>> > >
>>>> > > El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
>>>> > > djkevincr1989@gmail.com>) escribió:
>>>> > >
>>>> > >> Hi Damien/Alfonso,
>>>> > >>
>>>> > >> I just noticed the jenkins build system works just fine. Thank you
>>>> for
>>>> > >> setting up builds again. :)
>>>> > >>
>>>> > >> Regards
>>>> > >> Kevin
>>>> > >>
>>>> > >> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
>>>> > >> alfonso.nishikawa@gmail.com> wrote:
>>>> > >>
>>>> > >>> Hi, Damien.
>>>> > >>>
>>>> > >>> I really don't know anything about how to configure Jenkins, so
>>>> > >>> everything
>>>> > >>> seems ok to me n_nU
>>>> > >>>
>>>> > >>> Thank you!
>>>> > >>>
>>>> > >>> Best regards,
>>>> > >>>
>>>> > >>> Alfonso Nishikawa
>>>> > >>>
>>>> > >>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
>>>> > >>> drazzib@drazzib.com>)
>>>> > >>> escribió:
>>>> > >>>
>>>> > >>> > Hi Kevin & Alfonso !
>>>> > >>> >
>>>> > >>> > I've pretty good experience regarding creating Jenkinsfile for
>>>> Java
>>>> > >>> > projects. I think this is the way to go for Gora.
>>>> > >>> >
>>>> > >>> > This approach is described on ASF wiki : Multibranch Pipeline
>>>> recipes
>>>> > >>> > <
>>>> > >>> >
>>>> > >>>
>>>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
>>>> > >>> > >
>>>> > >>> >
>>>> > >>> > I've created a new issue (GORA-668
>>>> > >>> > <https://issues.apache.org/jira/browse/GORA-668>) on this
>>>> subject
>>>> > >>> >
>>>> > >>> > Regards,
>>>> > >>> >
>>>> > >>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
>>>> > >>> djkevincr1989@gmail.com>
>>>> > >>> > a
>>>> > >>> > écrit :
>>>> > >>> >
>>>> > >>> > > Hi Alfonso,
>>>> > >>> > >
>>>> > >>> > > Apologize for taking time to respond to your email. Thank you
>>>> for
>>>> > >>> taking
>>>> > >>> > > over this and creating the ticket. Let's see what we can do,
>>>> once
>>>> > >>> INFRA
>>>> > >>> > > responds back to the ticket.
>>>> > >>> > >
>>>> > >>> > > Regards
>>>> > >>> > > Kevin
>>>> > >>> > >
>>>> > >>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
>>>> > >>> > > alfonso.nishikawa@gmail.com> wrote:
>>>> > >>> > >
>>>> > >>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
>>>> > >>> > > >
>>>> > >>> > > > Now we just have to wait, and I believe we would have to
>>>> create
>>>> > >>> some
>>>> > >>> > jobs
>>>> > >>> > > > after? If I am not wrong, Infra does not create the jobs,
>>>> but I
>>>> > >>> hope I
>>>> > >>> > am
>>>> > >>> > > > mistaken :)
>>>> > >>> > > >
>>>> > >>> > > > Best regards,
>>>> > >>> > > >
>>>> > >>> > > > Alfonso Nishikawa
>>>> > >>> > > >
>>>> > >>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
>>>> > >>> > > > alfonso.nishikawa@gmail.com>) escribió:
>>>> > >>> > > >
>>>> > >>> > > > > Hi, Damien.
>>>> > >>> > > > >
>>>> > >>> > > > > Yes, I will create the ticket :) Let's see if I manage to
>>>> get it
>>>> > >>> > done,
>>>> > >>> > > > > since I never wrote to Infra :)
>>>> > >>> > > > >
>>>> > >>> > > > > Thank you!
>>>> > >>> > > > >
>>>> > >>> > > > > Best regards,
>>>> > >>> > > > >
>>>> > >>> > > > > Alfonso Nishikawa
>>>> > >>> > > > >
>>>> > >>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
>>>> > >>> > > > > drazzib@drazzib.com>) escribió:
>>>> > >>> > > > >
>>>> > >>> > > > >> Hi Alfonso!
>>>> > >>> > > > >>
>>>> > >>> > > > >> Gora builds used to be at
>>>> > >>> https://builds.apache.org/job/gora-trunk/
>>>> > >>> > > > >> but it seems that the old Jenkins instance has been
>>>> dropped...
>>>> > >>> > > > >>
>>>> > >>> > > > >> I've find a reference on this subject on build@
>>>> > >>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
>>>> > >>> > > > >> <
>>>> > >>> > > > >>
>>>> > >>> > > >
>>>> > >>> > >
>>>> > >>> >
>>>> > >>>
>>>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>>>> > >>> > > > >> >
>>>> > >>> > > > >>
>>>> > >>> > > > >> Alfonso, if you have time, can you please a ticket in
>>>> order to
>>>> > >>> > > re-create
>>>> > >>> > > > >> our job ?
>>>> > >>> > > > >>
>>>> > >>> > > > >> Best regards,
>>>> > >>> > > > >>
>>>> > >>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>>>> > >>> > > > >> alfonso.nishikawa@gmail.com>
>>>> > >>> > > > >> a écrit :
>>>> > >>> > > > >>
>>>> > >>> > > > >> > Hi, pals.
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Can I ask Infra about getting Gora into
>>>> builds.apache.org or
>>>> > >>> can
>>>> > >>> > > only
>>>> > >>> > > > >> be
>>>> > >>> > > > >> > done by the Chair? :)
>>>> > >>> > > > >> > Anyone has any insight about this?
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Thank you!!
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Regards,
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Alfonso Nishikawa
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>>>> > >>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > > Hi!
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > I took a look and I don't find our project in
>>>> > >>> builds.apache.org
>>>> > >>> > > to
>>>> > >>> > > > >> see
>>>> > >>> > > > >> > if
>>>> > >>> > > > >> > > it is building satisfactorily. I took a look because
>>>> I am
>>>> > >>> > getting
>>>> > >>> > > a
>>>> > >>> > > > >> > > ClassCast error in gora-infinispan tests and wanted
>>>> to see
>>>> > >>> if it
>>>> > >>> > > is
>>>> > >>> > > > a
>>>> > >>> > > > >> > > problem related to my computer or master.
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Can we see the status of success somewhere? I
>>>> expected to
>>>> > >>> see it
>>>> > >>> > > in
>>>> > >>> > > > >> > > builds.apache.org
>>>> > >>> > > > >> > > Don we have to ask Infra?
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Thank you! :)
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Regards,
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Alfonso Nishikawa
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> >
>>>> > >>> > > > >>
>>>> > >>> > > > >>
>>>> > >>> > > > >> --
>>>> > >>> > > > >> Damien
>>>> > >>> > > > >>
>>>> > >>> > > > >
>>>> > >>> > > >
>>>> > >>> > >
>>>> > >>> >
>>>> > >>> >
>>>> > >>> > --
>>>> > >>> > Damien
>>>> > >>> >
>>>> > >>>
>>>> > >>
>>>> >
>>>>
>>>

Re: [Gora] builds.apache.org

Posted by Kevin Ratnasekera <dj...@gmail.com>.
Hi Alfonso,

I just checked the Any23 job configuration link, I get the same error
related to missing permissions. I think only committers of the
particular project are allowed to read / write access to build
configurations.

Let's see whether we can find issues with our current gora-pipeline
configuration.

Regards
Kevin

On Sat, Mar 27, 2021 at 2:54 PM Alfonso Nishikawa <
alfonso.nishikawa@gmail.com> wrote:

> Hi!
>
> It seems I dont have the permission task/configure to access
> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure :(
> May I get the permissions? :)
>
> Thank you!
>
> Regards,
> Alfonso
>
>
> El mar, 23 mar 2021 a las 7:54, Alfonso Nishikawa (<
> alfonso.nishikawa@gmail.com>) escribió:
>
>> Hi, Lewis!
>>
>> I will take a look and comment if I have any issue.
>>
>> Thank you!! :)
>>
>> Regards,
>> Alfonso
>>
>> El mar., 23 mar. 2021 1:12, Lewis John McGibbney <le...@apache.org>
>> escribió:
>>
>>> Hi Alfonso,
>>> The Gora builds now reside on the Cloudbees Jenkins server (which I
>>> think you already figured out)
>>> https://ci-builds.apache.org/job/Gora/job/gora-pipeline/job/master/
>>> I don't have time to look into configuring the job right now but if you
>>> look at the Any23 build we did a while back, then you can basically copy it
>>> for the Gora master build
>>> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure
>>> I hope this makes sense.
>>> lewismc
>>>
>>> On 2021/03/13 16:48:49, Alfonso Nishikawa <al...@gmail.com>
>>> wrote:
>>> > Hi!
>>> >
>>> > I am reopening this topic because I found that the jars master
>>> x.x-SNAPSHOT
>>> > are not being published to the repository of snapshots at the apache
>>> > repository
>>> >
>>> https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
>>> > since Jun 2020.
>>> >
>>> > I guess we would need to add a "deploy" step to the Jenkins file (see
>>> > https://github.com/apache/gora/pull/229 ,
>>> > https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does anyone
>>> > exactly what command is it? Or how to configure it? Maybe I have to ask
>>> > INFRA?
>>> >
>>> > Let me know :)
>>> >
>>> > Thank you!
>>> >
>>> > Regards,
>>> > Alfonso Nishikawa
>>> >
>>> >
>>> >
>>> >
>>> > El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
>>> > alfonso.nishikawa@gmail.com>) escribió:
>>> >
>>> > > All merits go for Damien :D Thanks too!
>>> > >
>>> > > Best regards,
>>> > >
>>> > > Alfonso Nishikawa
>>> > >
>>> > > El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
>>> > > djkevincr1989@gmail.com>) escribió:
>>> > >
>>> > >> Hi Damien/Alfonso,
>>> > >>
>>> > >> I just noticed the jenkins build system works just fine. Thank you
>>> for
>>> > >> setting up builds again. :)
>>> > >>
>>> > >> Regards
>>> > >> Kevin
>>> > >>
>>> > >> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
>>> > >> alfonso.nishikawa@gmail.com> wrote:
>>> > >>
>>> > >>> Hi, Damien.
>>> > >>>
>>> > >>> I really don't know anything about how to configure Jenkins, so
>>> > >>> everything
>>> > >>> seems ok to me n_nU
>>> > >>>
>>> > >>> Thank you!
>>> > >>>
>>> > >>> Best regards,
>>> > >>>
>>> > >>> Alfonso Nishikawa
>>> > >>>
>>> > >>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
>>> > >>> drazzib@drazzib.com>)
>>> > >>> escribió:
>>> > >>>
>>> > >>> > Hi Kevin & Alfonso !
>>> > >>> >
>>> > >>> > I've pretty good experience regarding creating Jenkinsfile for
>>> Java
>>> > >>> > projects. I think this is the way to go for Gora.
>>> > >>> >
>>> > >>> > This approach is described on ASF wiki : Multibranch Pipeline
>>> recipes
>>> > >>> > <
>>> > >>> >
>>> > >>>
>>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
>>> > >>> > >
>>> > >>> >
>>> > >>> > I've created a new issue (GORA-668
>>> > >>> > <https://issues.apache.org/jira/browse/GORA-668>) on this
>>> subject
>>> > >>> >
>>> > >>> > Regards,
>>> > >>> >
>>> > >>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
>>> > >>> djkevincr1989@gmail.com>
>>> > >>> > a
>>> > >>> > écrit :
>>> > >>> >
>>> > >>> > > Hi Alfonso,
>>> > >>> > >
>>> > >>> > > Apologize for taking time to respond to your email. Thank you
>>> for
>>> > >>> taking
>>> > >>> > > over this and creating the ticket. Let's see what we can do,
>>> once
>>> > >>> INFRA
>>> > >>> > > responds back to the ticket.
>>> > >>> > >
>>> > >>> > > Regards
>>> > >>> > > Kevin
>>> > >>> > >
>>> > >>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
>>> > >>> > > alfonso.nishikawa@gmail.com> wrote:
>>> > >>> > >
>>> > >>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
>>> > >>> > > >
>>> > >>> > > > Now we just have to wait, and I believe we would have to
>>> create
>>> > >>> some
>>> > >>> > jobs
>>> > >>> > > > after? If I am not wrong, Infra does not create the jobs,
>>> but I
>>> > >>> hope I
>>> > >>> > am
>>> > >>> > > > mistaken :)
>>> > >>> > > >
>>> > >>> > > > Best regards,
>>> > >>> > > >
>>> > >>> > > > Alfonso Nishikawa
>>> > >>> > > >
>>> > >>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
>>> > >>> > > > alfonso.nishikawa@gmail.com>) escribió:
>>> > >>> > > >
>>> > >>> > > > > Hi, Damien.
>>> > >>> > > > >
>>> > >>> > > > > Yes, I will create the ticket :) Let's see if I manage to
>>> get it
>>> > >>> > done,
>>> > >>> > > > > since I never wrote to Infra :)
>>> > >>> > > > >
>>> > >>> > > > > Thank you!
>>> > >>> > > > >
>>> > >>> > > > > Best regards,
>>> > >>> > > > >
>>> > >>> > > > > Alfonso Nishikawa
>>> > >>> > > > >
>>> > >>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
>>> > >>> > > > > drazzib@drazzib.com>) escribió:
>>> > >>> > > > >
>>> > >>> > > > >> Hi Alfonso!
>>> > >>> > > > >>
>>> > >>> > > > >> Gora builds used to be at
>>> > >>> https://builds.apache.org/job/gora-trunk/
>>> > >>> > > > >> but it seems that the old Jenkins instance has been
>>> dropped...
>>> > >>> > > > >>
>>> > >>> > > > >> I've find a reference on this subject on build@
>>> > >>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
>>> > >>> > > > >> <
>>> > >>> > > > >>
>>> > >>> > > >
>>> > >>> > >
>>> > >>> >
>>> > >>>
>>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>>> > >>> > > > >> >
>>> > >>> > > > >>
>>> > >>> > > > >> Alfonso, if you have time, can you please a ticket in
>>> order to
>>> > >>> > > re-create
>>> > >>> > > > >> our job ?
>>> > >>> > > > >>
>>> > >>> > > > >> Best regards,
>>> > >>> > > > >>
>>> > >>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>>> > >>> > > > >> alfonso.nishikawa@gmail.com>
>>> > >>> > > > >> a écrit :
>>> > >>> > > > >>
>>> > >>> > > > >> > Hi, pals.
>>> > >>> > > > >> >
>>> > >>> > > > >> > Can I ask Infra about getting Gora into
>>> builds.apache.org or
>>> > >>> can
>>> > >>> > > only
>>> > >>> > > > >> be
>>> > >>> > > > >> > done by the Chair? :)
>>> > >>> > > > >> > Anyone has any insight about this?
>>> > >>> > > > >> >
>>> > >>> > > > >> > Thank you!!
>>> > >>> > > > >> >
>>> > >>> > > > >> > Regards,
>>> > >>> > > > >> >
>>> > >>> > > > >> > Alfonso Nishikawa
>>> > >>> > > > >> >
>>> > >>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>>> > >>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
>>> > >>> > > > >> >
>>> > >>> > > > >> > > Hi!
>>> > >>> > > > >> > >
>>> > >>> > > > >> > > I took a look and I don't find our project in
>>> > >>> builds.apache.org
>>> > >>> > > to
>>> > >>> > > > >> see
>>> > >>> > > > >> > if
>>> > >>> > > > >> > > it is building satisfactorily. I took a look because
>>> I am
>>> > >>> > getting
>>> > >>> > > a
>>> > >>> > > > >> > > ClassCast error in gora-infinispan tests and wanted
>>> to see
>>> > >>> if it
>>> > >>> > > is
>>> > >>> > > > a
>>> > >>> > > > >> > > problem related to my computer or master.
>>> > >>> > > > >> > >
>>> > >>> > > > >> > > Can we see the status of success somewhere? I
>>> expected to
>>> > >>> see it
>>> > >>> > > in
>>> > >>> > > > >> > > builds.apache.org
>>> > >>> > > > >> > > Don we have to ask Infra?
>>> > >>> > > > >> > >
>>> > >>> > > > >> > > Thank you! :)
>>> > >>> > > > >> > >
>>> > >>> > > > >> > > Regards,
>>> > >>> > > > >> > >
>>> > >>> > > > >> > > Alfonso Nishikawa
>>> > >>> > > > >> > >
>>> > >>> > > > >> >
>>> > >>> > > > >>
>>> > >>> > > > >>
>>> > >>> > > > >> --
>>> > >>> > > > >> Damien
>>> > >>> > > > >>
>>> > >>> > > > >
>>> > >>> > > >
>>> > >>> > >
>>> > >>> >
>>> > >>> >
>>> > >>> > --
>>> > >>> > Damien
>>> > >>> >
>>> > >>>
>>> > >>
>>> >
>>>
>>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi!

It seems I dont have the permission task/configure to access
https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure :(
May I get the permissions? :)

Thank you!

Regards,
Alfonso


El mar, 23 mar 2021 a las 7:54, Alfonso Nishikawa (<
alfonso.nishikawa@gmail.com>) escribió:

> Hi, Lewis!
>
> I will take a look and comment if I have any issue.
>
> Thank you!! :)
>
> Regards,
> Alfonso
>
> El mar., 23 mar. 2021 1:12, Lewis John McGibbney <le...@apache.org>
> escribió:
>
>> Hi Alfonso,
>> The Gora builds now reside on the Cloudbees Jenkins server (which I think
>> you already figured out)
>> https://ci-builds.apache.org/job/Gora/job/gora-pipeline/job/master/
>> I don't have time to look into configuring the job right now but if you
>> look at the Any23 build we did a while back, then you can basically copy it
>> for the Gora master build
>> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure
>> I hope this makes sense.
>> lewismc
>>
>> On 2021/03/13 16:48:49, Alfonso Nishikawa <al...@gmail.com>
>> wrote:
>> > Hi!
>> >
>> > I am reopening this topic because I found that the jars master
>> x.x-SNAPSHOT
>> > are not being published to the repository of snapshots at the apache
>> > repository
>> >
>> https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
>> > since Jun 2020.
>> >
>> > I guess we would need to add a "deploy" step to the Jenkins file (see
>> > https://github.com/apache/gora/pull/229 ,
>> > https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does anyone
>> > exactly what command is it? Or how to configure it? Maybe I have to ask
>> > INFRA?
>> >
>> > Let me know :)
>> >
>> > Thank you!
>> >
>> > Regards,
>> > Alfonso Nishikawa
>> >
>> >
>> >
>> >
>> > El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
>> > alfonso.nishikawa@gmail.com>) escribió:
>> >
>> > > All merits go for Damien :D Thanks too!
>> > >
>> > > Best regards,
>> > >
>> > > Alfonso Nishikawa
>> > >
>> > > El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
>> > > djkevincr1989@gmail.com>) escribió:
>> > >
>> > >> Hi Damien/Alfonso,
>> > >>
>> > >> I just noticed the jenkins build system works just fine. Thank you
>> for
>> > >> setting up builds again. :)
>> > >>
>> > >> Regards
>> > >> Kevin
>> > >>
>> > >> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
>> > >> alfonso.nishikawa@gmail.com> wrote:
>> > >>
>> > >>> Hi, Damien.
>> > >>>
>> > >>> I really don't know anything about how to configure Jenkins, so
>> > >>> everything
>> > >>> seems ok to me n_nU
>> > >>>
>> > >>> Thank you!
>> > >>>
>> > >>> Best regards,
>> > >>>
>> > >>> Alfonso Nishikawa
>> > >>>
>> > >>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
>> > >>> drazzib@drazzib.com>)
>> > >>> escribió:
>> > >>>
>> > >>> > Hi Kevin & Alfonso !
>> > >>> >
>> > >>> > I've pretty good experience regarding creating Jenkinsfile for
>> Java
>> > >>> > projects. I think this is the way to go for Gora.
>> > >>> >
>> > >>> > This approach is described on ASF wiki : Multibranch Pipeline
>> recipes
>> > >>> > <
>> > >>> >
>> > >>>
>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
>> > >>> > >
>> > >>> >
>> > >>> > I've created a new issue (GORA-668
>> > >>> > <https://issues.apache.org/jira/browse/GORA-668>) on this subject
>> > >>> >
>> > >>> > Regards,
>> > >>> >
>> > >>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
>> > >>> djkevincr1989@gmail.com>
>> > >>> > a
>> > >>> > écrit :
>> > >>> >
>> > >>> > > Hi Alfonso,
>> > >>> > >
>> > >>> > > Apologize for taking time to respond to your email. Thank you
>> for
>> > >>> taking
>> > >>> > > over this and creating the ticket. Let's see what we can do,
>> once
>> > >>> INFRA
>> > >>> > > responds back to the ticket.
>> > >>> > >
>> > >>> > > Regards
>> > >>> > > Kevin
>> > >>> > >
>> > >>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
>> > >>> > > alfonso.nishikawa@gmail.com> wrote:
>> > >>> > >
>> > >>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
>> > >>> > > >
>> > >>> > > > Now we just have to wait, and I believe we would have to
>> create
>> > >>> some
>> > >>> > jobs
>> > >>> > > > after? If I am not wrong, Infra does not create the jobs, but
>> I
>> > >>> hope I
>> > >>> > am
>> > >>> > > > mistaken :)
>> > >>> > > >
>> > >>> > > > Best regards,
>> > >>> > > >
>> > >>> > > > Alfonso Nishikawa
>> > >>> > > >
>> > >>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
>> > >>> > > > alfonso.nishikawa@gmail.com>) escribió:
>> > >>> > > >
>> > >>> > > > > Hi, Damien.
>> > >>> > > > >
>> > >>> > > > > Yes, I will create the ticket :) Let's see if I manage to
>> get it
>> > >>> > done,
>> > >>> > > > > since I never wrote to Infra :)
>> > >>> > > > >
>> > >>> > > > > Thank you!
>> > >>> > > > >
>> > >>> > > > > Best regards,
>> > >>> > > > >
>> > >>> > > > > Alfonso Nishikawa
>> > >>> > > > >
>> > >>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
>> > >>> > > > > drazzib@drazzib.com>) escribió:
>> > >>> > > > >
>> > >>> > > > >> Hi Alfonso!
>> > >>> > > > >>
>> > >>> > > > >> Gora builds used to be at
>> > >>> https://builds.apache.org/job/gora-trunk/
>> > >>> > > > >> but it seems that the old Jenkins instance has been
>> dropped...
>> > >>> > > > >>
>> > >>> > > > >> I've find a reference on this subject on build@
>> > >>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
>> > >>> > > > >> <
>> > >>> > > > >>
>> > >>> > > >
>> > >>> > >
>> > >>> >
>> > >>>
>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>> > >>> > > > >> >
>> > >>> > > > >>
>> > >>> > > > >> Alfonso, if you have time, can you please a ticket in
>> order to
>> > >>> > > re-create
>> > >>> > > > >> our job ?
>> > >>> > > > >>
>> > >>> > > > >> Best regards,
>> > >>> > > > >>
>> > >>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>> > >>> > > > >> alfonso.nishikawa@gmail.com>
>> > >>> > > > >> a écrit :
>> > >>> > > > >>
>> > >>> > > > >> > Hi, pals.
>> > >>> > > > >> >
>> > >>> > > > >> > Can I ask Infra about getting Gora into
>> builds.apache.org or
>> > >>> can
>> > >>> > > only
>> > >>> > > > >> be
>> > >>> > > > >> > done by the Chair? :)
>> > >>> > > > >> > Anyone has any insight about this?
>> > >>> > > > >> >
>> > >>> > > > >> > Thank you!!
>> > >>> > > > >> >
>> > >>> > > > >> > Regards,
>> > >>> > > > >> >
>> > >>> > > > >> > Alfonso Nishikawa
>> > >>> > > > >> >
>> > >>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>> > >>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
>> > >>> > > > >> >
>> > >>> > > > >> > > Hi!
>> > >>> > > > >> > >
>> > >>> > > > >> > > I took a look and I don't find our project in
>> > >>> builds.apache.org
>> > >>> > > to
>> > >>> > > > >> see
>> > >>> > > > >> > if
>> > >>> > > > >> > > it is building satisfactorily. I took a look because I
>> am
>> > >>> > getting
>> > >>> > > a
>> > >>> > > > >> > > ClassCast error in gora-infinispan tests and wanted to
>> see
>> > >>> if it
>> > >>> > > is
>> > >>> > > > a
>> > >>> > > > >> > > problem related to my computer or master.
>> > >>> > > > >> > >
>> > >>> > > > >> > > Can we see the status of success somewhere? I expected
>> to
>> > >>> see it
>> > >>> > > in
>> > >>> > > > >> > > builds.apache.org
>> > >>> > > > >> > > Don we have to ask Infra?
>> > >>> > > > >> > >
>> > >>> > > > >> > > Thank you! :)
>> > >>> > > > >> > >
>> > >>> > > > >> > > Regards,
>> > >>> > > > >> > >
>> > >>> > > > >> > > Alfonso Nishikawa
>> > >>> > > > >> > >
>> > >>> > > > >> >
>> > >>> > > > >>
>> > >>> > > > >>
>> > >>> > > > >> --
>> > >>> > > > >> Damien
>> > >>> > > > >>
>> > >>> > > > >
>> > >>> > > >
>> > >>> > >
>> > >>> >
>> > >>> >
>> > >>> > --
>> > >>> > Damien
>> > >>> >
>> > >>>
>> > >>
>> >
>>
>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Lewis!

I will take a look and comment if I have any issue.

Thank you!! :)

Regards,
Alfonso

El mar., 23 mar. 2021 1:12, Lewis John McGibbney <le...@apache.org>
escribió:

> Hi Alfonso,
> The Gora builds now reside on the Cloudbees Jenkins server (which I think
> you already figured out)
> https://ci-builds.apache.org/job/Gora/job/gora-pipeline/job/master/
> I don't have time to look into configuring the job right now but if you
> look at the Any23 build we did a while back, then you can basically copy it
> for the Gora master build
> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure
> I hope this makes sense.
> lewismc
>
> On 2021/03/13 16:48:49, Alfonso Nishikawa <al...@gmail.com>
> wrote:
> > Hi!
> >
> > I am reopening this topic because I found that the jars master
> x.x-SNAPSHOT
> > are not being published to the repository of snapshots at the apache
> > repository
> >
> https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
> > since Jun 2020.
> >
> > I guess we would need to add a "deploy" step to the Jenkins file (see
> > https://github.com/apache/gora/pull/229 ,
> > https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does anyone
> > exactly what command is it? Or how to configure it? Maybe I have to ask
> > INFRA?
> >
> > Let me know :)
> >
> > Thank you!
> >
> > Regards,
> > Alfonso Nishikawa
> >
> >
> >
> >
> > El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
> > alfonso.nishikawa@gmail.com>) escribió:
> >
> > > All merits go for Damien :D Thanks too!
> > >
> > > Best regards,
> > >
> > > Alfonso Nishikawa
> > >
> > > El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
> > > djkevincr1989@gmail.com>) escribió:
> > >
> > >> Hi Damien/Alfonso,
> > >>
> > >> I just noticed the jenkins build system works just fine. Thank you for
> > >> setting up builds again. :)
> > >>
> > >> Regards
> > >> Kevin
> > >>
> > >> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
> > >> alfonso.nishikawa@gmail.com> wrote:
> > >>
> > >>> Hi, Damien.
> > >>>
> > >>> I really don't know anything about how to configure Jenkins, so
> > >>> everything
> > >>> seems ok to me n_nU
> > >>>
> > >>> Thank you!
> > >>>
> > >>> Best regards,
> > >>>
> > >>> Alfonso Nishikawa
> > >>>
> > >>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
> > >>> drazzib@drazzib.com>)
> > >>> escribió:
> > >>>
> > >>> > Hi Kevin & Alfonso !
> > >>> >
> > >>> > I've pretty good experience regarding creating Jenkinsfile for Java
> > >>> > projects. I think this is the way to go for Gora.
> > >>> >
> > >>> > This approach is described on ASF wiki : Multibranch Pipeline
> recipes
> > >>> > <
> > >>> >
> > >>>
> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
> > >>> > >
> > >>> >
> > >>> > I've created a new issue (GORA-668
> > >>> > <https://issues.apache.org/jira/browse/GORA-668>) on this subject
> > >>> >
> > >>> > Regards,
> > >>> >
> > >>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
> > >>> djkevincr1989@gmail.com>
> > >>> > a
> > >>> > écrit :
> > >>> >
> > >>> > > Hi Alfonso,
> > >>> > >
> > >>> > > Apologize for taking time to respond to your email. Thank you for
> > >>> taking
> > >>> > > over this and creating the ticket. Let's see what we can do, once
> > >>> INFRA
> > >>> > > responds back to the ticket.
> > >>> > >
> > >>> > > Regards
> > >>> > > Kevin
> > >>> > >
> > >>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
> > >>> > > alfonso.nishikawa@gmail.com> wrote:
> > >>> > >
> > >>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
> > >>> > > >
> > >>> > > > Now we just have to wait, and I believe we would have to create
> > >>> some
> > >>> > jobs
> > >>> > > > after? If I am not wrong, Infra does not create the jobs, but I
> > >>> hope I
> > >>> > am
> > >>> > > > mistaken :)
> > >>> > > >
> > >>> > > > Best regards,
> > >>> > > >
> > >>> > > > Alfonso Nishikawa
> > >>> > > >
> > >>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
> > >>> > > > alfonso.nishikawa@gmail.com>) escribió:
> > >>> > > >
> > >>> > > > > Hi, Damien.
> > >>> > > > >
> > >>> > > > > Yes, I will create the ticket :) Let's see if I manage to
> get it
> > >>> > done,
> > >>> > > > > since I never wrote to Infra :)
> > >>> > > > >
> > >>> > > > > Thank you!
> > >>> > > > >
> > >>> > > > > Best regards,
> > >>> > > > >
> > >>> > > > > Alfonso Nishikawa
> > >>> > > > >
> > >>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> > >>> > > > > drazzib@drazzib.com>) escribió:
> > >>> > > > >
> > >>> > > > >> Hi Alfonso!
> > >>> > > > >>
> > >>> > > > >> Gora builds used to be at
> > >>> https://builds.apache.org/job/gora-trunk/
> > >>> > > > >> but it seems that the old Jenkins instance has been
> dropped...
> > >>> > > > >>
> > >>> > > > >> I've find a reference on this subject on build@
> > >>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
> > >>> > > > >> <
> > >>> > > > >>
> > >>> > > >
> > >>> > >
> > >>> >
> > >>>
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > >>> > > > >> >
> > >>> > > > >>
> > >>> > > > >> Alfonso, if you have time, can you please a ticket in order
> to
> > >>> > > re-create
> > >>> > > > >> our job ?
> > >>> > > > >>
> > >>> > > > >> Best regards,
> > >>> > > > >>
> > >>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> > >>> > > > >> alfonso.nishikawa@gmail.com>
> > >>> > > > >> a écrit :
> > >>> > > > >>
> > >>> > > > >> > Hi, pals.
> > >>> > > > >> >
> > >>> > > > >> > Can I ask Infra about getting Gora into builds.apache.org
> or
> > >>> can
> > >>> > > only
> > >>> > > > >> be
> > >>> > > > >> > done by the Chair? :)
> > >>> > > > >> > Anyone has any insight about this?
> > >>> > > > >> >
> > >>> > > > >> > Thank you!!
> > >>> > > > >> >
> > >>> > > > >> > Regards,
> > >>> > > > >> >
> > >>> > > > >> > Alfonso Nishikawa
> > >>> > > > >> >
> > >>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> > >>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
> > >>> > > > >> >
> > >>> > > > >> > > Hi!
> > >>> > > > >> > >
> > >>> > > > >> > > I took a look and I don't find our project in
> > >>> builds.apache.org
> > >>> > > to
> > >>> > > > >> see
> > >>> > > > >> > if
> > >>> > > > >> > > it is building satisfactorily. I took a look because I
> am
> > >>> > getting
> > >>> > > a
> > >>> > > > >> > > ClassCast error in gora-infinispan tests and wanted to
> see
> > >>> if it
> > >>> > > is
> > >>> > > > a
> > >>> > > > >> > > problem related to my computer or master.
> > >>> > > > >> > >
> > >>> > > > >> > > Can we see the status of success somewhere? I expected
> to
> > >>> see it
> > >>> > > in
> > >>> > > > >> > > builds.apache.org
> > >>> > > > >> > > Don we have to ask Infra?
> > >>> > > > >> > >
> > >>> > > > >> > > Thank you! :)
> > >>> > > > >> > >
> > >>> > > > >> > > Regards,
> > >>> > > > >> > >
> > >>> > > > >> > > Alfonso Nishikawa
> > >>> > > > >> > >
> > >>> > > > >> >
> > >>> > > > >>
> > >>> > > > >>
> > >>> > > > >> --
> > >>> > > > >> Damien
> > >>> > > > >>
> > >>> > > > >
> > >>> > > >
> > >>> > >
> > >>> >
> > >>> >
> > >>> > --
> > >>> > Damien
> > >>> >
> > >>>
> > >>
> >
>

Re: [Gora] builds.apache.org

Posted by Lewis John McGibbney <le...@apache.org>.
Hi Alfonso,
The Gora builds now reside on the Cloudbees Jenkins server (which I think you already figured out)
https://ci-builds.apache.org/job/Gora/job/gora-pipeline/job/master/
I don't have time to look into configuring the job right now but if you look at the Any23 build we did a while back, then you can basically copy it for the Gora master build
https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure
I hope this makes sense. 
lewismc

On 2021/03/13 16:48:49, Alfonso Nishikawa <al...@gmail.com> wrote: 
> Hi!
> 
> I am reopening this topic because I found that the jars master x.x-SNAPSHOT
> are not being published to the repository of snapshots at the apache
> repository
> https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
> since Jun 2020.
> 
> I guess we would need to add a "deploy" step to the Jenkins file (see
> https://github.com/apache/gora/pull/229 ,
> https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does anyone
> exactly what command is it? Or how to configure it? Maybe I have to ask
> INFRA?
> 
> Let me know :)
> 
> Thank you!
> 
> Regards,
> Alfonso Nishikawa
> 
> 
> 
> 
> El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
> alfonso.nishikawa@gmail.com>) escribió:
> 
> > All merits go for Damien :D Thanks too!
> >
> > Best regards,
> >
> > Alfonso Nishikawa
> >
> > El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
> > djkevincr1989@gmail.com>) escribió:
> >
> >> Hi Damien/Alfonso,
> >>
> >> I just noticed the jenkins build system works just fine. Thank you for
> >> setting up builds again. :)
> >>
> >> Regards
> >> Kevin
> >>
> >> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
> >> alfonso.nishikawa@gmail.com> wrote:
> >>
> >>> Hi, Damien.
> >>>
> >>> I really don't know anything about how to configure Jenkins, so
> >>> everything
> >>> seems ok to me n_nU
> >>>
> >>> Thank you!
> >>>
> >>> Best regards,
> >>>
> >>> Alfonso Nishikawa
> >>>
> >>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
> >>> drazzib@drazzib.com>)
> >>> escribió:
> >>>
> >>> > Hi Kevin & Alfonso !
> >>> >
> >>> > I've pretty good experience regarding creating Jenkinsfile for Java
> >>> > projects. I think this is the way to go for Gora.
> >>> >
> >>> > This approach is described on ASF wiki : Multibranch Pipeline recipes
> >>> > <
> >>> >
> >>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
> >>> > >
> >>> >
> >>> > I've created a new issue (GORA-668
> >>> > <https://issues.apache.org/jira/browse/GORA-668>) on this subject
> >>> >
> >>> > Regards,
> >>> >
> >>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
> >>> djkevincr1989@gmail.com>
> >>> > a
> >>> > écrit :
> >>> >
> >>> > > Hi Alfonso,
> >>> > >
> >>> > > Apologize for taking time to respond to your email. Thank you for
> >>> taking
> >>> > > over this and creating the ticket. Let's see what we can do, once
> >>> INFRA
> >>> > > responds back to the ticket.
> >>> > >
> >>> > > Regards
> >>> > > Kevin
> >>> > >
> >>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
> >>> > > alfonso.nishikawa@gmail.com> wrote:
> >>> > >
> >>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
> >>> > > >
> >>> > > > Now we just have to wait, and I believe we would have to create
> >>> some
> >>> > jobs
> >>> > > > after? If I am not wrong, Infra does not create the jobs, but I
> >>> hope I
> >>> > am
> >>> > > > mistaken :)
> >>> > > >
> >>> > > > Best regards,
> >>> > > >
> >>> > > > Alfonso Nishikawa
> >>> > > >
> >>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
> >>> > > > alfonso.nishikawa@gmail.com>) escribió:
> >>> > > >
> >>> > > > > Hi, Damien.
> >>> > > > >
> >>> > > > > Yes, I will create the ticket :) Let's see if I manage to get it
> >>> > done,
> >>> > > > > since I never wrote to Infra :)
> >>> > > > >
> >>> > > > > Thank you!
> >>> > > > >
> >>> > > > > Best regards,
> >>> > > > >
> >>> > > > > Alfonso Nishikawa
> >>> > > > >
> >>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> >>> > > > > drazzib@drazzib.com>) escribió:
> >>> > > > >
> >>> > > > >> Hi Alfonso!
> >>> > > > >>
> >>> > > > >> Gora builds used to be at
> >>> https://builds.apache.org/job/gora-trunk/
> >>> > > > >> but it seems that the old Jenkins instance has been dropped...
> >>> > > > >>
> >>> > > > >> I've find a reference on this subject on build@
> >>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
> >>> > > > >> <
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> >>> > > > >> >
> >>> > > > >>
> >>> > > > >> Alfonso, if you have time, can you please a ticket in order to
> >>> > > re-create
> >>> > > > >> our job ?
> >>> > > > >>
> >>> > > > >> Best regards,
> >>> > > > >>
> >>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> >>> > > > >> alfonso.nishikawa@gmail.com>
> >>> > > > >> a écrit :
> >>> > > > >>
> >>> > > > >> > Hi, pals.
> >>> > > > >> >
> >>> > > > >> > Can I ask Infra about getting Gora into builds.apache.org or
> >>> can
> >>> > > only
> >>> > > > >> be
> >>> > > > >> > done by the Chair? :)
> >>> > > > >> > Anyone has any insight about this?
> >>> > > > >> >
> >>> > > > >> > Thank you!!
> >>> > > > >> >
> >>> > > > >> > Regards,
> >>> > > > >> >
> >>> > > > >> > Alfonso Nishikawa
> >>> > > > >> >
> >>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> >>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
> >>> > > > >> >
> >>> > > > >> > > Hi!
> >>> > > > >> > >
> >>> > > > >> > > I took a look and I don't find our project in
> >>> builds.apache.org
> >>> > > to
> >>> > > > >> see
> >>> > > > >> > if
> >>> > > > >> > > it is building satisfactorily. I took a look because I am
> >>> > getting
> >>> > > a
> >>> > > > >> > > ClassCast error in gora-infinispan tests and wanted to see
> >>> if it
> >>> > > is
> >>> > > > a
> >>> > > > >> > > problem related to my computer or master.
> >>> > > > >> > >
> >>> > > > >> > > Can we see the status of success somewhere? I expected to
> >>> see it
> >>> > > in
> >>> > > > >> > > builds.apache.org
> >>> > > > >> > > Don we have to ask Infra?
> >>> > > > >> > >
> >>> > > > >> > > Thank you! :)
> >>> > > > >> > >
> >>> > > > >> > > Regards,
> >>> > > > >> > >
> >>> > > > >> > > Alfonso Nishikawa
> >>> > > > >> > >
> >>> > > > >> >
> >>> > > > >>
> >>> > > > >>
> >>> > > > >> --
> >>> > > > >> Damien
> >>> > > > >>
> >>> > > > >
> >>> > > >
> >>> > >
> >>> >
> >>> >
> >>> > --
> >>> > Damien
> >>> >
> >>>
> >>
> 

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi!

I am reopening this topic because I found that the jars master x.x-SNAPSHOT
are not being published to the repository of snapshots at the apache
repository
https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
since Jun 2020.

I guess we would need to add a "deploy" step to the Jenkins file (see
https://github.com/apache/gora/pull/229 ,
https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does anyone
exactly what command is it? Or how to configure it? Maybe I have to ask
INFRA?

Let me know :)

Thank you!

Regards,
Alfonso Nishikawa




El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
alfonso.nishikawa@gmail.com>) escribió:

> All merits go for Damien :D Thanks too!
>
> Best regards,
>
> Alfonso Nishikawa
>
> El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
> djkevincr1989@gmail.com>) escribió:
>
>> Hi Damien/Alfonso,
>>
>> I just noticed the jenkins build system works just fine. Thank you for
>> setting up builds again. :)
>>
>> Regards
>> Kevin
>>
>> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
>> alfonso.nishikawa@gmail.com> wrote:
>>
>>> Hi, Damien.
>>>
>>> I really don't know anything about how to configure Jenkins, so
>>> everything
>>> seems ok to me n_nU
>>>
>>> Thank you!
>>>
>>> Best regards,
>>>
>>> Alfonso Nishikawa
>>>
>>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
>>> drazzib@drazzib.com>)
>>> escribió:
>>>
>>> > Hi Kevin & Alfonso !
>>> >
>>> > I've pretty good experience regarding creating Jenkinsfile for Java
>>> > projects. I think this is the way to go for Gora.
>>> >
>>> > This approach is described on ASF wiki : Multibranch Pipeline recipes
>>> > <
>>> >
>>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
>>> > >
>>> >
>>> > I've created a new issue (GORA-668
>>> > <https://issues.apache.org/jira/browse/GORA-668>) on this subject
>>> >
>>> > Regards,
>>> >
>>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
>>> djkevincr1989@gmail.com>
>>> > a
>>> > écrit :
>>> >
>>> > > Hi Alfonso,
>>> > >
>>> > > Apologize for taking time to respond to your email. Thank you for
>>> taking
>>> > > over this and creating the ticket. Let's see what we can do, once
>>> INFRA
>>> > > responds back to the ticket.
>>> > >
>>> > > Regards
>>> > > Kevin
>>> > >
>>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
>>> > > alfonso.nishikawa@gmail.com> wrote:
>>> > >
>>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
>>> > > >
>>> > > > Now we just have to wait, and I believe we would have to create
>>> some
>>> > jobs
>>> > > > after? If I am not wrong, Infra does not create the jobs, but I
>>> hope I
>>> > am
>>> > > > mistaken :)
>>> > > >
>>> > > > Best regards,
>>> > > >
>>> > > > Alfonso Nishikawa
>>> > > >
>>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
>>> > > > alfonso.nishikawa@gmail.com>) escribió:
>>> > > >
>>> > > > > Hi, Damien.
>>> > > > >
>>> > > > > Yes, I will create the ticket :) Let's see if I manage to get it
>>> > done,
>>> > > > > since I never wrote to Infra :)
>>> > > > >
>>> > > > > Thank you!
>>> > > > >
>>> > > > > Best regards,
>>> > > > >
>>> > > > > Alfonso Nishikawa
>>> > > > >
>>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
>>> > > > > drazzib@drazzib.com>) escribió:
>>> > > > >
>>> > > > >> Hi Alfonso!
>>> > > > >>
>>> > > > >> Gora builds used to be at
>>> https://builds.apache.org/job/gora-trunk/
>>> > > > >> but it seems that the old Jenkins instance has been dropped...
>>> > > > >>
>>> > > > >> I've find a reference on this subject on build@
>>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
>>> > > > >> <
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>>> > > > >> >
>>> > > > >>
>>> > > > >> Alfonso, if you have time, can you please a ticket in order to
>>> > > re-create
>>> > > > >> our job ?
>>> > > > >>
>>> > > > >> Best regards,
>>> > > > >>
>>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>>> > > > >> alfonso.nishikawa@gmail.com>
>>> > > > >> a écrit :
>>> > > > >>
>>> > > > >> > Hi, pals.
>>> > > > >> >
>>> > > > >> > Can I ask Infra about getting Gora into builds.apache.org or
>>> can
>>> > > only
>>> > > > >> be
>>> > > > >> > done by the Chair? :)
>>> > > > >> > Anyone has any insight about this?
>>> > > > >> >
>>> > > > >> > Thank you!!
>>> > > > >> >
>>> > > > >> > Regards,
>>> > > > >> >
>>> > > > >> > Alfonso Nishikawa
>>> > > > >> >
>>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
>>> > > > >> >
>>> > > > >> > > Hi!
>>> > > > >> > >
>>> > > > >> > > I took a look and I don't find our project in
>>> builds.apache.org
>>> > > to
>>> > > > >> see
>>> > > > >> > if
>>> > > > >> > > it is building satisfactorily. I took a look because I am
>>> > getting
>>> > > a
>>> > > > >> > > ClassCast error in gora-infinispan tests and wanted to see
>>> if it
>>> > > is
>>> > > > a
>>> > > > >> > > problem related to my computer or master.
>>> > > > >> > >
>>> > > > >> > > Can we see the status of success somewhere? I expected to
>>> see it
>>> > > in
>>> > > > >> > > builds.apache.org
>>> > > > >> > > Don we have to ask Infra?
>>> > > > >> > >
>>> > > > >> > > Thank you! :)
>>> > > > >> > >
>>> > > > >> > > Regards,
>>> > > > >> > >
>>> > > > >> > > Alfonso Nishikawa
>>> > > > >> > >
>>> > > > >> >
>>> > > > >>
>>> > > > >>
>>> > > > >> --
>>> > > > >> Damien
>>> > > > >>
>>> > > > >
>>> > > >
>>> > >
>>> >
>>> >
>>> > --
>>> > Damien
>>> >
>>>
>>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
All merits go for Damien :D Thanks too!

Best regards,

Alfonso Nishikawa

El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
djkevincr1989@gmail.com>) escribió:

> Hi Damien/Alfonso,
>
> I just noticed the jenkins build system works just fine. Thank you for
> setting up builds again. :)
>
> Regards
> Kevin
>
> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com> wrote:
>
>> Hi, Damien.
>>
>> I really don't know anything about how to configure Jenkins, so everything
>> seems ok to me n_nU
>>
>> Thank you!
>>
>> Best regards,
>>
>> Alfonso Nishikawa
>>
>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
>> drazzib@drazzib.com>)
>> escribió:
>>
>> > Hi Kevin & Alfonso !
>> >
>> > I've pretty good experience regarding creating Jenkinsfile for Java
>> > projects. I think this is the way to go for Gora.
>> >
>> > This approach is described on ASF wiki : Multibranch Pipeline recipes
>> > <
>> >
>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
>> > >
>> >
>> > I've created a new issue (GORA-668
>> > <https://issues.apache.org/jira/browse/GORA-668>) on this subject
>> >
>> > Regards,
>> >
>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
>> djkevincr1989@gmail.com>
>> > a
>> > écrit :
>> >
>> > > Hi Alfonso,
>> > >
>> > > Apologize for taking time to respond to your email. Thank you for
>> taking
>> > > over this and creating the ticket. Let's see what we can do, once
>> INFRA
>> > > responds back to the ticket.
>> > >
>> > > Regards
>> > > Kevin
>> > >
>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
>> > > alfonso.nishikawa@gmail.com> wrote:
>> > >
>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
>> > > >
>> > > > Now we just have to wait, and I believe we would have to create some
>> > jobs
>> > > > after? If I am not wrong, Infra does not create the jobs, but I
>> hope I
>> > am
>> > > > mistaken :)
>> > > >
>> > > > Best regards,
>> > > >
>> > > > Alfonso Nishikawa
>> > > >
>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
>> > > > alfonso.nishikawa@gmail.com>) escribió:
>> > > >
>> > > > > Hi, Damien.
>> > > > >
>> > > > > Yes, I will create the ticket :) Let's see if I manage to get it
>> > done,
>> > > > > since I never wrote to Infra :)
>> > > > >
>> > > > > Thank you!
>> > > > >
>> > > > > Best regards,
>> > > > >
>> > > > > Alfonso Nishikawa
>> > > > >
>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
>> > > > > drazzib@drazzib.com>) escribió:
>> > > > >
>> > > > >> Hi Alfonso!
>> > > > >>
>> > > > >> Gora builds used to be at
>> https://builds.apache.org/job/gora-trunk/
>> > > > >> but it seems that the old Jenkins instance has been dropped...
>> > > > >>
>> > > > >> I've find a reference on this subject on build@
>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
>> > > > >> <
>> > > > >>
>> > > >
>> > >
>> >
>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>> > > > >> >
>> > > > >>
>> > > > >> Alfonso, if you have time, can you please a ticket in order to
>> > > re-create
>> > > > >> our job ?
>> > > > >>
>> > > > >> Best regards,
>> > > > >>
>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>> > > > >> alfonso.nishikawa@gmail.com>
>> > > > >> a écrit :
>> > > > >>
>> > > > >> > Hi, pals.
>> > > > >> >
>> > > > >> > Can I ask Infra about getting Gora into builds.apache.org or
>> can
>> > > only
>> > > > >> be
>> > > > >> > done by the Chair? :)
>> > > > >> > Anyone has any insight about this?
>> > > > >> >
>> > > > >> > Thank you!!
>> > > > >> >
>> > > > >> > Regards,
>> > > > >> >
>> > > > >> > Alfonso Nishikawa
>> > > > >> >
>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
>> > > > >> >
>> > > > >> > > Hi!
>> > > > >> > >
>> > > > >> > > I took a look and I don't find our project in
>> builds.apache.org
>> > > to
>> > > > >> see
>> > > > >> > if
>> > > > >> > > it is building satisfactorily. I took a look because I am
>> > getting
>> > > a
>> > > > >> > > ClassCast error in gora-infinispan tests and wanted to see
>> if it
>> > > is
>> > > > a
>> > > > >> > > problem related to my computer or master.
>> > > > >> > >
>> > > > >> > > Can we see the status of success somewhere? I expected to
>> see it
>> > > in
>> > > > >> > > builds.apache.org
>> > > > >> > > Don we have to ask Infra?
>> > > > >> > >
>> > > > >> > > Thank you! :)
>> > > > >> > >
>> > > > >> > > Regards,
>> > > > >> > >
>> > > > >> > > Alfonso Nishikawa
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> Damien
>> > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> >
>> > --
>> > Damien
>> >
>>
>

Re: [Gora] builds.apache.org

Posted by Kevin Ratnasekera <dj...@gmail.com>.
Hi Damien/Alfonso,

I just noticed the jenkins build system works just fine. Thank you for
setting up builds again. :)

Regards
Kevin

On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
alfonso.nishikawa@gmail.com> wrote:

> Hi, Damien.
>
> I really don't know anything about how to configure Jenkins, so everything
> seems ok to me n_nU
>
> Thank you!
>
> Best regards,
>
> Alfonso Nishikawa
>
> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
> drazzib@drazzib.com>)
> escribió:
>
> > Hi Kevin & Alfonso !
> >
> > I've pretty good experience regarding creating Jenkinsfile for Java
> > projects. I think this is the way to go for Gora.
> >
> > This approach is described on ASF wiki : Multibranch Pipeline recipes
> > <
> >
> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
> > >
> >
> > I've created a new issue (GORA-668
> > <https://issues.apache.org/jira/browse/GORA-668>) on this subject
> >
> > Regards,
> >
> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <djkevincr1989@gmail.com
> >
> > a
> > écrit :
> >
> > > Hi Alfonso,
> > >
> > > Apologize for taking time to respond to your email. Thank you for
> taking
> > > over this and creating the ticket. Let's see what we can do, once INFRA
> > > responds back to the ticket.
> > >
> > > Regards
> > > Kevin
> > >
> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
> > > alfonso.nishikawa@gmail.com> wrote:
> > >
> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
> > > >
> > > > Now we just have to wait, and I believe we would have to create some
> > jobs
> > > > after? If I am not wrong, Infra does not create the jobs, but I hope
> I
> > am
> > > > mistaken :)
> > > >
> > > > Best regards,
> > > >
> > > > Alfonso Nishikawa
> > > >
> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
> > > > alfonso.nishikawa@gmail.com>) escribió:
> > > >
> > > > > Hi, Damien.
> > > > >
> > > > > Yes, I will create the ticket :) Let's see if I manage to get it
> > done,
> > > > > since I never wrote to Infra :)
> > > > >
> > > > > Thank you!
> > > > >
> > > > > Best regards,
> > > > >
> > > > > Alfonso Nishikawa
> > > > >
> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> > > > > drazzib@drazzib.com>) escribió:
> > > > >
> > > > >> Hi Alfonso!
> > > > >>
> > > > >> Gora builds used to be at
> https://builds.apache.org/job/gora-trunk/
> > > > >> but it seems that the old Jenkins instance has been dropped...
> > > > >>
> > > > >> I've find a reference on this subject on build@
> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
> > > > >> <
> > > > >>
> > > >
> > >
> >
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > > > >> >
> > > > >>
> > > > >> Alfonso, if you have time, can you please a ticket in order to
> > > re-create
> > > > >> our job ?
> > > > >>
> > > > >> Best regards,
> > > > >>
> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> > > > >> alfonso.nishikawa@gmail.com>
> > > > >> a écrit :
> > > > >>
> > > > >> > Hi, pals.
> > > > >> >
> > > > >> > Can I ask Infra about getting Gora into builds.apache.org or
> can
> > > only
> > > > >> be
> > > > >> > done by the Chair? :)
> > > > >> > Anyone has any insight about this?
> > > > >> >
> > > > >> > Thank you!!
> > > > >> >
> > > > >> > Regards,
> > > > >> >
> > > > >> > Alfonso Nishikawa
> > > > >> >
> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> > > > >> > alfonso.nishikawa@gmail.com>) escribió:
> > > > >> >
> > > > >> > > Hi!
> > > > >> > >
> > > > >> > > I took a look and I don't find our project in
> builds.apache.org
> > > to
> > > > >> see
> > > > >> > if
> > > > >> > > it is building satisfactorily. I took a look because I am
> > getting
> > > a
> > > > >> > > ClassCast error in gora-infinispan tests and wanted to see if
> it
> > > is
> > > > a
> > > > >> > > problem related to my computer or master.
> > > > >> > >
> > > > >> > > Can we see the status of success somewhere? I expected to see
> it
> > > in
> > > > >> > > builds.apache.org
> > > > >> > > Don we have to ask Infra?
> > > > >> > >
> > > > >> > > Thank you! :)
> > > > >> > >
> > > > >> > > Regards,
> > > > >> > >
> > > > >> > > Alfonso Nishikawa
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Damien
> > > > >>
> > > > >
> > > >
> > >
> >
> >
> > --
> > Damien
> >
>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Damien.

I really don't know anything about how to configure Jenkins, so everything
seems ok to me n_nU

Thank you!

Best regards,

Alfonso Nishikawa

El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<dr...@drazzib.com>)
escribió:

> Hi Kevin & Alfonso !
>
> I've pretty good experience regarding creating Jenkinsfile for Java
> projects. I think this is the way to go for Gora.
>
> This approach is described on ASF wiki : Multibranch Pipeline recipes
> <
> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
> >
>
> I've created a new issue (GORA-668
> <https://issues.apache.org/jira/browse/GORA-668>) on this subject
>
> Regards,
>
> Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <dj...@gmail.com>
> a
> écrit :
>
> > Hi Alfonso,
> >
> > Apologize for taking time to respond to your email. Thank you for taking
> > over this and creating the ticket. Let's see what we can do, once INFRA
> > responds back to the ticket.
> >
> > Regards
> > Kevin
> >
> > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
> > alfonso.nishikawa@gmail.com> wrote:
> >
> > > Created: https://issues.apache.org/jira/browse/INFRA-21024
> > >
> > > Now we just have to wait, and I believe we would have to create some
> jobs
> > > after? If I am not wrong, Infra does not create the jobs, but I hope I
> am
> > > mistaken :)
> > >
> > > Best regards,
> > >
> > > Alfonso Nishikawa
> > >
> > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
> > > alfonso.nishikawa@gmail.com>) escribió:
> > >
> > > > Hi, Damien.
> > > >
> > > > Yes, I will create the ticket :) Let's see if I manage to get it
> done,
> > > > since I never wrote to Infra :)
> > > >
> > > > Thank you!
> > > >
> > > > Best regards,
> > > >
> > > > Alfonso Nishikawa
> > > >
> > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> > > > drazzib@drazzib.com>) escribió:
> > > >
> > > >> Hi Alfonso!
> > > >>
> > > >> Gora builds used to be at https://builds.apache.org/job/gora-trunk/
> > > >> but it seems that the old Jenkins instance has been dropped...
> > > >>
> > > >> I've find a reference on this subject on build@
> > > >> => [IMPORTANT] - Migration to ci-builds.a.o
> > > >> <
> > > >>
> > >
> >
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > > >> >
> > > >>
> > > >> Alfonso, if you have time, can you please a ticket in order to
> > re-create
> > > >> our job ?
> > > >>
> > > >> Best regards,
> > > >>
> > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> > > >> alfonso.nishikawa@gmail.com>
> > > >> a écrit :
> > > >>
> > > >> > Hi, pals.
> > > >> >
> > > >> > Can I ask Infra about getting Gora into builds.apache.org or can
> > only
> > > >> be
> > > >> > done by the Chair? :)
> > > >> > Anyone has any insight about this?
> > > >> >
> > > >> > Thank you!!
> > > >> >
> > > >> > Regards,
> > > >> >
> > > >> > Alfonso Nishikawa
> > > >> >
> > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> > > >> > alfonso.nishikawa@gmail.com>) escribió:
> > > >> >
> > > >> > > Hi!
> > > >> > >
> > > >> > > I took a look and I don't find our project in builds.apache.org
> > to
> > > >> see
> > > >> > if
> > > >> > > it is building satisfactorily. I took a look because I am
> getting
> > a
> > > >> > > ClassCast error in gora-infinispan tests and wanted to see if it
> > is
> > > a
> > > >> > > problem related to my computer or master.
> > > >> > >
> > > >> > > Can we see the status of success somewhere? I expected to see it
> > in
> > > >> > > builds.apache.org
> > > >> > > Don we have to ask Infra?
> > > >> > >
> > > >> > > Thank you! :)
> > > >> > >
> > > >> > > Regards,
> > > >> > >
> > > >> > > Alfonso Nishikawa
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >> Damien
> > > >>
> > > >
> > >
> >
>
>
> --
> Damien
>

Re: [Gora] builds.apache.org

Posted by Damien Raude-Morvan <dr...@drazzib.com>.
Hi Kevin & Alfonso !

I've pretty good experience regarding creating Jenkinsfile for Java
projects. I think this is the way to go for Gora.

This approach is described on ASF wiki : Multibranch Pipeline recipes
<https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes>

I've created a new issue (GORA-668
<https://issues.apache.org/jira/browse/GORA-668>) on this subject

Regards,

Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <dj...@gmail.com> a
écrit :

> Hi Alfonso,
>
> Apologize for taking time to respond to your email. Thank you for taking
> over this and creating the ticket. Let's see what we can do, once INFRA
> responds back to the ticket.
>
> Regards
> Kevin
>
> On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com> wrote:
>
> > Created: https://issues.apache.org/jira/browse/INFRA-21024
> >
> > Now we just have to wait, and I believe we would have to create some jobs
> > after? If I am not wrong, Infra does not create the jobs, but I hope I am
> > mistaken :)
> >
> > Best regards,
> >
> > Alfonso Nishikawa
> >
> > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
> > alfonso.nishikawa@gmail.com>) escribió:
> >
> > > Hi, Damien.
> > >
> > > Yes, I will create the ticket :) Let's see if I manage to get it done,
> > > since I never wrote to Infra :)
> > >
> > > Thank you!
> > >
> > > Best regards,
> > >
> > > Alfonso Nishikawa
> > >
> > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> > > drazzib@drazzib.com>) escribió:
> > >
> > >> Hi Alfonso!
> > >>
> > >> Gora builds used to be at https://builds.apache.org/job/gora-trunk/
> > >> but it seems that the old Jenkins instance has been dropped...
> > >>
> > >> I've find a reference on this subject on build@
> > >> => [IMPORTANT] - Migration to ci-builds.a.o
> > >> <
> > >>
> >
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > >> >
> > >>
> > >> Alfonso, if you have time, can you please a ticket in order to
> re-create
> > >> our job ?
> > >>
> > >> Best regards,
> > >>
> > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> > >> alfonso.nishikawa@gmail.com>
> > >> a écrit :
> > >>
> > >> > Hi, pals.
> > >> >
> > >> > Can I ask Infra about getting Gora into builds.apache.org or can
> only
> > >> be
> > >> > done by the Chair? :)
> > >> > Anyone has any insight about this?
> > >> >
> > >> > Thank you!!
> > >> >
> > >> > Regards,
> > >> >
> > >> > Alfonso Nishikawa
> > >> >
> > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> > >> > alfonso.nishikawa@gmail.com>) escribió:
> > >> >
> > >> > > Hi!
> > >> > >
> > >> > > I took a look and I don't find our project in builds.apache.org
> to
> > >> see
> > >> > if
> > >> > > it is building satisfactorily. I took a look because I am getting
> a
> > >> > > ClassCast error in gora-infinispan tests and wanted to see if it
> is
> > a
> > >> > > problem related to my computer or master.
> > >> > >
> > >> > > Can we see the status of success somewhere? I expected to see it
> in
> > >> > > builds.apache.org
> > >> > > Don we have to ask Infra?
> > >> > >
> > >> > > Thank you! :)
> > >> > >
> > >> > > Regards,
> > >> > >
> > >> > > Alfonso Nishikawa
> > >> > >
> > >> >
> > >>
> > >>
> > >> --
> > >> Damien
> > >>
> > >
> >
>


-- 
Damien

Re: [Gora] builds.apache.org

Posted by Kevin Ratnasekera <dj...@gmail.com>.
Hi Alfonso,

Apologize for taking time to respond to your email. Thank you for taking
over this and creating the ticket. Let's see what we can do, once INFRA
responds back to the ticket.

Regards
Kevin

On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
alfonso.nishikawa@gmail.com> wrote:

> Created: https://issues.apache.org/jira/browse/INFRA-21024
>
> Now we just have to wait, and I believe we would have to create some jobs
> after? If I am not wrong, Infra does not create the jobs, but I hope I am
> mistaken :)
>
> Best regards,
>
> Alfonso Nishikawa
>
> El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
> alfonso.nishikawa@gmail.com>) escribió:
>
> > Hi, Damien.
> >
> > Yes, I will create the ticket :) Let's see if I manage to get it done,
> > since I never wrote to Infra :)
> >
> > Thank you!
> >
> > Best regards,
> >
> > Alfonso Nishikawa
> >
> > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> > drazzib@drazzib.com>) escribió:
> >
> >> Hi Alfonso!
> >>
> >> Gora builds used to be at https://builds.apache.org/job/gora-trunk/
> >> but it seems that the old Jenkins instance has been dropped...
> >>
> >> I've find a reference on this subject on build@
> >> => [IMPORTANT] - Migration to ci-builds.a.o
> >> <
> >>
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> >> >
> >>
> >> Alfonso, if you have time, can you please a ticket in order to re-create
> >> our job ?
> >>
> >> Best regards,
> >>
> >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> >> alfonso.nishikawa@gmail.com>
> >> a écrit :
> >>
> >> > Hi, pals.
> >> >
> >> > Can I ask Infra about getting Gora into builds.apache.org or can only
> >> be
> >> > done by the Chair? :)
> >> > Anyone has any insight about this?
> >> >
> >> > Thank you!!
> >> >
> >> > Regards,
> >> >
> >> > Alfonso Nishikawa
> >> >
> >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> >> > alfonso.nishikawa@gmail.com>) escribió:
> >> >
> >> > > Hi!
> >> > >
> >> > > I took a look and I don't find our project in builds.apache.org to
> >> see
> >> > if
> >> > > it is building satisfactorily. I took a look because I am getting a
> >> > > ClassCast error in gora-infinispan tests and wanted to see if it is
> a
> >> > > problem related to my computer or master.
> >> > >
> >> > > Can we see the status of success somewhere? I expected to see it in
> >> > > builds.apache.org
> >> > > Don we have to ask Infra?
> >> > >
> >> > > Thank you! :)
> >> > >
> >> > > Regards,
> >> > >
> >> > > Alfonso Nishikawa
> >> > >
> >> >
> >>
> >>
> >> --
> >> Damien
> >>
> >
>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Created: https://issues.apache.org/jira/browse/INFRA-21024

Now we just have to wait, and I believe we would have to create some jobs
after? If I am not wrong, Infra does not create the jobs, but I hope I am
mistaken :)

Best regards,

Alfonso Nishikawa

El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
alfonso.nishikawa@gmail.com>) escribió:

> Hi, Damien.
>
> Yes, I will create the ticket :) Let's see if I manage to get it done,
> since I never wrote to Infra :)
>
> Thank you!
>
> Best regards,
>
> Alfonso Nishikawa
>
> El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
> drazzib@drazzib.com>) escribió:
>
>> Hi Alfonso!
>>
>> Gora builds used to be at https://builds.apache.org/job/gora-trunk/
>> but it seems that the old Jenkins instance has been dropped...
>>
>> I've find a reference on this subject on build@
>> => [IMPORTANT] - Migration to ci-builds.a.o
>> <
>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>> >
>>
>> Alfonso, if you have time, can you please a ticket in order to re-create
>> our job ?
>>
>> Best regards,
>>
>> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>> alfonso.nishikawa@gmail.com>
>> a écrit :
>>
>> > Hi, pals.
>> >
>> > Can I ask Infra about getting Gora into builds.apache.org or can only
>> be
>> > done by the Chair? :)
>> > Anyone has any insight about this?
>> >
>> > Thank you!!
>> >
>> > Regards,
>> >
>> > Alfonso Nishikawa
>> >
>> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>> > alfonso.nishikawa@gmail.com>) escribió:
>> >
>> > > Hi!
>> > >
>> > > I took a look and I don't find our project in builds.apache.org to
>> see
>> > if
>> > > it is building satisfactorily. I took a look because I am getting a
>> > > ClassCast error in gora-infinispan tests and wanted to see if it is a
>> > > problem related to my computer or master.
>> > >
>> > > Can we see the status of success somewhere? I expected to see it in
>> > > builds.apache.org
>> > > Don we have to ask Infra?
>> > >
>> > > Thank you! :)
>> > >
>> > > Regards,
>> > >
>> > > Alfonso Nishikawa
>> > >
>> >
>>
>>
>> --
>> Damien
>>
>

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, Damien.

Yes, I will create the ticket :) Let's see if I manage to get it done,
since I never wrote to Infra :)

Thank you!

Best regards,

Alfonso Nishikawa

El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<dr...@drazzib.com>)
escribió:

> Hi Alfonso!
>
> Gora builds used to be at https://builds.apache.org/job/gora-trunk/
> but it seems that the old Jenkins instance has been dropped...
>
> I've find a reference on this subject on build@
> => [IMPORTANT] - Migration to ci-builds.a.o
> <
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> >
>
> Alfonso, if you have time, can you please a ticket in order to re-create
> our job ?
>
> Best regards,
>
> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
> alfonso.nishikawa@gmail.com>
> a écrit :
>
> > Hi, pals.
> >
> > Can I ask Infra about getting Gora into builds.apache.org or can only be
> > done by the Chair? :)
> > Anyone has any insight about this?
> >
> > Thank you!!
> >
> > Regards,
> >
> > Alfonso Nishikawa
> >
> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> > alfonso.nishikawa@gmail.com>) escribió:
> >
> > > Hi!
> > >
> > > I took a look and I don't find our project in builds.apache.org to see
> > if
> > > it is building satisfactorily. I took a look because I am getting a
> > > ClassCast error in gora-infinispan tests and wanted to see if it is a
> > > problem related to my computer or master.
> > >
> > > Can we see the status of success somewhere? I expected to see it in
> > > builds.apache.org
> > > Don we have to ask Infra?
> > >
> > > Thank you! :)
> > >
> > > Regards,
> > >
> > > Alfonso Nishikawa
> > >
> >
>
>
> --
> Damien
>

Re: [Gora] builds.apache.org

Posted by Damien Raude-Morvan <dr...@drazzib.com>.
Hi Alfonso!

Gora builds used to be at https://builds.apache.org/job/gora-trunk/
but it seems that the old Jenkins instance has been dropped...

I've find a reference on this subject on build@
=> [IMPORTANT] - Migration to ci-builds.a.o
<https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E>

Alfonso, if you have time, can you please a ticket in order to re-create
our job ?

Best regards,

Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <al...@gmail.com>
a écrit :

> Hi, pals.
>
> Can I ask Infra about getting Gora into builds.apache.org or can only be
> done by the Chair? :)
> Anyone has any insight about this?
>
> Thank you!!
>
> Regards,
>
> Alfonso Nishikawa
>
> El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
> alfonso.nishikawa@gmail.com>) escribió:
>
> > Hi!
> >
> > I took a look and I don't find our project in builds.apache.org to see
> if
> > it is building satisfactorily. I took a look because I am getting a
> > ClassCast error in gora-infinispan tests and wanted to see if it is a
> > problem related to my computer or master.
> >
> > Can we see the status of success somewhere? I expected to see it in
> > builds.apache.org
> > Don we have to ask Infra?
> >
> > Thank you! :)
> >
> > Regards,
> >
> > Alfonso Nishikawa
> >
>


-- 
Damien

Re: [Gora] builds.apache.org

Posted by Alfonso Nishikawa <al...@gmail.com>.
Hi, pals.

Can I ask Infra about getting Gora into builds.apache.org or can only be
done by the Chair? :)
Anyone has any insight about this?

Thank you!!

Regards,

Alfonso Nishikawa

El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
alfonso.nishikawa@gmail.com>) escribió:

> Hi!
>
> I took a look and I don't find our project in builds.apache.org to see if
> it is building satisfactorily. I took a look because I am getting a
> ClassCast error in gora-infinispan tests and wanted to see if it is a
> problem related to my computer or master.
>
> Can we see the status of success somewhere? I expected to see it in
> builds.apache.org
> Don we have to ask Infra?
>
> Thank you! :)
>
> Regards,
>
> Alfonso Nishikawa
>