Signed-off-by: Aníbal Limón
---
main.c | 2 ++
ptest_list.c | 2 ++
ptest_list.h | 2 ++
tests/main.c | 2 ++
tests/ptest_list.c | 2 ++
tests/utils.c | 2 ++
utils.c| 2 ++
utils.h| 2 ++
8 files changed, 16 insertions(+)
diff --git a
If a process gets killed by timeout or OOM the output could end
without '\n' so add 'DURATION: N\n' after '\nERROR: ptest-dir\n'.
Signed-off-by: Aníbal Limón
---
utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils.c b/utils.c
index
To fix buffer ordering problems.
Signed-off-by: Aníbal Limón
---
utils.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/utils.c b/utils.c
index 01ee415..0813e3c 100644
--- a/utils.c
+++ b/utils.c
@@ -250,7 +250,8 @@ run_child(char *run_ptest, int fd_stdout, int fd_stderr
In stdout reported as,
...
BEGIN: ptest-dir
...
DURATION: N
END: ptest-dir
...
In XML reported as,
...
N
...
Signed-off-by: Aníbal Limón
---
tests/data/reference.xml | 2 ++
tests/utils.c| 20
utils.c | 19
In stdout reported as,
...
BEGIN: ptest-dir
...
DURATION: Ns
END: ptest-dir
...
In XML reported as,
...
Ns
...
Signed-off-by: Aníbal Limón
---
tests/data/reference.xml | 2 ++
tests/utils.c| 20
utils.c | 19
The ptest-runner support logging results to stdout and to a XML file
in stdout the ptest is mark as:
...
ERROR: Exit status is 1
TIMEOUT: ptest-directory
...
Add the same support in XML file for example,
...
...
[YOCTO #13088]
Signed-off-by: Aníbal Limón
---
tests/data/reference.xml
You can specify a set of ptests to be excluded, it will not fail
if some ptest excluded isn't found in the list of execution.
$ ./ptest-runner -e "hang glibc" -d tests/data
Signed-off-by: Aníbal Limón
---
main.c | 38 +++---
utils.h | 1 +
2 fi
Fix usage of relative paths in -d argument.
$ ./ptest-runner -d ./tests/data
Signed-off-by: Aníbal Limón
---
main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/main.c b/main.c
index 505829c..593aff1 100644
--- a/main.c
+++ b/main.c
@@ -19,6 +19,7 @@
* Aníbal
From: Aníbal Limón
Signed-off-by: Aníbal Limón
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fedab04..22b36a4 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ $ mtrace ./ptest-runner $(MALLOC_TRACE)
For contribute
From: Aníbal Limón
In some ptest packages exists symlink in the ptest directory causing
to load/run twice the same ptest,
For example in perl5:
/usr/lib/perl -> /usr/lib/perl5
Signed-off-by: Aníbal Limón
---
ptest_list.c | 40
ptest_list.h |
From: Aníbal Limón
Signed-off-by: Aníbal Limón
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 434b89f..1bde7be 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c
From: Aníbal Limón
Signed-off-by: Aníbal Limón
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fedab04..22b36a4 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ $ mtrace ./ptest-runner $(MALLOC_TRACE)
For contribute
From: Aníbal Limón
In some ptest packages exists symlink in the ptest directory causing
to load/run twice the same ptest,
For example in perl5:
/usr/lib/perl -> /usr/lib/perl5
Signed-off-by: Aníbal Limón
---
ptest_list.c | 40
ptest_list.h |
From: Aníbal Limón
Signed-off-by: Aníbal Limón
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 434b89f..1bde7be 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c
From: Aníbal Limón
Signed-off-by: Aníbal Limón
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fedab04..22b36a4 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ $ mtrace ./ptest-runner $(MALLOC_TRACE)
For contribute
From: Aníbal Limón
In some ptest packages exists symlink in the ptest directory causing
to load/run twice the same ptest,
For example in perl5:
/usr/lib/perl -> /usr/lib/perl5
Signed-off-by: Aníbal Limón
---
ptest_list.c | 40
ptest_lis
From: Aníbal Limón
Signed-off-by: Aníbal Limón
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 434b89f..1bde7be 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c
This buildset is for support running sanity tests over a DUT like
Minnowboard for the moment only builds core-image-sato, there is a need
to make it configurable.
Also the listo of the available devices are fixed into the UI as
parameters.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
This buildstep will copy the devices configuration from the
worker and read it, in order to get daft ip an ssh port, to
use later in RunSanityTests
[YOCTO #10604]
Signed-off-by: Aníbal Limón
Signed-off-by: Edwin Plauchu
---
config/autobuilder.conf.example| 3
This will execute daft flash cycle without reboot and prepare the dut
for sanity tests.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
Signed-off-by: Edwin Plauchu
---
config/autobuilder.conf.example| 1 +
.../autobuilder/buildsteps/DaftFlash.py| 39
The testimage class supports a simpleremote target specifying the
server and target ip to run tests over SSH.
The main usage of this will in conjunction with the DAFT to make
tests on real HW.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
---
.../site-packages/autobuilder/buildsteps
://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/log/?h=contrib/alimon/daft
Aníbal Limón (5):
buildsteps/BuildImages: Setproperty BuildImages
buildsteps/RunSanityTests: Add support for simpleremote target
autobuilder/buildsteps: Add DaftGetDevices step
autobuilder/buildsteps: Add DAFTFlash buildstep
In certain situations is need to know what images was built for
example the DAFT executes flashing over certain image.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
---
lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib
Signed-off-by: Aníbal Limón
---
.../lib/oeqa/selftest/cases/systemd_boot.py| 26 --
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
index
On 07/03/2017 09:03 AM, Joshua Lock wrote:
> On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote:
>> This will execute daft flash cycle without reboot and prepare the dut
>> for sanity tests.
>>
>> [YOCTO #10604]
>>
>> Signed-off-by: Aníbal Limón
>&g
On 07/03/2017 09:02 AM, Joshua Lock wrote:
> On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote:
>> In certain situations is need to know what images was built for
>> example the DAFT executes flashing over certain image.
>>
>> [YOCTO #10604]
>>
>> Sign
On 07/03/2017 09:03 AM, Joshua Lock wrote:
> On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote:
>> This buildstep will copy the devices configuration from the
>> worker and read it, in order to get daft ip an ssh port, to
>> use later in RunSanityTests
>>
>>
This v2 fixes an small issue on variable name, DAFT_WORKER_WORKSPACE_DIR
-> DAFT_WORKER_WORKSPACE.
Cheers,
Anibal
On 06/06/2017 10:46 AM, Aníbal Limón wrote:
> This will execute daft flash cycle without reboot and prepare the dut
> for sanity tests.
>
> [YOCTO #10604]
>
>
This buildset is for support running sanity tests over a DUT like
Minnowboard for the moment only builds core-image-sato, there is a need
to make it configurable.
Also the listo of the available devices are fixed into the UI as
parameters.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
This buildstep will copy the devices configuration from the
worker and read it, in order to get daft ip an ssh port, to
use later in RunSanityTests
[YOCTO #10604]
Signed-off-by: Aníbal Limón
Signed-off-by: Monserrat Sedeno
Signed-off-by: Edwin Plauchu
---
config/autobuilder.conf.example
This will execute daft flash cycle without reboot and prepare the dut
for sanity tests.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
Signed-off-by: Monserrat Sedeno
Signed-off-by: Edwin Plauchu
---
config/autobuilder.conf.example| 1 +
.../autobuilder/buildsteps
The testimage class supports a simpleremote target specifying the
server and target ip to run tests over SSH.
The main usage of this will in conjunction with the DAFT to make
tests on real HW.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
---
.../site-packages/autobuilder/buildsteps
In certain situations is need to know what images was built for
example the DAFT executes flashing over certain image.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
---
lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib
This buildset is for support running sanity tests over a DUT like
Minnowboard for the moment only builds core-image-sato, there is a need
to make it configurable.
Also the listo of the available devices are fixed into the UI as
parameters.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
This will execute daft flash cycle without reboot and prepare the dut
for sanity tests.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
Signed-off-by: Monserrat Sedeno
Signed-off-by: Edwin Plauchu
---
config/autobuilder.conf.example| 1 +
.../autobuilder/buildsteps
This buildstep will copy the devices configuration from the
worker and read it, in order to get daft ip an ssh port, to
use later in RunSanityTests
[YOCTO #10604]
Signed-off-by: Aníbal Limón
Signed-off-by: Monserrat Sedeno
Signed-off-by: Edwin Plauchu
---
config/autobuilder.conf.example
The testimage class supports a simpleremote target specifying the
server and target ip to run tests over SSH.
The main usage of this will in conjunction with the DAFT to make
tests on real HW.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
---
.../site-packages/autobuilder/buildsteps
In certain situations is need to know what images was built for
example the DAFT executes flashing over certain image.
[YOCTO #10604]
Signed-off-by: Aníbal Limón
---
lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib
+ Joshua
On 06/01/2017 12:32 PM, Jose Lamego wrote:
> From: Anibal Limon
>
> A forced build fails if no options are passed through command
> line (using "-o OPTIONS").
>
> This change allows build to use default options if none are passed
> at the command line.
>
> Signed-off-by: Jose Lamego
On 05/29/2017 10:54 AM, Aníbal Limón wrote:
> Hi Anders,
>
> Thanks for notice this issue, i will integrate the patch.
Integrated, thanks,
http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/commit/?id=8a93832dad621535e90aa8e1fb74ae5ba743fc3e
>
> Cheers,
> Anibal
>
Hi Anders,
Thanks for notice this issue, i will integrate the patch.
Cheers,
Anibal
On 05/28/2017 04:47 AM, Anders Wallin wrote:
> ptest-runner -t xx gives segfault
>
> Signed-off-by: Anders Wallin
> ---
> main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/main.c
[YOCTO #8962]
Signed-off-by: Aníbal Limón
---
upgradehelper.py | 31 +--
1 file changed, 21 insertions(+), 10 deletions(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index f7b87c6..6732fb2 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -655,9 +655,12
[YOCTO #8962]
Signed-off-by: Aníbal Limón
---
README | 6 ++
1 file changed, 6 insertions(+)
diff --git a/README b/README
index 1b73034..e6b0dc2 100644
--- a/README
+++ b/README
@@ -67,6 +67,12 @@ buildhistory=no
testimage=no
testimage_name=image-custom # defaults to core-image-sato
[YOCTO #8962]
Signed-off-by: Aníbal Limón
---
upgradehelper.py | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index 41f81c1..be4282f 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -440,7 +440,11 @@ class Updater(object
[YOCTO #8962]
Signed-off-by: Aníbal Limón
---
upgradehelper.py | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index 6732fb2..41f81c1 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -674,6 +674,10 @@ class UniverseUpdater
When the layer mode is enabled and the upgradehelper is run
with all, there is a need to discover what recipes are provides
the layer to only try to upgrade those.
[YOCTO #8962]
Signed-off-by: Aníbal Limón
---
upgradehelper.py | 32 +++-
1 file changed, 31
Those settings are to support layer recipe upgrades runs
into the AUH.
[YOCTO #8962]
Signed-off-by: Aníbal Limón
---
upgradehelper.py | 42 ++
1 file changed, 34 insertions(+), 8 deletions(-)
diff --git a/upgradehelper.py b/upgradehelper.py
index
This series enables a layer mode to try make a recipe upgrades
over a certain layer.
Aníbal Limón (6):
upgradehelper.py: Add support to load layer settings
README: Update with the new layer settings.
upgradehelper.py: Add ability to run UniverseUpdater over certain
recipes
On 05/08/2017 08:36 AM, Patrick Ohly wrote:
> On Mon, 2017-02-20 at 15:12 -0600, Aníbal Limón wrote:
>> +try:
>> +ldata = bb.parse.handle(lconf, ldata, include=True)
>> +except BaseException as exc:
>> +raise LayerError(exc)
>
> Anibal,
Hi Pascal,
I did some changes to your patch, see comments inline.
As i said i plan to integrate for 2.1 version of ptest-runner.
See the branch,
http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/log/?h=devel
Thanks for your contribution,
Anibal
On 02/01/2017 09:42 AM, Pascal Bach wrote:
Print exit status before TIMEOUT to give clear information
to the user about exit status before TIMEOUT and END.
[YOCTO #10842]
Signed-off-by: Aníbal Limón
---
utils.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/utils.c b/utils.c
index 77427e0..e5677ec
The sanity testing was disabled for all builds into CreateAutoConf
buildstep so atextappend isn't need now. [1]
[1]
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=87b10595e9a1d36081ec60d3069f4a98798f27eb
Signed-off-by: Aníbal Limón
---
buildset-config.contr
On 03/08/2017 09:56 AM, jose.perez.carra...@linux.intel.com wrote:
> From: Jose Perez Carranza
>
> Some improvements were applied when using option
> action=create :
>
>- Create a new option to update test runs by ID
>- Create functions to load results and check missing test cases
>
Ack
On 03/07/2017 07:58 AM, jose.perez.carra...@linux.intel.com wrote:
> From: Jose Perez Carranza
>
> There are cases where the test plan and the product name are not equal hence
> an option is added to handle those cases and define the test plan to work on.
>
> Signed-off-by: Jose Perez Carra
On 02/28/2017 02:09 PM, Patrick Ohly wrote:
> On Mon, 2017-02-20 at 15:12 -0600, Aníbal Limón wrote:
>> common.test_signatures: Test executed in BSP and DISTRO layers to review
>> doesn't comes with recipes that changes the signatures.
>
> I have a question about
I integrated the patch,
Thanks,
alimon
On 02/21/2017 10:47 AM, jose.perez.carra...@linux.intel.com wrote:
> From: Jose Perez Carranza
>
> Currently the tempates has a format as below:
>
> TRTEMP
>
> Hence the logic was adapted to follow above structure and also a
> commit paramate
to doesn't set
distro at adding layer.
Example of usage:
$ source oe-init-build-env
$ yocto-compat-layer.py LAYER_DIR
[YOCTO #10596]
[1] https://www.yoctoproject.org/webform/yocto-project-compatible-registration
[2] https://lists.yoctoproject.org/pipermail/yocto-ab/2016-October/001801.html
S
On 02/17/2017 04:41 PM, Christopher Larson wrote:
> On Fri, Feb 17, 2017 at 3:39 PM, Christopher Larson
> wrote:
>
>> On Fri, Feb 17, 2017 at 2:26 PM, Aníbal Limón <
>> anibal.li...@linux.intel.com> wrote:
>>
>>> +parser.add_ar
On 02/13/2017 10:27 AM, Aníbal Limón wrote:
>
>
> On 02/11/2017 08:04 PM, Christopher Larson wrote:
>> On Sat, Feb 11, 2017 at 10:55 AM, Aníbal Limón >> wrote:
>>
>>> During the development of this script based on OEQA framework i found a
>>> bug
.html
Signed-off-by: Aníbal Limón
---
scripts/lib/compatlayer/__init__.py | 160 ++
scripts/lib/compatlayer/case.py | 7 ++
scripts/lib/compatlayer/cases/__init__.py | 0
scripts/lib/compatlayer/cases/bsp.py | 26 +
scripts/lib/compatlayer/cas
Resend it with [qa-tools] and see comments below,
On 02/16/2017 04:37 PM, jose.perez.carra...@linux.intel.com wrote:
> From: Jose Perez Carranza
>
> Currently the tempates has a format as below:
>
> TRTEMP
>
> Hence the logic was adapted to follow above structure and also a
> commit param
On 02/11/2017 08:04 PM, Christopher Larson wrote:
> On Sat, Feb 11, 2017 at 10:55 AM, Aníbal Limón > wrote:
>
>> During the development of this script based on OEQA framework i found a
>> bug causing don't display stack traces, i sent a fix to the ML [1] also
>>
n
[1]
http://lists.openembedded.org/pipermail/openembedded-core/2017-February/132494.html
[2]
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/yp_compatible
On 02/11/2017 11:51 AM, Aníbal Limón wrote:
> The yocto-compat-layer script serves as a tool to validate the alignamen
.html
Signed-off-by: Aníbal Limón
---
scripts/lib/compatlayer/__init__.py | 160 ++
scripts/lib/compatlayer/case.py | 7 ++
scripts/lib/compatlayer/cases/__init__.py | 0
scripts/lib/compatlayer/cases/bsp.py | 26 +
scripts/lib/compatlayer/cas
On 02/08/2017 08:12 AM, Lock, Joshua G wrote:
> On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote:
>> I know we have the remote_kick.py [1] script but i don't know if is
>> currently on use also this new script support list the options in
>> builders and speci
y
On 02/01/2017 02:12 PM, Aníbal Limón wrote:
> The script supports to list avaialable builders and his options,
> also can force a build if the builder is IDLE or not.
>
> Also supports specify options via cmdline using python dictionaries
> as string.
>
> Signed-off-by:
The script supports to list avaialable builders and his options,
also can force a build if the builder is IDLE or not.
Also supports specify options via cmdline using python dictionaries
as string.
Signed-off-by: Aníbal Limón
---
bin/forcebuild.py | 183
Hi Pascal and Christian,
Your patch looks good at first look, only a few comments about the code
inline.
We are trying to standardize the results output format across our
testing components in order to build up-on a Test reporting tool, so let
us review the XML format.
Benjamin do you have a wik
configure the email
addresses for yocto alias.
[YOCTO #9377]
Signed-off-by: Monserrat Sedeno
Signed-off-by: Aníbal Limón
---
.../nightly-oe-build-perf-test.conf| 28
config/autobuilder.conf.example| 8 +++
.../autobuilder/buildsteps
: Aníbal Limón
---
.../site-packages/autobuilder/buildsteps/CreateAutoConf.py | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/lib/python2.7/site-packages/autobuilder/buildsteps/CreateAutoConf.py
b/lib/python2.7/site-packages/autobuilder/buildsteps
On 01/18/2017 12:13 PM, Joshua Lock wrote:
> On Mon, 2017-01-16 at 10:25 -0600, Aníbal Limón wrote:
>> Sometimes is a good idea to could specify a machine to build via a
>> build
>> property.
>
> Why's that? I can guess but the commit log should really tell
configure the email
addresses for yocto alias.
[YOCTO #9377]
Signed-off-by: Monserrat Sedeno
Signed-off-by: Aníbal Limón
---
.../nightly-oe-build-perf-test.conf| 28
config/autobuilder.conf.example| 8 +++
.../autobuilder/buildsteps
Sometimes is a good idea to could specify a machine to build via a build
property.
Signed-off-by: Aníbal Limón
---
.../site-packages/autobuilder/buildsteps/CreateAutoConf.py | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/lib/python2.7/site-packages
On 01/11/2017 02:59 AM, Paul Eggleton wrote:
> Hi Aníbal,
>
> On Thu, 05 Jan 2017 15:21:36 Aníbal Limón wrote:
>> The new client/server API of tinfoil requires explicit call of
>> shutdown method to send the event for finalize cooker process.
>>
>> Also in up
Django 1.6 provides a context manager for atomic transactions so
update the way for make db transactions.
Signed-off-by: Aníbal Limón
---
rrs/tools/rrs_distros.py| 67 ++---
rrs/tools/rrs_maintainer_history.py | 114 +---
rrs/tools
The new client/server API of tinfoil requires explicit call of
shutdown method to send the event for finalize cooker process.
[YOCTO #10863]
Signed-off-by: Aníbal Limón
---
rrs/tools/common.py | 6 +-
rrs/tools/rrs_distros.py | 3 +++
rrs/tools/rrs_upgrade_history.py
The new client/server API of tinfoil requires explicit call of
shutdown method to send the event for finalize cooker process.
Also in update_layer remove the databuilder and cache instance
now isn't needed.
Signed-off-by: Aníbal Limón
---
layerindex/bulkchange.py | 1 +
layer
The url template function resolve an URL associated with a model, so
in Django 1.6 quotes around variables don't get the variable value.
[YOCTO #10871]
Signed-off-by: Aníbal Limón
---
templates/rrs/recipedetail.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --
Since Openembedded cgit was upgrade so point to new url to reflect
the real URL.
Signed-off-by: Aníbal Limón
---
layerindex/tools/import_layer.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/layerindex/tools/import_layer.py b/layerindex/tools/import_layer.py
index
Due to a recently changes on OEQA framework now uses the Bitbake logger
within a task there are no way to enable verbose.
Signed-off-by: Aníbal Limón
---
.../site-packages/autobuilder/buildsteps/RunESDKSanityTests.py| 2 +-
.../site-packages/autobuilder/buildsteps/RunSDKSanityTests.py
In some cases commandComplete could be executed before stdio log
observer creates a errors attribute. In order to avoid a crash adds
hasattr validation.
Signed-off-by: Aníbal Limón
---
lib/python2.7/site-packages/autobuilder/lib/buildsteps.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion
On 10/12/2016 05:51 AM, Beth 'pidge' Flanagan wrote:
> On Mon, 2016-10-10 at 09:54 -0500, Aníbal Limón wrote:
>> From: Monserrat Sedeno
>>
>> As part of the process to set new OS distribution as supported on
>> Yoctoc Project
>> a new patch was created
#9905]
Note:In order to add a new distro as supported all the build sets should be PASS
Signed-off-by: Monserrat Sedeno
Signed-off-by: Aníbal Limón
---
buildset-config.controller/nightly-qa-distro.conf | 55 +++
1 file changed, 55 insertions(+)
create mode 100644 buildset
t-config.controller.
I'll send another patch.
alimon
>
> -Bill
>
> On Fri, Oct 7, 2016 at 1:50 PM, Aníbal Limón
> wrote:
>> From: Monserrat Sedeno
>>
>> As part of the process to set new OS distribution as supported on Yoctoc
>> Pr
#9905]
Note:In order to add a new distro as supported all the build sets should be PASS
Signed-off-by: Monserrat Sedeno
Signed-off-by: Aníbal Limón
---
.../nightly-qa-distro.conf | 55 ++
1 file changed, 55 insertions(+)
create mode 100644 buildset
istro_Testing_Plan#Execute_Build_Sets
>
> Fixes [YOCTO #9905]
>
> Note:In order to add a new distro as supported all the build sets should be
> PASS
>
> Signed-off-by: Monserrat Sedeno
Acked-by: Aníbal Limón
> ---
> .../nightly-qa-distro.conf
the autobuilder-qa
buildset but the new distro-qa buildset won't run in regular basis and
also is part of the QA process. Make sense to me to put inside that folder.
alimon
>
> -Bill
>
> On Wed, Oct 5, 2016 at 1:00 PM, Aníbal Limón
> wrote:
>> Oh, I didn't
Oh, I didn't notice that this patch isn't applied to ab master branch.
Monse, could you send a new patch over master?
Cheers,
alimon
On 10/05/2016 09:59 AM, Aníbal Limón wrote:
>
>
> On 09/30/2016 03:29 PM, Monserrat Sedeno wrote:
>> As part of the process t
istro_Testing_Plan#Execute_Build_Sets
>
> Fixes [YOCTO #9905]
>
> Note:In order to add a new distro as supported all the build sets should be
> PASS
>
> Signed-off-by: Monserrat Sedeno
Acked-by: Aníbal Limón
> ---
> buildset-config.autobuilder-qa/nightly-qa-distro.
Hi Monse,
Could you write an explanation about what is the purpose of this buildset?,
Also since the patch is for autobuilder you need to add
[yocto-autobuilder] in the subject and cc Joshua Lock.
Cheers,
alimon
On 09/29/2016 04:44 PM, Monserrat Sedeno wrote:
> Signed-off-by: Monserrat
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
---
buildset-config.controller/nightly-qa-extras.conf | 4 ++--
buildset-config.controller/nightly-qa-logrotate.conf| 6 ++
buildset
anging patch.
Acked-by: Aníbal Limón
>
> [YOCTO #8938]
> ---
> .../autobuilder/buildsteps/RunOeSelftest.py | 16
> ++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
> diff --git
> a/lib/python2.7/site-packages/autobuilder/buildsteps/R
This buildset also needs the create_eventlog property for only
enable the toaster event log creation when required. See rev [1].
[1] 0b083509beaf7421f1dde4b679a934741ac4a3bc
Signed-off-by: Aníbal Limón
---
buildset-config.controller/nightly-qa-systemd.conf | 4
1 file changed, 4
image: Ran 52 tests in 71.719s
>
> [YOCTO #9298]
>
> Signed-off-by: Bill Randle
Acked-by: Aníbal Limón
> ---
> config/autobuilder.conf.example | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/config/autobuilder.conf.example b/config/autobuilder.co
nightly-oecore buildset doesn't prove got_revision property
so when got_revision is None use got_revision_oecore instead.
[YOCTO #10051]
Signed-off-by: Aníbal Limón
---
lib/python2.7/site-packages/autobuilder/lib/buildsteps.py | 11 +--
1 file changed, 9 insertions(+), 2 dele
On 07/29/2016 10:50 AM, Beth 'pidge' Flanagan wrote:
> On Fri, 2016-07-29 at 10:47 -0500, Aníbal Limón wrote:
>>
>> On 07/29/2016 10:31 AM, Beth 'pidge' Flanagan wrote:
>>>
>>> I'd put this in a try except. What happens with eclipse?
On 07/29/2016 10:31 AM, Beth 'pidge' Flanagan wrote:
> I'd put this in a try except. What happens with eclipse?
At this time we don't support eclipse, i'll add the try except and if
fails use "unknown_branch: unknown_revision".
alimon
signature.asc
Description: OpenPGP digital signat
+ beth
On 07/29/2016 10:10 AM, Aníbal Limón wrote:
> nightly-oecore buildset doesn't prove got_revision property
> so when got_revision is None use got_revision_oecore instead.
>
> [YOCTO #10051]
>
> Signed-off-by: Aníbal Limón
> ---
> lib/python2.7/site-packages/
nightly-oecore buildset doesn't prove got_revision property
so when got_revision is None use got_revision_oecore instead.
[YOCTO #10051]
Signed-off-by: Aníbal Limón
---
lib/python2.7/site-packages/autobuilder/lib/buildsteps.py | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
On 07/13/2016 08:32 AM, Joshua G Lock wrote:
> On Tue, 2016-07-12 at 11:21 -0500, Aníbal Limón wrote:
>>
>> On 07/12/2016 11:09 AM, Joshua G Lock wrote:
>>> On Mon, 2016-07-11 at 16:37 -0500, Aníbal Limón wrote:
>>>> The error report is generated into AB maste
1 - 100 of 315 matches
Mail list logo