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
af7a35a4
Commit
af7a35a4
authored
Nov 22, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Bump the charts version used for Review Apps to 5.5.0
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
f0540337
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab/ci/review-apps/main.gitlab-ci.yml
.gitlab/ci/review-apps/main.gitlab-ci.yml
+1
-1
scripts/review_apps/base-config.yaml
scripts/review_apps/base-config.yaml
+1
-1
scripts/review_apps/review-apps.sh
scripts/review_apps/review-apps.sh
+4
-4
No files found.
.gitlab/ci/review-apps/main.gitlab-ci.yml
View file @
af7a35a4
...
...
@@ -39,7 +39,7 @@ review-build-cng:
variables
:
HOST_SUFFIX
:
"
${CI_ENVIRONMENT_SLUG}"
DOMAIN
:
"
-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}"
GITLAB_HELM_CHART_REF
:
"
v5.
4.1
"
GITLAB_HELM_CHART_REF
:
"
v5.
5.0
"
environment
:
name
:
review/${CI_COMMIT_REF_SLUG}${FREQUENCY}
url
:
https://gitlab-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}
...
...
scripts/review_apps/base-config.yaml
View file @
af7a35a4
...
...
@@ -64,7 +64,7 @@ gitlab:
memory
:
2890M
hpa
:
targetAverageValue
:
650m
t
ask-runner
:
t
oolbox
:
resources
:
requests
:
cpu
:
300m
...
...
scripts/review_apps/review-apps.sh
View file @
af7a35a4
...
...
@@ -120,9 +120,9 @@ function get_pod() {
function
run_task
()
{
local
namespace
=
"
${
CI_ENVIRONMENT_SLUG
}
"
local
ruby_cmd
=
"
${
1
}
"
local
t
ask_runner_pod
=
$(
get_pod
"task-runner
"
)
local
t
oolbox_pod
=
$(
get_pod
"toolbox
"
)
kubectl
exec
--namespace
"
${
namespace
}
"
"
${
t
ask_runner
_pod
}
"
--
gitlab-rails runner
"
${
ruby_cmd
}
"
kubectl
exec
--namespace
"
${
namespace
}
"
"
${
t
oolbox
_pod
}
"
--
gitlab-rails runner
"
${
ruby_cmd
}
"
}
function
disable_sign_ups
()
{
...
...
@@ -290,8 +290,8 @@ HELM_CMD=$(cat << EOF
--set gitlab.webservice.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.webservice.workhorse.image="
${
gitlab_workhorse_image_repository
}
"
\
--set gitlab.webservice.workhorse.tag="
${
CI_COMMIT_REF_SLUG
}
"
\
--set gitlab.t
ask-runner
.image.repository="
${
gitlab_toolbox_image_repository
}
"
\
--set gitlab.t
ask-runner
.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
--set gitlab.t
oolbox
.image.repository="
${
gitlab_toolbox_image_repository
}
"
\
--set gitlab.t
oolbox
.image.tag="
${
CI_COMMIT_REF_SLUG
}
"
EOF
)
...
...
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