From c52d91e1fee6ed0fd1f4cc3932c15d669468e103 Mon Sep 17 00:00:00 2001 From: Jon Mason <jon.mason@arm.com> Date: Tue, 2 Aug 2022 11:50:52 -0400 Subject: [PATCH] CI: move stm32mp157c-dk2 to be alphabetical Trivial change to move stm32mp157c-dk2 to its alphabetical location. This is relevant because it aligns the file to match the order on the gilab pipeline entry. Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 014123f..8d22654 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,9 +77,6 @@ intel-x86-64: nrf52840dk-nrf52840: extends: .build -stm32mp157c-dk2: - extends: .build - qemu-cortex-m3/testimage: extends: .build @@ -88,3 +85,6 @@ qemu-nios2: qemu-x86/testimage: extends: .build + +stm32mp157c-dk2: + extends: .build -- GitLab