From 8a63f8ccc280c666a8c3a5e642fb3a315f4c5fc1 Mon Sep 17 00:00:00 2001 From: jangorecki Date: Wed, 12 Dec 2018 18:29:40 +0530 Subject: [PATCH] disable dev-win memtest, #3147, not allow r-dev failures, looks stable enough --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02c21c68dc..eb261c3047 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,7 +141,7 @@ test-rel-cran: # as CRAN test-dev-cran: # R-devel as CRAN <<: *test-lin image: registry.gitlab.com/jangorecki/dockerfiles/r-devel - allow_failure: true + allow_failure: false variables: _R_CHECK_CRAN_INCOMING_: "TRUE" _R_CHECK_CRAN_INCOMING_REMOTE_: "TRUE" @@ -191,8 +191,8 @@ test-dev-win: # R-devel on windows variables: R_BIN_VERSION: "3.6" R_DIR: "R-devel" - TEST_DATA_TABLE_MEMTEST: "TRUE" - allow_failure: true + TEST_DATA_TABLE_MEMTEST: "FALSE" # disabled as described in #3147 + allow_failure: false script: - Rscript -e "source('ci.R'); install.packages(dcf.dependencies('DESCRIPTION', which='all'))" - *copy-src