From 64e12437c5bc24bf668bf219499c55c94f6ef6e1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 7 Dec 2020 22:17:59 +0100 Subject: [PATCH] Change release build order for REL-4 (#1065) --- azure-pipelines-release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 031a14850..38d4eeb09 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -40,16 +40,16 @@ jobs: strategy: maxParallel: 1 matrix: + OdroidN2: + board: 'odroid_n2' + OdroidC2: + board: 'odroid_c2' + OdroidXU4: + board: 'odroid_xu4' OpenVirtualAppliance: board: 'ova' IntelNuc: board: 'intel_nuc' - OdroidC2: - board: 'odroid_c2' - OdroidN2: - board: 'odroid_n2' - OdroidXU4: - board: 'odroid_xu4' RaspberryPi: board: 'rpi' RaspberryPi0-W: