Commit c3fe7388 authored by James Lopez's avatar James Lopez

resolve merge conflict

parent c9be4d65
...@@ -179,6 +179,7 @@ spec:feature:ruby21: ...@@ -179,6 +179,7 @@ spec:feature:ruby21:
- mysql - mysql
spec:api:ruby21: spec:api:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -208,6 +209,7 @@ spec:models:ruby21: ...@@ -208,6 +209,7 @@ spec:models:ruby21:
- mysql - mysql
spec:lib:ruby21: spec:lib:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -222,6 +224,7 @@ spec:lib:ruby21: ...@@ -222,6 +224,7 @@ spec:lib:ruby21:
- mysql - mysql
spec:services:ruby21: spec:services:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -236,6 +239,7 @@ spec:services:ruby21: ...@@ -236,6 +239,7 @@ spec:services:ruby21:
- mysql - mysql
spec:benchmark:ruby21: spec:benchmark:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -251,6 +255,7 @@ spec:benchmark:ruby21: ...@@ -251,6 +255,7 @@ spec:benchmark:ruby21:
allow_failure: true allow_failure: true
spec:other:ruby21: spec:other:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -265,6 +270,7 @@ spec:other:ruby21: ...@@ -265,6 +270,7 @@ spec:other:ruby21:
- mysql - mysql
spinach:project:half:ruby21: spinach:project:half:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -279,6 +285,7 @@ spinach:project:half:ruby21: ...@@ -279,6 +285,7 @@ spinach:project:half:ruby21:
- mysql - mysql
spinach:project:rest:ruby21: spinach:project:rest:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -293,6 +300,7 @@ spinach:project:rest:ruby21: ...@@ -293,6 +300,7 @@ spinach:project:rest:ruby21:
- mysql - mysql
spinach:other:ruby21: spinach:other:ruby21:
stage: test
image: ruby:2.1 image: ruby:2.1
only: only:
- master - master
...@@ -310,7 +318,7 @@ spinach:other:ruby21: ...@@ -310,7 +318,7 @@ spinach:other:ruby21:
notify:slack: notify:slack:
stage: notifications stage: notifications
script: script:
- source ./scripts/notify_slack.sh "#notifications" "Build failed for master/tags!" - source ./scripts/notify_slack.sh "#builds" "Build failed for master/tags!"
when: on_failure when: on_failure
only: only:
- master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ce
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment