All of lore.kernel.org
 help / color / mirror / Atom feed
* [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target
@ 2014-11-20 17:28 Ross Burton
  2014-12-01 22:39 ` Flanagan, Elizabeth
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2014-11-20 17:28 UTC (permalink / raw)
  To: yocto

This is based on the nightly-arm target with the beaglebone builds removed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 buildset-config.controller/nightly-arm64.conf |   27 +++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 buildset-config.controller/nightly-arm64.conf

diff --git a/buildset-config.controller/nightly-arm64.conf b/buildset-config.controller/nightly-arm64.conf
new file mode 100644
index 0000000..7c2524b
--- /dev/null
+++ b/buildset-config.controller/nightly-arm64.conf
@@ -0,0 +1,27 @@
+[nightly-arm64]
+builders: 'example-worker'
+repos: [{'poky':
+            {'repourl':'git://git.yoctoproject.org/poky',
+	         'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp'},
+             'branch':'master'}},
+        {'meta-qt3':
+            {'repourl':'git://git.yoctoproject.org/meta-qt3',
+             'branch':'master'}}]
+steps: [{'SetDest':{}},
+        {'CheckOutLayers': {}},
+        {'RunPreamble': {}},
+        {'GetDistroVersion' : {'distro': 'poky'}},
+        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'buildhistory' : True}},
+        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
+        {'SyncPersistDB' : {'distro' : 'poky'}},
+        {'BuildImages': {'images': 'core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev'}},
+        {'RunSanityTests': {'images': 'core-image-minimal core-image-sato core-image-sato-sdk'}},
+        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'buildhistory' : False}},
+        {'BuildToolchainImages': {}},
+        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'x86_64', 'distro': 'poky', 'buildhistory' : False}},
+        {'BuildToolchainImages': {}},
+        {'SyncPersistDB' : {'commit' : True, 'distro':'poky'}},
+        {'PublishLayerTarballs':{}},
+        {'SendErrorReport': {}},
+        {'PublishArtifacts': {'artifacts': ['qemuarm64', 'ipk', 'toolchain', 'md5sums']}}]
+
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target
  2014-11-20 17:28 [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target Ross Burton
@ 2014-12-01 22:39 ` Flanagan, Elizabeth
  2014-12-01 22:55   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Flanagan, Elizabeth @ 2014-12-01 22:39 UTC (permalink / raw)
  To: Ross Burton; +Cc: yocto

Pulled into master, I'll bring it into production this week. Note: it
will not be part of nightly, so if you want it kicked on prod
autobuilders for nightlies, we'll have to do some extra work for that
(LAYERVERSION bump, and code in the buildstep to skip this build to
ensure backwards compatibility).

thanks!

-b

On Thu, Nov 20, 2014 at 5:28 PM, Ross Burton <ross.burton@intel.com> wrote:
> This is based on the nightly-arm target with the beaglebone builds removed.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  buildset-config.controller/nightly-arm64.conf |   27 +++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 buildset-config.controller/nightly-arm64.conf
>
> diff --git a/buildset-config.controller/nightly-arm64.conf b/buildset-config.controller/nightly-arm64.conf
> new file mode 100644
> index 0000000..7c2524b
> --- /dev/null
> +++ b/buildset-config.controller/nightly-arm64.conf
> @@ -0,0 +1,27 @@
> +[nightly-arm64]
> +builders: 'example-worker'
> +repos: [{'poky':
> +            {'repourl':'git://git.yoctoproject.org/poky',
> +                'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp'},
> +             'branch':'master'}},
> +        {'meta-qt3':
> +            {'repourl':'git://git.yoctoproject.org/meta-qt3',
> +             'branch':'master'}}]
> +steps: [{'SetDest':{}},
> +        {'CheckOutLayers': {}},
> +        {'RunPreamble': {}},
> +        {'GetDistroVersion' : {'distro': 'poky'}},
> +        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'buildhistory' : True}},
> +        {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> +        {'SyncPersistDB' : {'distro' : 'poky'}},
> +        {'BuildImages': {'images': 'core-image-sato core-image-sato-dev core-image-sato-sdk core-image-minimal core-image-minimal-dev'}},
> +        {'RunSanityTests': {'images': 'core-image-minimal core-image-sato core-image-sato-sdk'}},
> +        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'i686', 'distro': 'poky', 'buildhistory' : False}},
> +        {'BuildToolchainImages': {}},
> +        {'CreateAutoConf': {'machine': 'qemuarm64', 'SDKMACHINE' : 'x86_64', 'distro': 'poky', 'buildhistory' : False}},
> +        {'BuildToolchainImages': {}},
> +        {'SyncPersistDB' : {'commit' : True, 'distro':'poky'}},
> +        {'PublishLayerTarballs':{}},
> +        {'SendErrorReport': {}},
> +        {'PublishArtifacts': {'artifacts': ['qemuarm64', 'ipk', 'toolchain', 'md5sums']}}]
> +
> --
> 1.7.10.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



-- 
Elizabeth Flanagan
Yocto Project
Build and Release


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target
  2014-12-01 22:39 ` Flanagan, Elizabeth
@ 2014-12-01 22:55   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2014-12-01 22:55 UTC (permalink / raw)
  To: Flanagan, Elizabeth; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

On 1 December 2014 at 22:39, Flanagan, Elizabeth <
elizabeth.flanagan@intel.com> wrote:

> Pulled into master, I'll bring it into production this week. Note: it
> will not be part of nightly, so if you want it kicked on prod
> autobuilders for nightlies, we'll have to do some extra work for that
> (LAYERVERSION bump, and code in the buildstep to skip this build to
> ensure backwards compatibility).
>

I'll ensure we layerversion bump when the machine is merged, but for now
this is for testing a patch set that isn't in master yet anyway.

Cheers,
Ross

[-- Attachment #2: Type: text/html, Size: 944 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-01 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-20 17:28 [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target Ross Burton
2014-12-01 22:39 ` Flanagan, Elizabeth
2014-12-01 22:55   ` Burton, Ross

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.