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 |
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"