* [PATCH][yocto-autobuilder] nigthly-qa-*, nigthly-rpm*: Move RunSanityTests before SendErrorReport
@ 2016-09-18 18:05 Aníbal Limón
2016-09-19 16:01 ` Joshua Lock
0 siblings, 1 reply; 2+ messages in thread
From: Aníbal Limón @ 2016-09-18 18:05 UTC (permalink / raw)
To: yocto; +Cc: joshua.g.lock
If RunSanityTests executes after SendErrorReport and fails, the error
report was not send to the errors.yp.org server.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
| 4 ++--
buildset-config.controller/nightly-qa-logrotate.conf | 6 ++----
buildset-config.controller/nightly-qa-pam.conf | 5 ++---
buildset-config.controller/nightly-qa-skeleton.conf | 5 ++---
buildset-config.controller/nightly-qa-systemd.conf | 4 ++--
buildset-config.controller/nightly-qa-targetbuilds.conf | 6 +++---
buildset-config.controller/nightly-rpm-non-rpm.conf | 4 ++--
buildset-config.controller/nightly-rpm.conf | 4 ++--
8 files changed, 17 insertions(+), 21 deletions(-)
--git a/buildset-config.controller/nightly-qa-extras.conf b/buildset-config.controller/nightly-qa-extras.conf
index 2ec7b50..f796bb1 100644
--- a/buildset-config.controller/nightly-qa-extras.conf
+++ b/buildset-config.controller/nightly-qa-extras.conf
@@ -18,6 +18,6 @@ steps: [{'SetDest':{}},
'distro': 'poky', 'buildhistory' : False,
'atextappend' : '\nROOT_HOME = "/root"\n'}},
{'BuildImages': {'images': 'core-image-minimal'}},
+ {'RunSanityTests': {'images': 'core-image-minimal'}},
{'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'RunSanityTests': {'images': 'core-image-minimal'}}]
+ {'SendErrorReport': {}}]
diff --git a/buildset-config.controller/nightly-qa-logrotate.conf b/buildset-config.controller/nightly-qa-logrotate.conf
index 41dd135..1545509 100644
--- a/buildset-config.controller/nightly-qa-logrotate.conf
+++ b/buildset-config.controller/nightly-qa-logrotate.conf
@@ -13,8 +13,6 @@ steps: [{'SetDest':{}},
'atextappend' : '\nIMAGE_INSTALL_append = " logrotate"\n'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
{'BuildImages': {'images': 'core-image-sato'}},
+ {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'logrotate'}},
{'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'logrotate'}}]
-
-
+ {'SendErrorReport': {}}]
diff --git a/buildset-config.controller/nightly-qa-pam.conf b/buildset-config.controller/nightly-qa-pam.conf
index 5cec2c8..3fdb76f 100644
--- a/buildset-config.controller/nightly-qa-pam.conf
+++ b/buildset-config.controller/nightly-qa-pam.conf
@@ -13,7 +13,6 @@ steps: [{'SetDest':{}},
'atextappend' : '\nDISTRO_FEATURES_append = " pam"\n'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
{'BuildImages': {'images': 'core-image-sato'}},
+ {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'pam'}},
{'SendErrorReport': {}},
- {'DownloadErrorReports': {}},
- {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'pam'}}]
-
+ {'DownloadErrorReports': {}}]
diff --git a/buildset-config.controller/nightly-qa-skeleton.conf b/buildset-config.controller/nightly-qa-skeleton.conf
index c29ca7b..9ac4c5e 100644
--- a/buildset-config.controller/nightly-qa-skeleton.conf
+++ b/buildset-config.controller/nightly-qa-skeleton.conf
@@ -13,7 +13,6 @@ steps: [{'SetDest':{}},
'atextappend' : '\nIMAGE_INSTALL_append = " service hello-mod"\n'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto', 'layerdirs': ['meta-skeleton']}},
{'BuildImages': {'images': 'core-image-sato'}},
+ {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'skeletoninit'}},
{'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'skeletoninit'}}]
-
+ {'SendErrorReport': {}}]
diff --git a/buildset-config.controller/nightly-qa-systemd.conf b/buildset-config.controller/nightly-qa-systemd.conf
index 662caa6..bb6da0b 100644
--- a/buildset-config.controller/nightly-qa-systemd.conf
+++ b/buildset-config.controller/nightly-qa-systemd.conf
@@ -27,6 +27,6 @@ steps: [{'SetDest':{}},
'buildhistory' : False, 'distro': 'poky',
'initmgr' : 'systemd'}},
{'BuildImages': {'images': 'core-image-sato'}},
+ {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'systemd'}},
{'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'RunSanityTests': {'images': 'core-image-sato', 'suitesappend' : 'systemd'}}]
+ {'SendErrorReport': {}}]
diff --git a/buildset-config.controller/nightly-qa-targetbuilds.conf b/buildset-config.controller/nightly-qa-targetbuilds.conf
index e31af26..c36f518 100644
--- a/buildset-config.controller/nightly-qa-targetbuilds.conf
+++ b/buildset-config.controller/nightly-qa-targetbuilds.conf
@@ -27,7 +27,7 @@ steps: [{'SetDest':{}},
{'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' : 'x86_64',
'buildhistory' : False, 'distro': 'poky'}},
{'BuildImages': {'images': 'core-image-sato-sdk'}},
- {'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
{'RunSanityTests': {'images': 'core-image-sato-sdk',
- 'suites' : 'ping ssh buildsudoku buildcvs buildiptables'}}]
+ 'suites' : 'ping ssh buildsudoku buildcvs buildiptables'}},
+ {'DownloadErrorReports': {}},
+ {'SendErrorReport': {}}]
diff --git a/buildset-config.controller/nightly-rpm-non-rpm.conf b/buildset-config.controller/nightly-rpm-non-rpm.conf
index 5290d6d..4ac743a 100644
--- a/buildset-config.controller/nightly-rpm-non-rpm.conf
+++ b/buildset-config.controller/nightly-rpm-non-rpm.conf
@@ -13,6 +13,6 @@ steps: [{'SetDest':{}},
'packages': 'rpm'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
{'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'}},
{'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'RunSanityTests': {'images' : 'core-image-minimal core-image-sato core-image-sato-sdk'}}]
+ {'SendErrorReport': {}}]
diff --git a/buildset-config.controller/nightly-rpm.conf b/buildset-config.controller/nightly-rpm.conf
index 2ea2d6e..646127f 100644
--- a/buildset-config.controller/nightly-rpm.conf
+++ b/buildset-config.controller/nightly-rpm.conf
@@ -13,6 +13,6 @@ steps: [{'SetDest':{}},
'packages': 'rpm'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
{'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'}},
{'DownloadErrorReports': {}},
- {'SendErrorReport': {}},
- {'RunSanityTests': {'images' : 'core-image-minimal core-image-sato core-image-sato-sdk'}}]
+ {'SendErrorReport': {}}]
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][yocto-autobuilder] nigthly-qa-*, nigthly-rpm*: Move RunSanityTests before SendErrorReport
2016-09-18 18:05 [PATCH][yocto-autobuilder] nigthly-qa-*, nigthly-rpm*: Move RunSanityTests before SendErrorReport Aníbal Limón
@ 2016-09-19 16:01 ` Joshua Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2016-09-19 16:01 UTC (permalink / raw)
To: Aníbal Limón, yocto
On Sun, 2016-09-18 at 13:05 -0500, Aníbal Limón wrote:
> If RunSanityTests executes after SendErrorReport and fails, the error
> report was not send to the errors.yp.org server.
Pushed, thanks.
Joshua
> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
> buildset-config.controller/nightly-qa-extras.conf | 4 ++--
> buildset-config.controller/nightly-qa-logrotate.conf | 6 ++----
> buildset-config.controller/nightly-qa-pam.conf | 5 ++---
> buildset-config.controller/nightly-qa-skeleton.conf | 5 ++---
> buildset-config.controller/nightly-qa-systemd.conf | 4 ++--
> buildset-config.controller/nightly-qa-targetbuilds.conf | 6 +++---
> buildset-config.controller/nightly-rpm-non-rpm.conf | 4 ++--
> buildset-config.controller/nightly-rpm.conf | 4 ++--
> 8 files changed, 17 insertions(+), 21 deletions(-)
>
> diff --git a/buildset-config.controller/nightly-qa-extras.conf
> b/buildset-config.controller/nightly-qa-extras.conf
> index 2ec7b50..f796bb1 100644
> --- a/buildset-config.controller/nightly-qa-extras.conf
> +++ b/buildset-config.controller/nightly-qa-extras.conf
> @@ -18,6 +18,6 @@ steps: [{'SetDest':{}},
> 'distro': 'poky', 'buildhistory' :
> False,
> 'atextappend' : '\nROOT_HOME =
> "/root"\n'}},
> {'BuildImages': {'images': 'core-image-minimal'}},
> + {'RunSanityTests': {'images': 'core-image-minimal'}},
> {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> - {'RunSanityTests': {'images': 'core-image-minimal'}}]
> + {'SendErrorReport': {}}]
> diff --git a/buildset-config.controller/nightly-qa-logrotate.conf
> b/buildset-config.controller/nightly-qa-logrotate.conf
> index 41dd135..1545509 100644
> --- a/buildset-config.controller/nightly-qa-logrotate.conf
> +++ b/buildset-config.controller/nightly-qa-logrotate.conf
> @@ -13,8 +13,6 @@ steps: [{'SetDest':{}},
> 'atextappend' : '\nIMAGE_INSTALL_append
> = " logrotate"\n'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> {'BuildImages': {'images': 'core-image-sato'}},
> + {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'logrotate'}},
> {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> - {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'logrotate'}}]
> -
> -
> + {'SendErrorReport': {}}]
> diff --git a/buildset-config.controller/nightly-qa-pam.conf
> b/buildset-config.controller/nightly-qa-pam.conf
> index 5cec2c8..3fdb76f 100644
> --- a/buildset-config.controller/nightly-qa-pam.conf
> +++ b/buildset-config.controller/nightly-qa-pam.conf
> @@ -13,7 +13,6 @@ steps: [{'SetDest':{}},
> 'atextappend' :
> '\nDISTRO_FEATURES_append = " pam"\n'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> {'BuildImages': {'images': 'core-image-sato'}},
> + {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'pam'}},
> {'SendErrorReport': {}},
> - {'DownloadErrorReports': {}},
> - {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'pam'}}]
> -
> + {'DownloadErrorReports': {}}]
> diff --git a/buildset-config.controller/nightly-qa-skeleton.conf
> b/buildset-config.controller/nightly-qa-skeleton.conf
> index c29ca7b..9ac4c5e 100644
> --- a/buildset-config.controller/nightly-qa-skeleton.conf
> +++ b/buildset-config.controller/nightly-qa-skeleton.conf
> @@ -13,7 +13,6 @@ steps: [{'SetDest':{}},
> 'atextappend' : '\nIMAGE_INSTALL_append
> = " service hello-mod"\n'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto',
> 'layerdirs': ['meta-skeleton']}},
> {'BuildImages': {'images': 'core-image-sato'}},
> + {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'skeletoninit'}},
> {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> - {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'skeletoninit'}}]
> -
> + {'SendErrorReport': {}}]
> diff --git a/buildset-config.controller/nightly-qa-systemd.conf
> b/buildset-config.controller/nightly-qa-systemd.conf
> index 662caa6..bb6da0b 100644
> --- a/buildset-config.controller/nightly-qa-systemd.conf
> +++ b/buildset-config.controller/nightly-qa-systemd.conf
> @@ -27,6 +27,6 @@ steps: [{'SetDest':{}},
> 'buildhistory' : False, 'distro':
> 'poky',
> 'initmgr' : 'systemd'}},
> {'BuildImages': {'images': 'core-image-sato'}},
> + {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'systemd'}},
> {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> - {'RunSanityTests': {'images': 'core-image-sato',
> 'suitesappend' : 'systemd'}}]
> + {'SendErrorReport': {}}]
> diff --git a/buildset-config.controller/nightly-qa-targetbuilds.conf
> b/buildset-config.controller/nightly-qa-targetbuilds.conf
> index e31af26..c36f518 100644
> --- a/buildset-config.controller/nightly-qa-targetbuilds.conf
> +++ b/buildset-config.controller/nightly-qa-targetbuilds.conf
> @@ -27,7 +27,7 @@ steps: [{'SetDest':{}},
> {'CreateAutoConf': {'machine': 'qemuppc', 'SDKMACHINE' :
> 'x86_64',
> 'buildhistory' : False, 'distro':
> 'poky'}},
> {'BuildImages': {'images': 'core-image-sato-sdk'}},
> - {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> {'RunSanityTests': {'images': 'core-image-sato-sdk',
> - 'suites' : 'ping ssh buildsudoku
> buildcvs buildiptables'}}]
> + 'suites' : 'ping ssh buildsudoku
> buildcvs buildiptables'}},
> + {'DownloadErrorReports': {}},
> + {'SendErrorReport': {}}]
> diff --git a/buildset-config.controller/nightly-rpm-non-rpm.conf
> b/buildset-config.controller/nightly-rpm-non-rpm.conf
> index 5290d6d..4ac743a 100644
> --- a/buildset-config.controller/nightly-rpm-non-rpm.conf
> +++ b/buildset-config.controller/nightly-rpm-non-rpm.conf
> @@ -13,6 +13,6 @@ steps: [{'SetDest':{}},
> 'packages': 'rpm'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> {'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'}},
> {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> - {'RunSanityTests': {'images' : 'core-image-minimal core-
> image-sato core-image-sato-sdk'}}]
> + {'SendErrorReport': {}}]
> diff --git a/buildset-config.controller/nightly-rpm.conf b/buildset-
> config.controller/nightly-rpm.conf
> index 2ea2d6e..646127f 100644
> --- a/buildset-config.controller/nightly-rpm.conf
> +++ b/buildset-config.controller/nightly-rpm.conf
> @@ -13,6 +13,6 @@ steps: [{'SetDest':{}},
> 'packages': 'rpm'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> {'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'}},
> {'DownloadErrorReports': {}},
> - {'SendErrorReport': {}},
> - {'RunSanityTests': {'images' : 'core-image-minimal core-
> image-sato core-image-sato-sdk'}}]
> + {'SendErrorReport': {}}]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-19 16:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 18:05 [PATCH][yocto-autobuilder] nigthly-qa-*, nigthly-rpm*: Move RunSanityTests before SendErrorReport Aníbal Limón
2016-09-19 16:01 ` Joshua Lock
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.