Message ID | 1517680813-8247-7-git-send-email-odpbot@yandex.ru |
---|---|
State | Superseded |
Headers | show |
Series | [v12,1/6] shippable: report test results even if ci step failed | expand |
diff --git a/.shippable.yml b/.shippable.yml index 2c0438925..3d661f7d0 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -5,7 +5,6 @@ compiler: - clang env: - matrix: - CONF="--disable-test-perf" - CONF="--disable-abi-compat --disable-test-perf" # - CONF="--enable-schedule-sp" @@ -15,8 +14,11 @@ env: # - CROSS_ARCH="armhf" CFLAGS="-march=armv7-a" # - CROSS_ARCH="powerpc" # - CROSS_ARCH="i386" - global: - # - PLACEHOLDER="" + +matrix: + allow_failures: + - compiler: clang + env: CONF="--disable-abi-compat --disable-test-perf" build: pre_ci: