Re: builds meeting

2022-02-23 Thread Josh Fischer
I don't have an immediate need, but I am interested in listening. I can make it at 4pm UTC. On Fri, Feb 18, 2022 at 4:16 AM Gavin McDonald wrote: > Hi All, > > I think it's time for another meeting. > > There was supposed to be one before Christmas but I was feeling under the > weather for a wh

Re: ephemeral builds via AWS ECS and/or EKS? GPU Nodes?

2022-01-29 Thread Josh Fischer
+1 from the Heron team. Is there any chance we could work in/learn about build caching in this process? Full builds for Heron take several hours, it'd be nice to speed them up. We use Bazel to build, here are some details: https://docs.bazel.build/versions/main/remote-caching.html On Sat, Jan 2

Re: ephemeral builds via AWS ECS and/or EKS? GPU Nodes?

2021-12-31 Thread Josh Fischer
I am interested in helping. I have some experience running Jenkins on Kubernetes into dealing with the difficulties of it ephemeral nodes. I am in no means an expert but Heron has needs to improve our CI processes On Fri, Dec 31, 2021 at 6:42 AM Martin Grigorov wrote: > I also would like to hel

Re: Next builds@ meeting

2021-11-01 Thread Josh Fischer
I'm interested in participating. The Heron project is hitting limits with TravisCI, I'd like to find a way to make our process better whether it's with Jenkins/GA or something else. Next week would be better for me, if we can push it back. On Mon, Nov 1, 2021 at 8:49 AM Jarek Potiuk wrote: > I

Re: broken builds taking up resources

2020-01-22 Thread Josh Fischer
Hi, The Heron project has a build that will last for about 2 hours and 40 minutes on average. It is a single Jenkins job that spins up two different docker containers consecutively. We only run this job to generate artifacts for a release. You can see the job here: https://builds.apache.org/job

Heron asf-site branch push error

2019-11-30 Thread Josh Fischer
Hi, I'm working on a job that builds and publishes the static site for the incubating Heron project. I manage to get through the entire build process but the push to the "asf-site" branch fails. The error I am seeing is "src refspec asf-site does not match any". I am guessing that the jenkins-m

Re: Heron Site Build Failing

2019-11-07 Thread Josh Fischer
e and the jenkins user has no permission to > manipulate the files on disk. > > Kind regards, > Michael > > On 11/7/19 8:22 AM, Josh Fischer wrote: > > Hi All, > > > > I'm trying to put together a jenkins job to build the static site for the > > Heron p

Heron Site Build Failing

2019-11-07 Thread Josh Fischer
Hi All, I'm trying to put together a jenkins job to build the static site for the Heron project. To prevent from needing install packages on the jenkins vm I am executing the build in a docker container with volume mounted on top of the projects directory tree. On of the steps in the build proce

Re: Heron Incubating Site CI Build

2019-10-21 Thread Josh Fischer
Hi, Any chance someone could help me with this? On Fri, Oct 18, 2019 at 12:00 PM Josh Fischer wrote: > Hi, > > I am trying to get our CI process set up for our new static site. I am > sending this email to understand what I need to do to make sure jenkins has > what it needs

Heron Incubating Site CI Build

2019-10-18 Thread Josh Fischer
Hi, I am trying to get our CI process set up for our new static site. I am sending this email to understand what I need to do to make sure jenkins has what it needs to successfully build the project. Please let me know if you can get these packages/technologies installed in the jenkins cluster an

Re: Jenkins Build for Heron

2019-05-03 Thread Josh Fischer
aterne 3 > days ago. > > HTH > > Gav... > > > On Fri, May 3, 2019 at 3:07 AM Josh Fischer wrote: > > > > Thank you for looking in to this Justin. I appreciate your time. > > > > Hope you have a good night! > > > > - Josh > &g

Re: Jenkins Build for Heron

2019-05-02 Thread Josh Fischer
Thank you for looking in to this Justin. I appreciate your time. Hope you have a good night! - Josh On Thu, May 2, 2019 at 6:25 PM Justin Mclean wrote: > Hi, > > You need to be added to the hudson-jobadmin LDAP group. Only PMC Chairs >> can do this. > > > I would help but have no idea how, th

Re: Jenkins Build for Heron

2019-05-02 Thread Josh Fischer
Karma? > > Regards, > Dave > > > On Apr 26, 2019, at 3:50 AM, Josh Fischer wrote: > > > > > > I was looking around the site > https://builds.apache.org/view/Heron%20Jobs/ . I've logged in, but I > don't see a way to create a freestyle project/pipeline/

Re: Jenkins Build for Heron

2019-04-26 Thread Josh Fischer
com/file/d/1BGjltTiRNZRfBaT5d2heTKEfKfUe0Irz/view?usp=sharing On Tue, Apr 23, 2019 at 7:02 PM Josh Fischer wrote: > Thanks for the help Gavin and Dave. I’m sure I will have some questions > as I go. Will start to understand the process more tonight. I’ll follow > up with a status updat

Re: Jenkins Build for Heron

2019-04-23 Thread Josh Fischer
ox have the software and if so, what version? > >> > >> If there is a quick way to query that information that would be great! > If > > not then we figure a way to look. > >> > >>> On Apr 23, 2019, at 11:50 AM, Josh Fischer > wrote: > >>&g

Re: Jenkins Build for Heron

2019-04-23 Thread Josh Fischer
nodejs npm golang --enablerepo=epel export GOROOT=/usr/lib/go export GOPATH=$HOME/go export PATH=$PATH:$GOROOT/bin:$GOPATH/bin go get -u -v github.com/spf13/hugo fi npm install sudo -H pip uninstall -y pygments sudo -H pip install pygments==2.1.3 pdoc==0.3.2 Please Advise, Josh On Sat, Apr 13, 2

Re: Jenkins Build for Heron

2019-04-13 Thread Josh Fischer
bator-heron/tree/master/website> { "private": true, "dependencies": { "del": "^2.2.2", "gulp": "^4.0.0", "gulp-autoprefixer": "^4.0.0", "gulp-hash": "^4.1.1", "gulp-sass": "^3.1.0", "

Jenkins Build for Heron

2019-04-13 Thread Josh Fischer
Hi, I am one of the committers on the incubating project Heron. I am looking to create a Jenkins job that will be triggered on commit's to the "asf-site" branch to build and deploy our static assets. I'd like to check if the Jenkins box supports what we will need for building our site as well as