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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
03b152c5
Commit
03b152c5
authored
Aug 30, 2019
by
Marcel Amirault
Committed by
Evan Read
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken markdown in various docs
parent
bfdb41be
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
doc/ci/caching/index.md
doc/ci/caching/index.md
+1
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+1
-0
doc/development/contributing/issue_workflow.md
doc/development/contributing/issue_workflow.md
+2
-2
No files found.
doc/ci/caching/index.md
View file @
03b152c5
doc/ci/yaml/README.md
View file @
03b152c5
...
@@ -1989,6 +1989,7 @@ Marking a job to be run in parallel requires only a simple addition to your conf
...
@@ -1989,6 +1989,7 @@ Marking a job to be run in parallel requires only a simple addition to your conf
script: rspec
script: rspec
+ parallel: 5
+ parallel: 5
```
```
TIP:
**Tip:**
TIP:
**Tip:**
Parallelize tests suites across parallel jobs.
Parallelize tests suites across parallel jobs.
Different languages have different tools to facilitate this.
Different languages have different tools to facilitate this.
...
...
doc/development/contributing/issue_workflow.md
View file @
03b152c5
...
@@ -106,7 +106,7 @@ Stage labels specify which [stage](https://about.gitlab.com/handbook/product/cat
...
@@ -106,7 +106,7 @@ Stage labels specify which [stage](https://about.gitlab.com/handbook/product/cat
Stage labels respects the
`devops::<stage_key>`
naming convention.
Stage labels respects the
`devops::<stage_key>`
naming convention.
`<stage_key>`
is the stage key as it is in the single source of truth for stages at
`<stage_key>`
is the stage key as it is in the single source of truth for stages at
<https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml>
<https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml>
with
`_`
replaced with
` `
.
with
`_`
replaced with
a space
.
For instance, the "Manage" stage is represented by the ~"devops::manage" label in
For instance, the "Manage" stage is represented by the ~"devops::manage" label in
the
`gitlab-org`
group since its key under
`stages`
is
`manage`
.
the
`gitlab-org`
group since its key under
`stages`
is
`manage`
.
...
@@ -132,7 +132,7 @@ Group labels respects the `group::<group_key>` naming convention and
...
@@ -132,7 +132,7 @@ Group labels respects the `group::<group_key>` naming convention and
their color is
`#A8D695`
.
their color is
`#A8D695`
.
`<group_key>`
is the group key as it is in the single source of truth for groups at
`<group_key>`
is the group key as it is in the single source of truth for groups at
<https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml>
,
<https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml>
,
with
`_`
replaced with
` `
.
with
`_`
replaced with
a space
.
For instance, the "Continuous Integration" group is represented by the
For instance, the "Continuous Integration" group is represented by the
~"group::continuous integration" label in the
`gitlab-org`
group since its key
~"group::continuous integration" label in the
`gitlab-org`
group since its key
...
...
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