[PATCH] Azure: Remove "spear" jobs

With the spear family of platforms gone, remove references to them from the build jobs.
Signed-off-by: Tom Rini trini@konsulko.com --- .azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 84409c284dbc..e3a994e0c441 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -347,7 +347,7 @@ jobs: arm11_arm7_arm920t_arm946es: BUILDMAN: "arm11 arm7 arm920t arm946es" arm926ejs: - BUILDMAN: "arm926ejs -x freescale,siemens,at91,kirkwood,spear,omap" + BUILDMAN: "arm926ejs -x freescale,siemens,at91,kirkwood,omap" at91_non_armv7: BUILDMAN: "at91 -x armv7" at91_non_arm926ejs: @@ -378,8 +378,6 @@ jobs: BUILDMAN: "k2 k3" samsung_socfpga: BUILDMAN: "samsung socfpga" - spear: - BUILDMAN: "spear" sun4i: BUILDMAN: "sun4i" sun5i:

On Thu, Jul 8, 2021 at 7:50 PM Tom Rini trini@konsulko.com wrote:
With the spear family of platforms gone, remove references to them from the build jobs.
Signed-off-by: Tom Rini trini@konsulko.com
.azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Thu, Jul 08, 2021 at 08:58:42PM +0800, Bin Meng wrote:
On Thu, Jul 8, 2021 at 7:50 PM Tom Rini trini@konsulko.com wrote:
With the spear family of platforms gone, remove references to them from the build jobs.
Signed-off-by: Tom Rini trini@konsulko.com
.azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini