aboutsummaryrefslogtreecommitdiff
path: root/.shippable.yml
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-02-15 14:39:11 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-02-16 18:12:15 +0300
commit1e47fa70c2eeb3d2f3805af28a00476c7284ef24 (patch)
tree48990a44cdf16d67782b2d37b35c58da5065b409 /.shippable.yml
parent7599dfb05bf942eaad227462f1a58a78aac9e67d (diff)
shippable: disable perf-proc tests
These tests have tendency of hanging up Shippable occasionally. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to '.shippable.yml')
-rw-r--r--.shippable.yml6
1 files changed, 3 insertions, 3 deletions
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: