diff mbox series

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

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

Commit Message

Github ODP bot Feb. 15, 2018, noon 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: dc391eca36f4e072b20e708af245065a32b4ca6f
 **/
 .shippable.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/.shippable.yml b/.shippable.yml
index 72d17bdab..74c3036fc 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"