Skip to content

Commit 55eb0f1

Browse files
Merge pull request #6866 from Rdatatable/ci-san-repair
Rename the `test-lin-san` GitLab CI job
2 parents 3afc750 + 81f5452 commit 55eb0f1

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)