Skip to content

Commit

Permalink
disable memtest in CI (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki authored Nov 25, 2023
1 parent 74a749b commit 50a3dc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ build:
# force all suggests
# flags: gcc -O3 -flto -fno-common -Wunused-result
# tests for compilation warnings
# measure memory usage during tests
test-rel-lin:
<<: *test-lin
image: registry.gitlab.com/jangorecki/dockerfiles/r-data.table
Expand All @@ -143,7 +142,6 @@ test-rel-lin:
_R_CHECK_FORCE_SUGGESTS_: "TRUE"
_R_CHECK_TESTS_NLINES_: "0"
OPENBLAS_MAIN_FREE: "1"
TEST_DATA_TABLE_MEMTEST: "1"
before_script:
- apt-get update -q && apt-get install -y --no-install-recommends libcurl4-openssl-dev ## remove after #5749
- *install-deps
Expand Down Expand Up @@ -397,7 +395,7 @@ integration:
- mv /tmp/opencran/doc bus/integration/cran/
## library html manual, vignettes
- Rscript -e 'lib.copy(lib.from="/tmp/opencran/library")'
## web/checks/$pkg/$job 00install.out, 00check.log, *.Rout, memtest.csv, memtest.png
## web/checks/$pkg/$job 00install.out, 00check.log, *.Rout, memtest.csv, memtest.png ## memtest not available for now #5764
- Rscript -e 'sapply(names(test.jobs), check.copy, simplify=FALSE)'
## web/packages/$pkg/$pkg.pdf
- Rscript -e 'pdf.copy("data.table", "test-rel-lin")'
Expand Down

0 comments on commit 50a3dc3

Please sign in to comment.