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
e5d6ac20
Commit
e5d6ac20
authored
Nov 26, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the 'post-test' stage just after the 'test' stage
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
b1b0acf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+1
-1
doc/development/pipelines.md
doc/development/pipelines.md
+4
-2
No files found.
.gitlab-ci.yml
View file @
e5d6ac20
...
...
@@ -5,10 +5,11 @@ stages:
-
prepare
-
quick-test
-
test
-
post-test
-
review-prepare
-
review
-
qa
-
post-
test
-
post-
qa
-
notification
-
pages
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
e5d6ac20
...
...
@@ -275,7 +275,7 @@ parallel-spec-reports:
-
.only-review
-
.only:changes-code-qa
image
:
ruby:2.6-alpine
stage
:
post-
test
stage
:
post-
qa
dependencies
:
[
"
review-qa-all"
]
variables
:
NEW_PARALLEL_SPECS_REPORT
:
qa/report-new.html
...
...
doc/development/pipelines.md
View file @
e5d6ac20
...
...
@@ -23,15 +23,17 @@ The current stages are:
pipeline early (currently used to run Geo tests when the branch name starts
with
`geo-`
,
`geo/`
, or ends with
`-geo`
).
-
`test`
: This stage includes most of the tests, DB/migration jobs, and static analysis jobs.
-
`post-test`
: This stage includes jobs that build reports or gather data from
the
`test`
stage's jobs (e.g. coverage, Knapsack metadata etc.).
-
`review-prepare`
: This stage includes a job that build the CNG images that are
later used by the (Helm) Review App deployment (see
[
Review Apps
](
testing_guide/review_apps.md
)
for details).
-
`review`
: This stage includes jobs that deploy the GitLab and Docs Review Apps.
-
`qa`
: This stage includes jobs that perform QA tasks against the Review App
that is deployed in the previous stage.
-
`post-qa`
: This stage includes jobs that build reports or gather data from
the
`qa`
stage's jobs (e.g. Review App performance report).
-
`notification`
: This stage includes jobs that sends notifications about pipeline status.
-
`post-test`
: This stage includes jobs that build reports or gather data from
the previous stages' jobs (e.g. coverage, Knapsack metadata etc.).
-
`pages`
: This stage includes a job that deploys the various reports as
GitLab Pages (e.g.
<https://gitlab-org.gitlab.io/gitlab/coverage-ruby/>
,
<https://gitlab-org.gitlab.io/gitlab/coverage-javascript/>
,
...
...
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