meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] CI: fix order
@ 2021-03-29 17:56 Jon Mason
  2021-03-31 12:55 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Mason @ 2021-03-29 17:56 UTC (permalink / raw)
  To: meta-arm

Machine order should be alphabetical

Change-Id: I83b1f1802d4db62cda7e49a591c7f26c4d22dd9a
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5dea6ac..4e247de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,9 +106,6 @@ qemu-cortex-a53:
 qemuarm:
   extends: .build
 
-qemuarmv5:
-  extends: .build
-
 qemuarm64-sbsa:
   extends: .build
 
@@ -124,6 +121,9 @@ qemuarm64-secureboot/clang/musl:
 qemuarm64-secureboot/musl:
   extends: .build
 
+qemuarmv5:
+  extends: .build
+
 sgi575:
   extends: .build
 
-- 
2.17.1


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

* Re: [meta-arm] [PATCH] CI: fix order
  2021-03-29 17:56 [PATCH] CI: fix order Jon Mason
@ 2021-03-31 12:55 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2021-03-31 12:55 UTC (permalink / raw)
  To: Jon Mason; +Cc: meta-arm

On Mon, Mar 29, 2021 at 01:56:52PM -0400, Jon Mason wrote:
> Machine order should be alphabetical
> 
> Change-Id: I83b1f1802d4db62cda7e49a591c7f26c4d22dd9a
> Signed-off-by: Jon Mason <jon.mason@arm.com>
> ---

Patch included into the master branch.

Thanks,
Jon

>  .gitlab-ci.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 5dea6ac..4e247de 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -106,9 +106,6 @@ qemu-cortex-a53:
>  qemuarm:
>    extends: .build
>  
> -qemuarmv5:
> -  extends: .build
> -
>  qemuarm64-sbsa:
>    extends: .build
>  
> @@ -124,6 +121,9 @@ qemuarm64-secureboot/clang/musl:
>  qemuarm64-secureboot/musl:
>    extends: .build
>  
> +qemuarmv5:
> +  extends: .build
> +
>  sgi575:
>    extends: .build
>  
> -- 
> 2.17.1
> 

> 
> 
> 


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

end of thread, other threads:[~2021-03-31 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 17:56 [PATCH] CI: fix order Jon Mason
2021-03-31 12:55 ` [meta-arm] " Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).