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
19280886
Commit
19280886
authored
Jan 10, 2022
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Automatically deploy Review App for changes to controllers
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c3eeefff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+8
-3
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+1
-0
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
19280886
...
...
@@ -228,6 +228,9 @@
-
"
vendor/assets/**/*"
-
"
{,ee/,jh/}{app/assets,app/helpers,app/presenters,app/views,locale,public,symbol}/**/*"
.controllers-patterns
:
&controllers-patterns
-
"
{,ee/,jh/}{app/controllers}/**/*"
.startup-css-patterns
:
&startup-css-patterns
-
"
{,ee/,jh/}app/assets/stylesheets/startup/**/*"
...
...
@@ -279,7 +282,7 @@
-
"
.dockerignore"
-
"
qa/**/*"
# Code patterns + .ci-patterns
+ .workhorse-patterns
# Code patterns + .ci-patterns
.code-patterns
:
&code-patterns
-
"
{package.json,yarn.lock}"
-
"
.browserslistrc"
...
...
@@ -1612,12 +1615,14 @@
changes
:
*ci-review-patterns
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*frontend-patterns
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*controllers-patterns
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*qa-patterns
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*code-patterns
when
:
manual
allow_failure
:
true
-
<<
:
*if-dot-com-gitlab-org-merge-request
changes
:
*qa-patterns
-
<<
:
*if-dot-com-gitlab-org-schedule
variables
:
KNAPSACK_GENERATE_REPORT
:
"
true"
...
...
doc/development/testing_guide/review_apps.md
View file @
19280886
...
...
@@ -14,6 +14,7 @@ For any of the following scenarios, the `start-review-app-pipeline` job would be
-
for merge requests with CI config changes
-
for merge requests with frontend changes
-
for merge requests with changes to
`{,ee/,jh/}{app/controllers}/**/*`
-
for merge requests with QA changes
-
for scheduled pipelines
-
the MR has the
`pipeline:run-review-app`
label set
...
...
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