[5/8] testsuite: remove Sdk test from "fast" set

Message ID 20230110121748.14917-6-henning.schild@siemens.com
State Superseded, archived
Headers show
Series CI rework of gitlab fast job | expand

Commit Message

Henning Schild Jan. 10, 2023, 12:17 p.m. UTC
Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 testsuite/citest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Kiszka Jan. 10, 2023, 12:38 p.m. UTC | #1
Same here, even if it should be a copy from the previous patch.

On 10.01.23 13:17, Henning Schild wrote:
> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>  testsuite/citest.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testsuite/citest.py b/testsuite/citest.py
> index aa6441f5f6c3..0c3e4d0b7835 100755
> --- a/testsuite/citest.py
> +++ b/testsuite/citest.py
> @@ -118,7 +118,7 @@ class SdkTest(CIBaseTest):
>      """
>      In addition test SDK creation
>  
> -    :avocado: tags=sdk,fast,full
> +    :avocado: tags=sdk,full
>      """
>      def test_sdk(self):
>          targets = ['mc:qemuarm-bullseye:isar-image-base']

Jan
Henning Schild Jan. 10, 2023, 3:44 p.m. UTC | #2
Sure i will provide some generic reasoning for all of them, maybe even
squash them.

As of now the one generic reasoning is in the cover letter and the
commits are intentionally separated so we can discuss the tests
individually if need be.

In a v2 i will likely squash them all and provide one generic reason
why they maybe should not be part of "fast".

Henning

Am Tue, 10 Jan 2023 13:38:57 +0100
schrieb Jan Kiszka <jan.kiszka@siemens.com>:

> Same here, even if it should be a copy from the previous patch.
> 
> On 10.01.23 13:17, Henning Schild wrote:
> > Signed-off-by: Henning Schild <henning.schild@siemens.com>
> > ---
> >  testsuite/citest.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/testsuite/citest.py b/testsuite/citest.py
> > index aa6441f5f6c3..0c3e4d0b7835 100755
> > --- a/testsuite/citest.py
> > +++ b/testsuite/citest.py
> > @@ -118,7 +118,7 @@ class SdkTest(CIBaseTest):
> >      """
> >      In addition test SDK creation
> >  
> > -    :avocado: tags=sdk,fast,full
> > +    :avocado: tags=sdk,full
> >      """
> >      def test_sdk(self):
> >          targets = ['mc:qemuarm-bullseye:isar-image-base']  
> 
> Jan
>

Patch

diff --git a/testsuite/citest.py b/testsuite/citest.py
index aa6441f5f6c3..0c3e4d0b7835 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -118,7 +118,7 @@  class SdkTest(CIBaseTest):
     """
     In addition test SDK creation
 
-    :avocado: tags=sdk,fast,full
+    :avocado: tags=sdk,full
     """
     def test_sdk(self):
         targets = ['mc:qemuarm-bullseye:isar-image-base']