diff mbox series

[v13,6/6] shippable: mark failing configuration as allowing failure

Message ID 1518051619-20953-7-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v13,1/6] shippable: report test results even if ci step failed | expand

Commit Message

Github ODP bot Feb. 8, 2018, 1 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 441 (lumag:shippable-ci)
 ** https://github.com/Linaro/odp/pull/441
 ** Patch: https://github.com/Linaro/odp/pull/441.patch
 ** Base sha: 257b08b35ceea41bad5a7f1c626496cf111e657a
 ** Merge commit sha: 223a609fc64a296b12ffa57310c51ace739462bc
 **/
 .shippable.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/.shippable.yml b/.shippable.yml
index 2c0438925..3d661f7d0 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -5,7 +5,6 @@  compiler:
   - clang
 
 env:
-  matrix:
     - CONF="--disable-test-perf"
     - CONF="--disable-abi-compat --disable-test-perf"
     # - CONF="--enable-schedule-sp"
@@ -15,8 +14,11 @@  env:
     # - CROSS_ARCH="armhf" CFLAGS="-march=armv7-a"
     # - CROSS_ARCH="powerpc"
     # - CROSS_ARCH="i386"
-  global:
-    # - PLACEHOLDER=""
+
+matrix:
+  allow_failures:
+    - compiler: clang
+      env: CONF="--disable-abi-compat --disable-test-perf"
 
 build:
   pre_ci: