Re: [lldb-dev] [cfe-dev] [llvm-dev] Attn Buildbot Owners: Would you like your builder to test the release branch?

2021-04-16 Thread Omair Javaid via lldb-dev
On Wed, 14 Apr 2021 at 20:41, Tom Stellard  wrote:

> On 4/14/21 5:50 AM, Omair Javaid wrote:
> > Ping!
> >
> > Tom, any update on this?
> >
>
> Yes, thanks for reminding me.  The infrastructure is in place now, so
> we can start adding more bots.  Do you have a bot that you want to add?
>
> -Tom
>
I intend to set up two new release bots for LLVM AArch64 and Arm release.
Do you have a reference release bot that I can replicate for my use-case?


> > On Mon, 15 Feb 2021 at 20:02, Nemanja Ivanovic  > wrote:
> >
> > We are interested in doing this for PPC as well. Not likely for all
> of our bots, but one or two select ones.
> >
> > On Fri, Feb 12, 2021 at 11:51 AM Tom Stellard via cfe-dev <
> cfe-...@lists.llvm.org > wrote:
> >
> > On 2/12/21 1:49 AM, Omair Javaid wrote:
> >  > Hi Tom,
> >  >
> >  > We at Linaro are maintaining LLVM Arm/AArch64 buildbots and
> want a host buildbot for testing of release branches.
> >  >
> >
> > OK, that's great.
> >
> >  > Kindly share the steps to do this. Do we have to host
> separate builbots for tracking release branches or is it possible to track
> multiple branches by existing buildbots assuming traffic on release
> branches is less frequent?
> >  >
> >
> > I've submitted a patch[1] to add the infrastructure for enabling
> builders
> > on the release branch.  Once this patch or something similar
> gets applied
> > then we can start enabling individual builders.  I'll follow up
> with you
> > once this patch lands.
> >
> > -Tom
> >
> >
> > [1] https://reviews.llvm.org/D96046 <
> https://reviews.llvm.org/D96046>
> >
> >  > On Tue, 2 Feb 2021 at 21:49, Tom Stellard via llvm-dev <
> llvm-...@lists.llvm.org   llvm-...@lists.llvm.org >> wrote:
> >  >
> >  > On 2/2/21 1:23 AM, Diana Picus wrote:
> >  >  > Hi Tom,
> >  >  >
> >  >  > This sounds interesting! Would this also make it
> possible to automatically get the release binaries from the buildbots, as
> opposed to manually uploading to the FTP server?
> >  >  >
> >  >
> >  > Yes, this is something I would like to do.  I think you
> could pretty easily run
> >  > the test-release.sh script on the bot.  The only issue is
> finding a way to
> >  > securely upload the binaries.
> >  >
> >  > -Tom
> >  >
> >  >  > Cheers,
> >  >  > Diana
> >  >  >
> >  >  > On Tue, 2 Feb 2021 at 01:46, Tom Stellard via cfe-dev <
> cfe-...@lists.llvm.org   cfe-...@lists.llvm.org >  cfe-...@lists.llvm.org   cfe-...@lists.llvm.org  >  >  >
> >  >  > Hi,
> >  >  >
> >  >  > I would like to improve the testing coverage in
> the release branch, so if you
> >  >  > are a buildbot owner and would like to enable your
> builder for the release branch,
> >  >  > let me know, and I can help get it enabled.
> >  >  >
> >  >  > Also, if you have any ideas for some more
> extensive testing that might be too
> >  >  > slow to run on the main branch, we may be able to
> enable it on the release
> >  >  > branch either running once per commit or once per
> tag.
> >  >  >
> >  >  > Thanks,
> >  >  > Tom
> >  >  >
> >  >  > ___
> >  >  > cfe-dev mailing list
> >  >  > cfe-...@lists.llvm.org 
> >  cfe-...@lists.llvm.org   cfe-...@lists.llvm.org >>
> >  >  >
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev <
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev> <
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev <
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev>>
> >  >  >
> >  >
> >  > ___
> >  > LLVM Developers mailing list
> >  > llvm-...@lists.llvm.org 
> >
> >  > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> <
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev>>
> >  

