diff mbox series

[v13,5/6] shippable: enable non-ABI-compat test

Message ID 1518051619-20953-6-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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.shippable.yml b/.shippable.yml
index 045019788..2c0438925 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -7,7 +7,7 @@  compiler:
 env:
   matrix:
     - CONF="--disable-test-perf"
-    # - CONF="--disable-abi-compat"
+    - CONF="--disable-abi-compat --disable-test-perf"
     # - CONF="--enable-schedule-sp"
     # - CONF="--enable-schedule-iquery"
     # - CONF="--enable-dpdk-zero-copy"