Re: [Gora] builds.apache.org

2021-04-05 Thread Alfonso Nishikawa
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 () escribió: > Hi! > > After a few trials and errors, I've finally been able to use Jenkins > pipeline > < >

Re: [Gora] builds.apache.org

2021-04-04 Thread Damien Raude-Morvan
Hi! After a few trials and errors, I've finally been able to use Jenkins pipeline to deploy SNAPSHOTs to Nexus! Our Jenkinsfile - on master branch of Apache Gora repository - describe a "Deploy Snaphots"

Re: [Gora] builds.apache.org

2021-03-28 Thread Alfonso Nishikawa
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

Re: [Gora] builds.apache.org

2021-03-27 Thread lewis john mcgibbney
Hi Damien, On Sat, Mar 27, 2021 at 16:40 wrote: > > 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

Re: [Gora] builds.apache.org

2021-03-27 Thread Damien Raude-Morvan
Hi Alfonso ! Le sam. 27 mars 2021 à 21:36, Alfonso Nishikawa 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, >

Re: [Gora] builds.apache.org

2021-03-27 Thread Damien Raude-Morvan
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

Re: [Gora] builds.apache.org

2021-03-27 Thread Alfonso Nishikawa
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

Re: [Gora] builds.apache.org

2021-03-27 Thread lewis john mcgibbney
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.

Re: [Gora] builds.apache.org

2021-03-27 Thread Alfonso Nishikawa
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

Re: [Gora] builds.apache.org

2021-03-27 Thread Kevin Ratnasekera
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

Re: [Gora] builds.apache.org

2021-03-27 Thread Alfonso Nishikawa
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.nishik...@gmail.com>) escribió: >

Re: [Gora] builds.apache.org

2021-03-23 Thread Alfonso Nishikawa
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 escribió: > Hi Alfonso, > The Gora builds now reside on the Cloudbees Jenkins server (which I think > you already figured out) >

Re: [Gora] builds.apache.org

2021-03-22 Thread Lewis John McGibbney
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,

Re: [Gora] builds.apache.org

2021-03-13 Thread Alfonso Nishikawa
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.

Re: [Gora] builds.apache.org

2020-10-31 Thread Alfonso Nishikawa
All merits go for Damien :D Thanks too! Best regards, Alfonso Nishikawa El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (< djkevincr1...@gmail.com>) escribió: > Hi Damien/Alfonso, > > I just noticed the jenkins build system works just fine. Thank you for > setting up builds again. :) > >

Re: [Gora] builds.apache.org

2020-10-31 Thread Kevin Ratnasekera
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.nishik...@gmail.com> wrote: > Hi, Damien. > > I really don't know anything about how to configure

Re: [Gora] builds.apache.org

2020-10-26 Thread Alfonso Nishikawa
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 () escribió: > Hi Kevin & Alfonso ! > > I've pretty good experience regarding creating

Re: [Gora] builds.apache.org

2020-10-24 Thread Damien Raude-Morvan
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 I've

Re: [Gora] builds.apache.org

2020-10-24 Thread Kevin Ratnasekera
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.nishik...@gmail.com> wrote: >

Re: [Gora] builds.apache.org

2020-10-24 Thread Alfonso Nishikawa
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

Re: [Gora] builds.apache.org

2020-10-24 Thread Alfonso Nishikawa
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 () escribió: > Hi Alfonso! > > Gora builds used to be at

Re: [Gora] builds.apache.org

2020-10-23 Thread Damien Raude-Morvan
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

Re: [Gora] builds.apache.org

2020-10-22 Thread Alfonso Nishikawa
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.nishik...@gmail.com>) escribió: > Hi! > > I took

[Gora] builds.apache.org

2020-10-20 Thread Alfonso Nishikawa
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