Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
59666d09
Commit
59666d09
authored
Mar 03, 2022
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to use new CI/CD images, set version to 16.14.0
parent
6784451d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-1
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+6
-6
.nvmrc
.nvmrc
+1
-1
.tool-versions
.tool-versions
+1
-1
No files found.
.gitlab-ci.yml
View file @
59666d09
...
...
@@ -16,7 +16,7 @@ stages:
# in cases where jobs require Docker-in-Docker, the job
# definition must be extended with `.use-docker-in-docker`
default
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
tags
:
-
gitlab-org
# All jobs are interruptible by default
...
...
.gitlab/ci/frontend.gitlab-ci.yml
View file @
59666d09
...
...
@@ -11,7 +11,7 @@
-
.default-retry
-
.default-before_script
-
.assets-compile-cache
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7-git-2.33-lfs-2.9-node-1
4.15
-yarn-1.22-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7-git-2.33-lfs-2.9-node-1
6.14
-yarn-1.22-graphicsmagick-1.3.36
variables
:
SETUP_DB
:
"
false"
WEBPACK_VENDOR_DLL
:
"
true"
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
59666d09
...
...
@@ -213,7 +213,7 @@
-
*storybook-node-modules-cache-push
.use-pg11
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
services
:
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -222,7 +222,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg12
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-12-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-12-graphicsmagick-1.3.36
services
:
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -231,7 +231,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg13
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-13-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-13-graphicsmagick-1.3.36
services
:
-
name
:
postgres:13
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -240,7 +240,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg11-ee
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
services
:
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -251,7 +251,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg12-ee
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-12-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-12-graphicsmagick-1.3.36
services
:
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -262,7 +262,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg13-ee
:
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
4.15
-yarn-1.22-postgresql-13-graphicsmagick-1.3.36
image
:
${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-1
6.14
-yarn-1.22-postgresql-13-graphicsmagick-1.3.36
services
:
-
name
:
postgres:13
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
.nvmrc
View file @
59666d09
1
4.17.5
1
6.14.0
.tool-versions
View file @
59666d09
nodejs 16.1
3.2
nodejs 16.1
4.0
ruby 2.7.5
yarn 1.22.17
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment