diff mbox series

[v5,4/11] ci: fix comment for time sensitive tests

Message ID 1533225614-20192-5-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v5,1/11] travis: add docker tests | expand

Commit Message

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


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

---
/** Email created from pull request 647 (muvarov:master_docker2)
 ** https://github.com/Linaro/odp/pull/647
 ** Patch: https://github.com/Linaro/odp/pull/647.patch
 ** Base sha: 6886a2ca3d3dd1157302ddee424c36f632903bd0
 ** Merge commit sha: 1ca948a3fc61fc94775495bb529ab02560071b04
 **/
 scripts/ci/build_x86_64.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/scripts/ci/build_x86_64.sh b/scripts/ci/build_x86_64.sh
index 1dc039e96..4cd3ed00f 100755
--- a/scripts/ci/build_x86_64.sh
+++ b/scripts/ci/build_x86_64.sh
@@ -29,8 +29,8 @@  cd ./odp
 
 make clean
 make -j 8
-# Tell some time sensative ODP test that they can be skipped due to not
-# isolated environment.
+# Ignore possible failures there because these tests depends on measurements
+# and systems might differ in performance.
 export CI="true"
 make check