[v1,0/4] Add developers test

Message ID 20221129114344.19128-1-amikan@ilbers.de
Headers show
Series Add developers test | expand

Message

Anton Mikanovich Nov. 29, 2022, 11:43 a.m. UTC
Add separate quick 'developers' test for fast checking new patches.
It will test only general Isar logic on basic targets without dealing with
all the functionality.
To execute dev test run avocado testsuite like:

$ avocado run ../testsuite/citest.py -t dev --nrunner-max-parallel-tasks=1

Estimated execution time for dev test is ~20 min.

Anton Mikanovich (4):
  CI: Enable downloads dir sharing
  CI: Add IMAGE_INSTALL override
  CI: Add developers test
  CI: Remove duplicated target

 testsuite/cibuilder.py | 12 +++++++++++-
 testsuite/citest.py    | 33 ++++++++++++++++++++++++++++++++-
 2 files changed, 43 insertions(+), 2 deletions(-)

Comments

MOESSBAUER, Felix Nov. 29, 2022, 12:57 p.m. UTC | #1
On Tue, 2022-11-29 at 14:43 +0300, Anton Mikanovich wrote:
> Add separate quick 'developers' test for fast checking new patches.

Looks like this feature is added for me :)

> It will test only general Isar logic on basic targets without dealing
> with
> all the functionality.
> To execute dev test run avocado testsuite like:
> 
> $ avocado run ../testsuite/citest.py -t dev --nrunner-max-parallel-
> tasks=1

Can we please put this into the documentation.
Otherwise nobody will find it.

Felix

> 
> Estimated execution time for dev test is ~20 min.
> 
> Anton Mikanovich (4):
>   CI: Enable downloads dir sharing
>   CI: Add IMAGE_INSTALL override
>   CI: Add developers test
>   CI: Remove duplicated target
> 
>  testsuite/cibuilder.py | 12 +++++++++++-
>  testsuite/citest.py    | 33 ++++++++++++++++++++++++++++++++-
>  2 files changed, 43 insertions(+), 2 deletions(-)
> 
> -- 
> 2.17.1
>