Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] Validation Buildbot is Up!"
2009 Jan 28
4
[LLVMdev] Validation Buildbot is Up!
On Wednesday 28 January 2009 15:59, Tanya Lattner wrote:
> On Jan 28, 2009, at 12:18 PM, David Greene wrote:
> > I have a buildbot operating to do validating builds of llvm up at
> >
> > http://obbligato.org:8080
> >
> > My DSL has been stable enough for the past few months for me to
> > feel comfortable hosting the buildbot there.
>
> We had a
2009 Jan 28
0
[LLVMdev] Validation Buildbot is Up!
On Jan 28, 2009, at 12:18 PM, David Greene wrote:
> I have a buildbot operating to do validating builds of llvm up at
>
> http://obbligato.org:8080
>
> My DSL has been stable enough for the past few months for me to
> feel comfortable hosting the buildbot there.
>
We had a discussion in the past on what validate means. Did you ever
formalize that? It might be good if you
2009 Jan 29
0
[LLVMdev] Validation Buildbot is Up!
On Jan 28, 2009, at 3:46 PM, David Greene wrote:
> On Wednesday 28 January 2009 15:59, Tanya Lattner wrote:
>> On Jan 28, 2009, at 12:18 PM, David Greene wrote:
>>> I have a buildbot operating to do validating builds of llvm up at
>>>
>>> http://obbligato.org:8080
>>>
>>> My DSL has been stable enough for the past few months for me to
2009 Jan 29
0
[LLVMdev] Validation Buildbot is Up!
If you create a slave name and password for me, i'm happy to put one
of the ubuntu 8.04 8 core machines i have running it. They are
x86_64-linux
(you would need to add -j8, which can be done through properties easily)
On Thu, Jan 29, 2009 at 10:46 AM, David Greene <dag at cray.com> wrote:
> On Wednesday 28 January 2009 15:59, Tanya Lattner wrote:
>> On Jan 28, 2009, at 12:18
2009 Jan 29
2
[LLVMdev] Validation Buildbot is Up!
On Jan 28, 2009, at 8:25 PM, Tanya Lattner wrote:
> On Jan 28, 2009, at 3:46 PM, David Greene wrote:
>
>> On Wednesday 28 January 2009 15:59, Tanya Lattner wrote:
>>> On Jan 28, 2009, at 12:18 PM, David Greene wrote:
>>>> I have a buildbot operating to do validating builds of llvm up at
>>>>
>>>> http://obbligato.org:8080
>>>>
2009 Jan 29
1
[LLVMdev] Validation Buildbot is Up!
Also, if you want to put the buildbot status with the other buildbots
we have on google1.osuosl.org, i'm happy to add your config to the
master
On Thu, Jan 29, 2009 at 11:53 AM, Daniel Berlin <dberlin at dberlin.org> wrote:
> If you create a slave name and password for me, i'm happy to put one
> of the ubuntu 8.04 8 core machines i have running it. They are
> x86_64-linux
2009 Jan 29
0
[LLVMdev] Validation Buildbot is Up!
On Thursday 29 January 2009 03:18, Bill Wendling wrote:
> On Jan 28, 2009, at 8:25 PM, Tanya Lattner wrote:
> > On Jan 28, 2009, at 3:46 PM, David Greene wrote:
> >> On Wednesday 28 January 2009 15:59, Tanya Lattner wrote:
> >>> On Jan 28, 2009, at 12:18 PM, David Greene wrote:
> >>>> I have a buildbot operating to do validating builds of llvm up at
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes:
> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
>> The document here explains pretty well how to add a buildslave to the
>> buildbot:
>>
>> http://llvm.org/docs/HowToAddABuilder.html
>>
>> However, it's not clear to me how to add a new build config. I would
>> like
2009 Aug 07
3
[LLVMdev] FW: buildbot failure in llvm on llvm-i686-linux
These URLs don't work for me. How do I know what is broken?
It builds fine on my x86 linux box.
-----Original Message-----
From: buildbot at google1.osuosl.org [mailto:buildbot at google1.osuosl.org]
Sent: Friday, August 07, 2009 5:12 PM
To: Sanjiv Kumar Gupta - I00171
Cc: llvm-testresults at cs.uiuc.edu
Subject: buildbot failure in llvm on llvm-i686-linux
The Buildbot has detected a new
2009 Jan 27
1
[LLVMdev] Why buildbot SVN checkouts fail
>
> Ah! This is the one that's messing up. Could someone take a look at
> this and see why it's failing? It doesn't even seem to be getting to
> the "svn" checkout.
>
>
Hi Bill,
[sorry I was not subscribed to llvm-testresults, and noticed this only now]
This is a buildbot bug apparently, see
http://buildbot.net/trac/ticket/284 and
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
> The document here explains pretty well how to add a buildslave to the
> buildbot:
>
> http://llvm.org/docs/HowToAddABuilder.html
>
> However, it's not clear to me how to add a new build config. I would
> like to add a buildslave that builds with -Werror so we can catch and
> correct warnings
2013 Jan 15
0
[LLVMdev] Adding a Buildbot Config
On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote:
> Dmitri Gribenko <gribozavr at gmail.com> writes:
>
>> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
>>> The document here explains pretty well how to add a buildslave to the
>>> buildbot:
>>>
>>> http://llvm.org/docs/HowToAddABuilder.html
>>>
2009 Aug 07
0
[LLVMdev] FW: buildbot failure in llvm on llvm-i686-linux
On Fri, Aug 7, 2009 at 9:18 AM, <Sanjiv.Gupta at microchip.com> wrote:
> These URLs don't work for me. How do I know what is broken?
> It builds fine on my x86 linux box.
Why don't the URLs work for you?
In this case the problem was just because llvm.org went down. When an
"svn" step fails; i.e., the line after "BUILD FAILED:", the problem is
usually
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
Dmitri Gribenko <gribozavr at gmail.com> writes:
> On Tue, Jan 15, 2013 at 7:07 PM, <dag at cray.com> wrote:
>> Dmitri Gribenko <gribozavr at gmail.com> writes:
>>
>>> On Tue, Jan 15, 2013 at 2:43 AM, <greened at obbligato.org> wrote:
>>>> The document here explains pretty well how to add a buildslave to the
>>>> buildbot:
2008 Nov 03
2
[LLVMdev] Buildbot now up and new build failures
On Mon, Nov 3, 2008 at 2:43 AM, Duncan Sands
<duncan.sands at math.u-psud.fr> wrote:
> Hi Daniel,
>
>> I set up a buildbot for llvm at http://google1.osuosl.org:8011/waterfall
>> It builds every single revision of llvm, runs the testsuite, and
>> reports the results. It takes about 3 minutes per build+test right
>> now (it's an 8 core machine).
>
>
2009 Aug 07
1
[LLVMdev] FW: buildbot failure in llvm on llvm-i686-linux
On Aug 7, 2009, at 10:13 AM, Daniel Dunbar wrote:
> On Fri, Aug 7, 2009 at 9:18 AM, <Sanjiv.Gupta at microchip.com> wrote:
>> These URLs don't work for me. How do I know what is broken?
>> It builds fine on my x86 linux box.
>
> Why don't the URLs work for you?
>
I suspect the corporate firewall is blocking outgoing connections on
port 8011.
-jim
> In
2012 Nov 16
2
[LLVMdev] Code Ownership - Buildbot
Here is a trivial reason why I have not propagated http://bb.pgr.jp/ .
Sometimes (but I suppose rarely) he reports false alarm in a few
points. He'd send blames to the llvm-testresults if his master (aka I)
knew he were mature.
I don't also want him promoted and called as one of official
buildbots. He is my pet, though, I expect he should be helpful to the
developers.
...Takumi
2013 Jan 15
2
[LLVMdev] Adding a Buildbot Config
The document here explains pretty well how to add a buildslave to the
buildbot:
http://llvm.org/docs/HowToAddABuilder.html
However, it's not clear to me how to add a new build config. I would
like to add a buildslave that builds with -Werror so we can catch and
correct warnings early.
How should I go about adding a new build configuration? Do I edit
one of the .py files in zorg?
Thanks!
2008 Nov 03
0
[LLVMdev] Buildbot now up and new build failures
Thanks. But please send the build notifications to llvm-testresults at cs.uiuc.edu
instead.
Evan
On Nov 3, 2008, at 10:32 AM, Daniel Berlin wrote:
> On Mon, Nov 3, 2008 at 2:43 AM, Duncan Sands
> <duncan.sands at math.u-psud.fr> wrote:
>> Hi Daniel,
>>
>>> I set up a buildbot for llvm at http://google1.osuosl.org:8011/waterfall
>>> It builds every
2012 Nov 16
0
[LLVMdev] Code Ownership - Buildbot
> Here is a trivial reason why I have not propagated http://bb.pgr.jp/ .
> Sometimes (but I suppose rarely) he reports false alarm in a few
> points. He'd send blames to the llvm-testresults if his master (aka I)
> knew he were mature.
>
> I don't also want him promoted and called as one of official
> buildbots. He is my pet, though, I expect he should be helpful to