Re: [lldb-dev] [cfe-dev] [llvm-dev] Attn Buildbot Owners: Would you like your builder to test the release branch?

2021-04-16 Thread Tom Stellard via lldb-dev

On 4/16/21 2:31 AM, Omair Javaid wrote:

On Wed, 14 Apr 2021 at 20:41, Tom Stellard mailto:tstel...@redhat.com>> wrote:

On 4/14/21 5:50 AM, Omair Javaid wrote:
 > Ping!
 >
 > Tom, any update on this?
 >

Yes, thanks for reminding me.  The infrastructure is in place now, so
we can start adding more bots.  Do you have a bot that you want to add?

-Tom

I intend to set up two new release bots for LLVM AArch64 and Arm release. Do 
you have a reference release bot that I can replicate for my use-case?



The release bots are listed in this file:
https://github.com/llvm/llvm-zorg/blob/main/buildbot/osuosl/master/config/release_builders.py

-Tom



 > On Mon, 15 Feb 2021 at 20:02, Nemanja Ivanovic mailto:nemanja.i@gmail.com> >> wrote:
 >
 >     We are interested in doing this for PPC as well. Not likely for all 
of our bots, but one or two select ones.
 >
 >     On Fri, Feb 12, 2021 at 11:51 AM Tom Stellard via cfe-dev mailto:cfe-...@lists.llvm.org> >> wrote:
 >
 >         On 2/12/21 1:49 AM, Omair Javaid wrote:
 >          > Hi Tom,
 >          >
 >          > We at Linaro are maintaining LLVM Arm/AArch64 buildbots and 
want a host buildbot for testing of release branches.
 >          >
 >
 >         OK, that's great.
 >
 >          > Kindly share the steps to do this. Do we have to host 
separate builbots for tracking release branches or is it possible to track multiple 
branches by existing buildbots assuming traffic on release branches is less frequent?
 >          >
 >
 >         I've submitted a patch[1] to add the infrastructure for enabling 
builders
 >         on the release branch.  Once this patch or something similar 
gets applied
 >         then we can start enabling individual builders.  I'll follow up 
with you
 >         once this patch lands.
 >
 >         -Tom
 >
 >
 >         [1] https://reviews.llvm.org/D96046  
>
 >
 >          > On Tue, 2 Feb 2021 at 21:49, Tom Stellard via llvm-dev mailto:llvm-...@lists.llvm.org> > 
           >
 >          >     On 2/2/21 1:23 AM, Diana Picus wrote:
 >          >      > Hi Tom,
 >          >      >
 >          >      > This sounds interesting! Would this also make it 
possible to automatically get the release binaries from the buildbots, as opposed to 
manually uploading to the FTP server?
 >          >      >
 >          >
 >          >     Yes, this is something I would like to do.  I think you 
could pretty easily run
 >          >     the test-release.sh script on the bot.  The only issue is 
finding a way to
 >          >     securely upload the binaries.
 >          >
 >          >     -Tom
 >          >
 >          >      > Cheers,
 >          >      > Diana
 >          >      >
 >          >      > On Tue, 2 Feb 2021 at 01:46, Tom Stellard via cfe-dev mailto:cfe-...@lists.llvm.org> 
>  >>  >   wrote:
 >          >      >
 >          >      >     Hi,
 >          >      >
 >          >      >     I would like to improve the testing coverage in 
the release branch, so if you
 >          >      >     are a buildbot owner and would like to enable your 
builder for the release branch,
 >          >      >     let me know, and I can help get it enabled.
 >          >      >
 >          >      >     Also, if you have any ideas for some more 
extensive testing that might be too
 >          >      >     slow to run on the main branch, we may be able to 
enable it on the release
 >          >      >     branch either running once per commit or once per 
tag.
 >          >      >
 >          >      >     Thanks,
 >          >      >     Tom
 >          >      >
 >          >      >     ___
 >          >      >     cfe-dev mailing list
 >          >      > cfe-...@lists.llvm.org  >