From ba371fea8c556b16a40bc3c707204254d49c1e66 Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Thu, 23 Sep 2021 12:38:25 +0200
Subject: [PATCH] .ostc-ci: allow freertos-armv5 to fail

This build is reliably failing to fetch when invoked without download
cache constructed earlier. I've filed an issue to track this
but this blocks the auto-scaling CI system from going to production

Related-To: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/132
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .ostc-ci/machines-and-flavours.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml
index 160acf90..d9a26bfb 100644
--- a/.ostc-ci/machines-and-flavours.yaml
+++ b/.ostc-ci/machines-and-flavours.yaml
@@ -113,6 +113,8 @@ zephyr-arduino-nano-33-ble:
 
 freertos-armv5:
   extends: .build-freertos
+  # FIXME: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/132
+  allow_failure: true
   variables:
     MACHINE: qemuarmv5
     # See the note on linux-qemu-x86.
-- 
GitLab