From 557bf355112ed2b0c79f6717e69065c05578c0e4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 22 Jan 2019 11:49:32 -0500 Subject: [PATCH] ci: update distro checks after version upgrades Summary: These two checks still used the, now updated to newer, Debian and Ubuntu versions. It only showed in the daily cron job build. Reviewers: bu5hm4n, zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7719 --- .ci/ci-make-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh index 6dff663e69..8407e5a9bc 100755 --- a/.ci/ci-make-check.sh +++ b/.ci/ci-make-check.sh @@ -21,7 +21,7 @@ if [ "$BUILDSYSTEM" = "ninja" ] ; then if [ "$DISTRO" != "" ] ; then # disable them for this distros, after meson 0.49 is out, this can be removed # https://github.com/mesonbuild/meson/commit/253c581412d7f2b09af353dd83d943454bd555be - if [ "$DISTRO" != "Ubuntu1804" ] && [ "$DISTRO" != "Debian91" ]; then + if [ "$DISTRO" != "Ubuntu1810" ] && [ "$DISTRO" != "Debian96" ]; then for tries in $(seq 1 ${NUM_TRIES}); do (docker exec --env EINA_LOG_BACKTRACE="0" --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) ninja -C build test) && break docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) cat src/test-suite.log