Re: Meeting tomorrow

2022-11-10 Thread Jarek Potiuk
Hmm. Is it just me, or the link from builds page is incorrect? Got "this link is invalid". On Wed, Nov 9, 2022 at 9:55 AM Jarek Potiuk wrote: > > +1 > > On Wed, Nov 9, 2022 at 8:20 AM Gavin McDonald wrote: >> >> Just a reminder, as advertised on the 27th October so hopefully >> plenty of notice

Re: Meeting tomorrow

2022-11-10 Thread Gavin McDonald
Sorry, due to the change in time zones recently, the meeting is actually at 1630UTC - so just over 40 minutes away On Thu, Nov 10, 2022 at 4:35 PM Jarek Potiuk wrote: > Hmm. Is it just me, or the link from builds page is incorrect? Got > "this link is invalid". > > On Wed, Nov 9, 2022 at 9:55 AM

Pull Request Builds & Jenkins

2022-11-10 Thread Richard Zowalla
Hi all.  We have a Jenkins pull request job in TomEE. We noticed, that this job only builds PRs, which originate from the ASF repo (and not from (user) forks). I guess, that this is intended due to some security concerns? Is there a possibility to run such pull request builds for forks after some

Re: Pull Request Builds & Jenkins

2022-11-10 Thread Lukasz Lenart
czw., 10 lis 2022 o 20:31 Richard Zowalla napisał(a): > We have a Jenkins pull request job in TomEE. We noticed, that this job > only builds PRs, which originate from the ASF repo (and not from (user) > forks). > > I guess, that this is intended due to some security concerns? Is there > a possibil

Re: Pull Request Builds & Jenkins

2022-11-10 Thread Olivier Lamy
currently it's not possible with Jenkins. But maybe when we will have some temporary nodes running in a k8s cluster such restriction will be not needed anymore. A solution is to have a committer pushing the pr as a branch and so this will be build. just use the gh tool, gh pr checkout $PRID. then

Re: Pull Request Builds & Jenkins

2022-11-10 Thread Richard Zowalla
Hi Lukasz, thanks for your reply! Our full builds have a duration of 2 ('quick') - 5+ hours ('quick + it + tcks') on the Jenkins CI infrastructure (depending on the saturation of the available node) and are a result of the ancient hardware (there is a separate discussion regarding AWS) used on th

Re: Pull Request Builds & Jenkins

2022-11-10 Thread Richard Zowalla
Hi Lukasz, thanks for your reply! Our full builds have a duration of 2 ('quick') - 5+ hours ('quick + it + tcks') on the Jenkins CI infrastructure (depending on the saturation of the available node) and are a result of the ancient hardware (there is a separate discussion regarding AWS) used on th

Re: Pull Request Builds & Jenkins

2022-11-10 Thread Richard Zowalla
Hi Olivier, thanks for your reply, too! Yeah - this is the workaround, we are currently using. But now we have some clarity. Thanks & Gruß Richard Am Freitag, dem 11.11.2022 um 16:24 +1000 schrieb Olivier Lamy: > currently it's not possible with Jenkins. > But maybe when we will have some te