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

2021-02-12 Thread Omair Javaid via lldb-dev
Hi Tom,

We at Linaro are maintaining LLVM Arm/AArch64 buildbots and want a host
buildbot for testing of release branches.

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?

On Tue, 2 Feb 2021 at 21:49, Tom Stellard via llvm-dev <
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 > 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 
> > 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
>


-- 
Omair Javaid
www.linaro.org
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] LLVM 11.1.0-rc3 has been tagged

2021-02-12 Thread Dimitry Andric via lldb-dev
On 8 Feb 2021, at 18:14, Tom Stellard via Release-testers 
 wrote:
> 
> I've tagged LLVM 11.1.0-rc3.  If there are no issues, then I'll be tagging
> the final release in 1 week.  Testers please test and upload binaries.

For 11.1.0 rc3, I have built and tested on both FreeBSD 11 and 12 again.
No additional patches were needed.

(Note that I upgraded my FreeBSD 12 build machine from 12.1-RELEASE to
12.2-RELEASE, due to the former going out of support as of 2021-01-31.
This is likely the reason for more passing test cases.)


Main results on amd64-freebsd11:

  Unsupported:  5122 (11.1.0 rc2:  5122)
  Passed : 69797 (11.1.0 rc2: 69797)
  Expectedly Failed  :   246 (11.1.0 rc2:   246)
  Timed Out  :16 (11.1.0 rc2:16)
  Failed :   479 (11.1.0 rc2:   479)
  Unexpectedly Passed: 2 (11.1.0 rc2: 2)

Test suite results on amd64-freebsd11:

  Passed: 2399 (11.1.0 rc2: 2399)
  Failed:3 (11.1.0 rc2:3)


Main results on amd64-freebsd12:

  Unsupported:  5122 (11.1.0 rc2:  5122)
  Passed : 70257 (11.1.0 rc2: 69794)
  Expectedly Failed  :   242 (11.1.0 rc2:   246)
  Timed Out  :43 (11.1.0 rc2:17)
  Failed :69 (11.1.0 rc2:   481)
  Unexpectedly Passed: 6 (11.1.0 rc2: 2)

Test suite results on amd64-freebsd12:

  Passed: 2399 (11.1.0 rc2: 2399)
  Failed:3 (11.1.0 rc2:3)


Main results on i386-freebsd11:

  Unsupported:  3513 (11.1.0 rc2:  3513)
  Passed : 66681 (11.1.0 rc2: 66675)
  Expectedly Failed  :   231 (11.1.0 rc2:   231)
  Timed Out  : 7 (11.1.0 rc2: 7)
  Failed :   311 (11.1.0 rc2:   317)
  Unexpectedly Passed: 1 (11.1.0 rc2: 1)


Main results on i386-freebsd12:

  Unsupported:  3513 (11.1.0 rc2:  3513)
  Passed : 66679 (11.1.0 rc2: 66670)
  Expectedly Failed  :   229 (11.1.0 rc2:   231)
  Timed Out  : 7 (11.1.0 rc2: 7)
  Failed :   313 (11.1.0 rc2:   322)
  Unexpectedly Passed: 3 (11.1.0 rc2: 1)


Uploaded:
SHA256 (clang+llvm-11.1.0-rc3-amd64-unknown-freebsd11.tar.xz) = 
e3a845bd2f0d7a1be0ec4f6622b2c26fa5f3c25b9111be2d05578c41aae71e9d
SHA256 (clang+llvm-11.1.0-rc3-amd64-unknown-freebsd12.tar.xz) = 
b21fd658b9612b78beede211f8c1b72e1c3c53f1c04284e0caa0a60b8e9876e4
SHA256 (clang+llvm-11.1.0-rc3-i386-unknown-freebsd11.tar.xz) = 
48e2e32e94909e89ae4ed524a9a1f3a7a88a51afcb1b26d070d3ba0250653f28
SHA256 (clang+llvm-11.1.0-rc3-i386-unknown-freebsd12.tar.xz) = 
1318f259879f727f427e8a3bf946db7c36cd099583c8c517ce33ed9bdf79e694

-Dimitry



signature.asc
Description: Message signed with OpenPGP
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


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

2021-02-12 Thread Tom Stellard via lldb-dev

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>> 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 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  
>
 > 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 




--
Omair Javaid
www.linaro.org 


___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev