diff mbox series

[v2,1/1] shippable: disable perf-proc tests

Message ID 1518706811-2884-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v2,1/1] shippable: disable perf-proc tests | expand

Commit Message

Github ODP bot Feb. 15, 2018, 3 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


These tests have tendency of hanging up Shippable occasionally.

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

---
/** Email created from pull request 483 (lumag:shippable-fix)
 ** https://github.com/Linaro/odp/pull/483
 ** Patch: https://github.com/Linaro/odp/pull/483.patch
 ** Base sha: 41b3fa2cd994a7ef68290a07dcde5564e4640847
 ** Merge commit sha: cadf8f50c1465e353051552d95e258ec554c541a
 **/
 .shippable.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/.shippable.yml b/.shippable.yml
index 72d17bdab..6b2a73c3f 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -5,8 +5,8 @@  compiler:
   - clang
 
 env:
-    - CONF="--disable-test-perf"
-    - CONF="--disable-abi-compat --disable-test-perf"
+    - CONF="--disable-test-perf --disable-test-perf-proc"
+    - CONF="--disable-abi-compat --disable-test-perf --disable-test-perf-proc"
     # - CONF="--enable-schedule-sp"
     # - CONF="--enable-schedule-iquery"
     # - CONF="--enable-dpdk-zero-copy"
@@ -18,7 +18,7 @@  env:
 matrix:
   allow_failures:
     - compiler: clang
-      env: CONF="--disable-abi-compat --disable-test-perf"
+      env: CONF="--disable-abi-compat --disable-test-perf --disable-test-perf-proc"
 
 build:
   pre_ci: