* [yocto-autobuilder] [PATCH] ppc & mips names are switched for builders
@ 2012-02-29 18:05 Bob Cochran
2012-02-29 21:37 ` Flanagan, Elizabeth
0 siblings, 1 reply; 2+ messages in thread
From: Bob Cochran @ 2012-02-29 18:05 UTC (permalink / raw)
To: yocto
I have noticed in the nightly buildbot failure reports for ppc & mips
that the build names are switched (e.g., nightly-mips triggers the
nightly-ppc build and vice versa).
The name and builderNames appear to be switched in yoctoABConfig.py, and
I think this patch will correct this one.
Signed-off-by: Robert Cochran<yocto@mindchasers.com>
---
yocto-master/yoctoABConfig.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/yocto-master/yoctoABConfig.py b/yocto-master/yoctoABConfig.py
index 0d4ed13..2e0cf27 100644
--- a/yocto-master/yoctoABConfig.py
+++ b/yocto-master/yoctoABConfig.py
@@ -864,8 +864,8 @@ yocto_builders.append(b65)
yocto_sched.append(triggerable.Triggerable(name="nightly-x86",
builderNames=["nightly-x86"]))
yocto_sched.append(triggerable.Triggerable(name="nightly-x86-64",
builderNames=["nightly-x86-64"]))
yocto_sched.append(triggerable.Triggerable(name="nightly-arm",
builderNames=["nightly-arm"]))
-yocto_sched.append(triggerable.Triggerable(name="nightly-ppc",
builderNames=["nightly-mips"]))
-yocto_sched.append(triggerable.Triggerable(name="nightly-mips",
builderNames=["nightly-ppc"]))
+yocto_sched.append(triggerable.Triggerable(name="nightly-mips",
builderNames=["nightly-mips"]))
+yocto_sched.append(triggerable.Triggerable(name="nightly-ppc",
builderNames=["nightly-ppc"]))
yocto_sched.append(triggerable.Triggerable(name="eclipse-plugin",
builderNames=["eclipse-plugin"]))
################################################################################
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [yocto-autobuilder] [PATCH] ppc & mips names are switched for builders
2012-02-29 18:05 [yocto-autobuilder] [PATCH] ppc & mips names are switched for builders Bob Cochran
@ 2012-02-29 21:37 ` Flanagan, Elizabeth
0 siblings, 0 replies; 2+ messages in thread
From: Flanagan, Elizabeth @ 2012-02-29 21:37 UTC (permalink / raw)
To: Bob Cochran; +Cc: yocto
Bob,
Thanks! Do you have a branch I can cherry-pick this from? If not, I'll
just commit with attribution.
-b
On Wed, Feb 29, 2012 at 10:05 AM, Bob Cochran <yocto@mindchasers.com> wrote:
> I have noticed in the nightly buildbot failure reports for ppc & mips that
> the build names are switched (e.g., nightly-mips triggers the nightly-ppc
> build and vice versa).
>
> The name and builderNames appear to be switched in yoctoABConfig.py, and I
> think this patch will correct this one.
>
>
> Signed-off-by: Robert Cochran<yocto@mindchasers.com>
> ---
> yocto-master/yoctoABConfig.py | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/yocto-master/yoctoABConfig.py b/yocto-master/yoctoABConfig.py
> index 0d4ed13..2e0cf27 100644
> --- a/yocto-master/yoctoABConfig.py
> +++ b/yocto-master/yoctoABConfig.py
> @@ -864,8 +864,8 @@ yocto_builders.append(b65)
> yocto_sched.append(triggerable.Triggerable(name="nightly-x86",
> builderNames=["nightly-x86"]))
> yocto_sched.append(triggerable.Triggerable(name="nightly-x86-64",
> builderNames=["nightly-x86-64"]))
> yocto_sched.append(triggerable.Triggerable(name="nightly-arm",
> builderNames=["nightly-arm"]))
> -yocto_sched.append(triggerable.Triggerable(name="nightly-ppc",
> builderNames=["nightly-mips"]))
> -yocto_sched.append(triggerable.Triggerable(name="nightly-mips",
> builderNames=["nightly-ppc"]))
> +yocto_sched.append(triggerable.Triggerable(name="nightly-mips",
> builderNames=["nightly-mips"]))
> +yocto_sched.append(triggerable.Triggerable(name="nightly-ppc",
> builderNames=["nightly-ppc"]))
> yocto_sched.append(triggerable.Triggerable(name="eclipse-plugin",
> builderNames=["eclipse-plugin"]))
>
>
> ################################################################################
> --
> 1.7.5.4
>
--
Elizabeth Flanagan
Yocto Project
Build and Release
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-29 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 18:05 [yocto-autobuilder] [PATCH] ppc & mips names are switched for builders Bob Cochran
2012-02-29 21:37 ` Flanagan, Elizabeth
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.