Skip to content

Commit 4f84d3c

Browse files
authored
GLCI: use container images from the new namespace (#6845)
Since the repository has been moved from gitlab.com/jangorecki to gitlab.com/rdatatable, make use of the container images from their new location.
1 parent b0a17dd commit 4f84d3c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mirror-packages:
4444
stage: dependencies
4545
tags:
4646
- saas-linux-medium-amd64
47-
image: registry.gitlab.com/jangorecki/dockerfiles/r-base-minimal
47+
image: registry.gitlab.com/rdatatable/dockerfiles/r-base-minimal
4848
cache:
4949
paths:
5050
- bus/$CI_JOB_NAME/cran
@@ -67,7 +67,7 @@ build:
6767
stage: build
6868
tags:
6969
- saas-linux-medium-amd64
70-
image: registry.gitlab.com/jangorecki/dockerfiles/r-base-gcc
70+
image: registry.gitlab.com/rdatatable/dockerfiles/r-base-gcc
7171
needs: ["mirror-packages"]
7272
before_script:
7373
- *install-deps
@@ -106,7 +106,7 @@ build:
106106
# tests for compilation warnings
107107
test-lin-rel:
108108
<<: *test-lin
109-
image: registry.gitlab.com/jangorecki/dockerfiles/r-data.table
109+
image: registry.gitlab.com/rdatatable/dockerfiles/r-data.table
110110
variables:
111111
_R_CHECK_COMPILATION_FLAGS_KNOWN_: "-Wvla"
112112
_R_CHECK_CRAN_INCOMING_: "FALSE"
@@ -128,7 +128,7 @@ test-lin-rel:
128128
# flags: gcc -O0 -fno-openmp
129129
test-lin-rel-vanilla:
130130
<<: *test-lin
131-
image: registry.gitlab.com/jangorecki/dockerfiles/r-base-gcc
131+
image: registry.gitlab.com/rdatatable/dockerfiles/r-base-gcc
132132
variables:
133133
_R_CHECK_COMPILATION_FLAGS_KNOWN_: "-Wvla"
134134
script:
@@ -141,7 +141,7 @@ test-lin-rel-vanilla:
141141
# extra NOTEs check and build pdf manual thus not from cran-lin template
142142
test-lin-rel-cran:
143143
<<: *test-lin
144-
image: registry.gitlab.com/jangorecki/dockerfiles/r-base
144+
image: registry.gitlab.com/rdatatable/dockerfiles/r-base
145145
variables:
146146
_R_CHECK_CRAN_INCOMING_: "TRUE" ## stricter --as-cran checks should run in dev pipelines continuously (not sure what they are though)
147147
_R_CHECK_CRAN_INCOMING_REMOTE_: "FALSE" ## Other than no URL checking (takes many minutes) or 'Days since last update 0' NOTEs needed, #3284
@@ -161,7 +161,7 @@ test-lin-rel-cran:
161161
# tests for new notes
162162
test-lin-dev-gcc-strict-cran:
163163
<<: *test-lin
164-
image: registry.gitlab.com/jangorecki/dockerfiles/r-devel-gcc-strict
164+
image: registry.gitlab.com/rdatatable/dockerfiles/r-devel-gcc-strict
165165
variables:
166166
_R_CHECK_COMPILATION_FLAGS_KNOWN_: "-Wvla"
167167
_R_CHECK_CRAN_INCOMING_: "TRUE"
@@ -183,7 +183,7 @@ test-lin-dev-gcc-strict-cran:
183183
# tests for new notes
184184
test-lin-dev-clang-cran:
185185
<<: *test-lin
186-
image: registry.gitlab.com/jangorecki/dockerfiles/r-devel-clang
186+
image: registry.gitlab.com/rdatatable/dockerfiles/r-devel-clang
187187
variables:
188188
_R_CHECK_COMPILATION_FLAGS_KNOWN_: "-Wvla"
189189
_R_CHECK_CRAN_INCOMING_: "TRUE"
@@ -203,7 +203,7 @@ test-lin-dev-clang-cran:
203203
# stated dependency on R
204204
test-lin-ancient-cran:
205205
<<: *test-lin
206-
image: registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0
206+
image: registry.gitlab.com/rdatatable/dockerfiles/r-3.3.0
207207
variables:
208208
_R_CHECK_FORCE_SUGGESTS_: "FALSE" # can be removed if all dependencies are available (knitr, xts, etc.)
209209
script:
@@ -306,7 +306,7 @@ test-mac-old:
306306
# generating pkgdown website
307307
integration:
308308
stage: integration
309-
image: registry.gitlab.com/jangorecki/dockerfiles/r-pkgdown
309+
image: registry.gitlab.com/rdatatable/dockerfiles/r-pkgdown
310310
tags:
311311
- saas-linux-medium-amd64
312312
only:

0 commit comments

Comments
 (0)