diff mbox series

[v1,1/2] travis: set CI for distcheck

Message ID 1535637606-854-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/2] travis: set CI for distcheck | expand

Commit Message

Github ODP bot Aug. 30, 2018, 2 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


on distcheck TM test is called but it can fail under Travis.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 688 (muvarov:devel/master_travis)
 ** https://github.com/Linaro/odp/pull/688
 ** Patch: https://github.com/Linaro/odp/pull/688.patch
 ** Base sha: 97fc51b1e5b3fcea9db99ba63c10bda47f79341a
 ** Merge commit sha: 49a6fd7f7a454239a65b37aefb94d5188e9744d1
 **/
 scripts/ci/distcheck.sh | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/scripts/ci/distcheck.sh b/scripts/ci/distcheck.sh
index 4f3802451..c6e0f4ea8 100755
--- a/scripts/ci/distcheck.sh
+++ b/scripts/ci/distcheck.sh
@@ -14,4 +14,8 @@  make distcheck
 
 make clean
 
+# Ignore possible failures there because these tests depends on measurements
+# and systems might differ in performance.
+export CI="true"
+
 make distcheck DISTCHECK__CONFIGURE_FLAGS=--disable-abi-compat