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
00f1d04e
Commit
00f1d04e
authored
Mar 05, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document retrying 'review-deploy' to keep a Review App longer
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c7944fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+2
-1
No files found.
doc/development/testing_guide/review_apps.md
View file @
00f1d04e
...
@@ -104,7 +104,8 @@ Review Apps are automatically stopped 2 days after the last deployment thanks to
...
@@ -104,7 +104,8 @@ Review Apps are automatically stopped 2 days after the last deployment thanks to
the
[
Environment auto-stop
](
../../ci/environments.html#environments-auto-stop
)
feature.
the
[
Environment auto-stop
](
../../ci/environments.html#environments-auto-stop
)
feature.
If you need your Review App to stay up for a longer time, you can
If you need your Review App to stay up for a longer time, you can
[
pin its environment
](
../../ci/environments.html#auto-stop-example
)
.
[
pin its environment
](
../../ci/environments.html#auto-stop-example
)
or retry the
`review-deploy`
job to update the "latest deployed at" time.
The
`review-cleanup`
job that automatically runs in scheduled
The
`review-cleanup`
job that automatically runs in scheduled
pipelines (and is manual in merge request) stops stale Review Apps after 5 days,
pipelines (and is manual in merge request) stops stale Review Apps after 5 days,
...
...
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