Skip to content

Commit 81f5452

Browse files
committed
Rename the -san GitLab CI job
CI jobs are required to be named according to a certain template, see .ci/publish.R, function r.ver. Specify the R version by using -dev inside the job name.
1 parent 3afc750 commit 81f5452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ test-lin-ancient-cran:
213213
- R CMD check --no-manual --no-build-vignettes --ignore-vignettes $(ls -1t data.table_*.tar.gz | head -n 1)
214214

215215
# run the main checks with Address(+Leak),UBSanitizer enabled
216-
test-lin-san:
216+
test-lin-dev-san:
217217
<<: *test-lin
218218
image: registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang-san
219219
variables:
@@ -329,7 +329,7 @@ integration:
329329
- saas-linux-medium-amd64
330330
only:
331331
- master
332-
needs: ["mirror-packages","build","test-lin-rel","test-lin-rel-cran","test-lin-dev-gcc-strict-cran","test-lin-dev-clang-cran","test-lin-rel-vanilla","test-lin-ancient-cran","test-lin-san","test-win-rel","test-win-dev" ,"test-win-old","test-mac-rel","test-mac-old"]
332+
needs: ["mirror-packages","build","test-lin-rel","test-lin-rel-cran","test-lin-dev-gcc-strict-cran","test-lin-dev-clang-cran","test-lin-rel-vanilla","test-lin-ancient-cran","test-lin-dev-san","test-win-rel","test-win-dev" ,"test-win-old","test-mac-rel","test-mac-old"]
333333
script:
334334
- R --version
335335
- *install-deps ## markdown pkg not present in r-pkgdown image

0 commit comments

Comments
 (0)