All of lore.kernel.org
 help / color / mirror / Atom feed
* [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables
@ 2017-04-04 19:47 jose.perez.carranza
  0 siblings, 0 replies; 4+ messages in thread
From: jose.perez.carranza @ 2017-04-04 19:47 UTC (permalink / raw)
  To: yocto

From: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>

Update variables for creating test runs for qemu ato component

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
---
 scripts/full-test-cycle-wrapper.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test-cycle-wrapper.sh
index f52cd96..3a6ba0f 100755
--- a/scripts/full-test-cycle-wrapper.sh
+++ b/scripts/full-test-cycle-wrapper.sh
@@ -82,8 +82,8 @@ create_yocto(){
    create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
 
    #QEMUs Autos
-   EVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64" "qemuppc" "qemux86-64" "qemux86-lsb" "qemux86_64-lsb")
-   ECUTION_TYPE="AUTO"
+   ENVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64" "qemuppc" "qemux86-64")
+   EXECUTION_TYPE="AUTO"
    create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
 
    #QEMUs Autos LSB
-- 
2.11.0



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

* Re: [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables
  2017-03-17  8:47 ` Jussi Kukkonen
@ 2017-03-17 13:27   ` Jose Perez Carranza
  0 siblings, 0 replies; 4+ messages in thread
From: Jose Perez Carranza @ 2017-03-17 13:27 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: Yocto Project

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



On 03/17/2017 03:47 AM, Jussi Kukkonen wrote:
>
>
> On 16 March 2017 at 17:34, <jose.perez.carranza@linux.intel.com 
> <mailto:jose.perez.carranza@linux.intel.com>> wrote:
> >
> > From: Jose Perez Carranza <jose.perez.carranza@linux.intel.com 
> <mailto:jose.perez.carranza@linux.intel.com>>
> >
> > Update variables for creating test runs for qemu ato component
> >
> > Signed-off-by: Jose Perez Carranza 
> <jose.perez.carranza@linux.intel.com 
> <mailto:jose.perez.carranza@linux.intel.com>>
> > ---
> >  scripts/full-test-cycle-wrapper.sh | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/scripts/full-test-cycle-wrapper.sh 
> b/scripts/full-test-cycle-wrapper.sh
> > index f52cd96..3a6ba0f 100755
> > --- a/scripts/full-test-cycle-wrapper.sh
> > +++ b/scripts/full-test-cycle-wrapper.sh
> > @@ -82,8 +82,8 @@ create_yocto(){
> >     create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
> >
> >     #QEMUs Autos
> > -   EVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" 
> "qemumips64" "qemuppc" "qemux86-64" "qemux86-lsb" "qemux86_64-lsb")
> > -   ECUTION_TYPE="AUTO"
> > +   ENVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" 
> "qemumips64" "qemuppc" "qemux86-64")
>
> It seems this is in master already so I'll just mention the typo for 
> future: ENVIRONMETS should probably be ENVIRONMENTS in whole file.
I'll correct that in the next series of patches. thanks for pointing it 
out.

José
>
>   Jussi
>
> > +   EXECUTION_TYPE="AUTO"
> >     create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
> >
> >     #QEMUs Autos LSB
> > --
> > 2.11.0
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> > https://lists.yoctoproject.org/listinfo/yocto

-- 
Saludos
José


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

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

* Re: [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables
  2017-03-16 15:34 jose.perez.carranza
@ 2017-03-17  8:47 ` Jussi Kukkonen
  2017-03-17 13:27   ` Jose Perez Carranza
  0 siblings, 1 reply; 4+ messages in thread
From: Jussi Kukkonen @ 2017-03-17  8:47 UTC (permalink / raw)
  To: jose.perez.carranza; +Cc: Yocto Project

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

On 16 March 2017 at 17:34, <jose.perez.carranza@linux.intel.com> wrote:
>
> From: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
>
> Update variables for creating test runs for qemu ato component
>
> Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
> ---
>  scripts/full-test-cycle-wrapper.sh | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/full-test-cycle-wrapper.sh
b/scripts/full-test-cycle-wrapper.sh
> index f52cd96..3a6ba0f 100755
> --- a/scripts/full-test-cycle-wrapper.sh
> +++ b/scripts/full-test-cycle-wrapper.sh
> @@ -82,8 +82,8 @@ create_yocto(){
>     create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
>
>     #QEMUs Autos
> -   EVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64"
"qemuppc" "qemux86-64" "qemux86-lsb" "qemux86_64-lsb")
> -   ECUTION_TYPE="AUTO"
> +   ENVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64"
"qemuppc" "qemux86-64")

It seems this is in master already so I'll just mention the typo for
future: ENVIRONMETS should probably be ENVIRONMENTS in whole file.

  Jussi

> +   EXECUTION_TYPE="AUTO"
>     create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
>
>     #QEMUs Autos LSB
> --
> 2.11.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

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

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

* [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables
@ 2017-03-16 15:34 jose.perez.carranza
  2017-03-17  8:47 ` Jussi Kukkonen
  0 siblings, 1 reply; 4+ messages in thread
From: jose.perez.carranza @ 2017-03-16 15:34 UTC (permalink / raw)
  To: yocto

From: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>

Update variables for creating test runs for qemu ato component

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
---
 scripts/full-test-cycle-wrapper.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test-cycle-wrapper.sh
index f52cd96..3a6ba0f 100755
--- a/scripts/full-test-cycle-wrapper.sh
+++ b/scripts/full-test-cycle-wrapper.sh
@@ -82,8 +82,8 @@ create_yocto(){
    create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
 
    #QEMUs Autos
-   EVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64" "qemuppc" "qemux86-64" "qemux86-lsb" "qemux86_64-lsb")
-   ECUTION_TYPE="AUTO"
+   ENVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64" "qemuppc" "qemux86-64")
+   EXECUTION_TYPE="AUTO"
    create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
 
    #QEMUs Autos LSB
-- 
2.11.0



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

end of thread, other threads:[~2017-04-04 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04 19:47 [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables jose.perez.carranza
  -- strict thread matches above, loose matches on Subject: below --
2017-03-16 15:34 jose.perez.carranza
2017-03-17  8:47 ` Jussi Kukkonen
2017-03-17 13:27   ` Jose Perez Carranza

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.