Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nanobot4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cool Fire
nanobot4
Commits
8b279449
Commit
8b279449
authored
Feb 21, 2017
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
See if the new cluster will handle parallel builds
parent
e3161f3e
Pipeline
#201
passed with stages
in 19 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
.gitlab-ci.yml
.gitlab-ci.yml
+7
-12
No files found.
.gitlab-ci.yml
View file @
8b279449
---
stages
:
-
syntax_21
-
syntax_22
-
syntax_23
-
syntax_24
-
syntax_j17
-
syntax_j91
-
syntax
-
linting
ruby_2.1
:
image
:
ruby:2.1
stage
:
syntax
_21
stage
:
syntax
tags
:
-
ruby
script
:
...
...
@@ -19,7 +14,7 @@ ruby_2.1:
ruby_2.2
:
image
:
ruby:2.2
stage
:
syntax
_22
stage
:
syntax
tags
:
-
ruby
only
:
...
...
@@ -30,7 +25,7 @@ ruby_2.2:
ruby_2.3
:
image
:
ruby:2.3
stage
:
syntax
_23
stage
:
syntax
tags
:
-
ruby
only
:
...
...
@@ -41,7 +36,7 @@ ruby_2.3:
ruby_2.4
:
image
:
ruby:2.4
stage
:
syntax
_24
stage
:
syntax
tags
:
-
ruby
only
:
...
...
@@ -52,7 +47,7 @@ ruby_2.4:
jruby_1.7
:
image
:
jruby:1.7
stage
:
syntax
_j17
stage
:
syntax
tags
:
-
ruby
only
:
...
...
@@ -63,7 +58,7 @@ jruby_1.7:
jruby_9.1
:
image
:
jruby:9.1
stage
:
syntax
_j91
stage
:
syntax
tags
:
-
ruby
only
:
...
...
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