[Git][noosfero/noosfero][stretch] stretch-update: configure ci to use only stretch runner

Rodrigo Souto gitlab at mg.gitlab.com
Thu Dec 21 13:42:07 BRST 2017


Rodrigo Souto pushed to branch stretch at Noosfero / noosfero


Commits:
017fd261 by Rodrigo Souto at 2017-12-21T12:41:22-03:00
stretch-update: configure ci to use only stretch runner

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,60 +22,86 @@ specs-models:
   <<: *retriable
   script: bundle exec rake spec SPEC=spec/models
   stage: all-tests
+  tags:
+    - stretch
 
 api:
   <<: *retriable
   script: bundle exec rake test:api
   stage: all-tests
+  tags:
+    - stretch
 
 units:
   <<: *retriable
   script: bundle exec rake test:units
   stage: all-tests
+  tags:
+    - stretch
 
 functionals:
   <<: *retriable
   script: bundle exec rake test:functionals
   stage: all-tests
+  tags:
+    - stretch
 
 integration:
   <<: *retriable
   script: bundle exec rake test:integration
   stage: all-tests
+  tags:
+    - stretch
 
 cucumber-1:
   <<: *retriable
   script: SLICE=1/2 bundle exec rake cucumber
   stage: all-tests
+  tags:
+    - stretch
 cucumber-2:
   <<: *retriable
   script: SLICE=2/2 bundle exec rake cucumber
   stage: all-tests
+  tags:
+    - stretch
 
 selenium-1:
   <<: *retriable
   script: SLICE=1/6 bundle exec rake selenium
   stage: all-tests
+  tags:
+    - stretch
 selenium-2:
   <<: *retriable
   script: SLICE=2/6 bundle exec rake selenium
   stage: all-tests
+  tags:
+    - stretch
 selenium-3:
   <<: *retriable
   script: SLICE=3/6 bundle exec rake selenium
   stage: all-tests
+  tags:
+    - stretch
 selenium-4:
   <<: *retriable
   script: SLICE=4/6 bundle exec rake selenium
   stage: all-tests
+  tags:
+    - stretch
 selenium-5:
   <<: *retriable
   script: SLICE=5/6 bundle exec rake selenium
   stage: all-tests
+  tags:
+    - stretch
 selenium-6:
   <<: *retriable
   script: SLICE=6/6 bundle exec rake selenium
   stage: all-tests
+  tags:
+    - stretch
 
 # NOOSFERO_BUNDLE_OPTS=install makes migrations fails
 # probably because of rubygems-integration
@@ -83,19 +109,29 @@ plugins-1:
   <<: *retriable
   script: SLICE=1/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
   stage: all-tests
+  tags:
+    - stretch
 plugins-2:
   <<: *retriable
   script: SLICE=2/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
   stage: all-tests
+  tags:
+    - stretch
 plugins-3:
   <<: *retriable
   script: SLICE=3/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
   stage: all-tests
+  tags:
+    - stretch
 plugins-4:
   <<: *retriable
   script: SLICE=4/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
   stage: all-tests
+  tags:
+    - stretch
 plugins-5:
   <<: *retriable
   script: SLICE=5/5 bundle exec rake test:noosfero_plugins NOOSFERO_BUNDLE_OPTS=install
   stage: all-tests
+  tags:
+    - stretch



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/017fd2614f1f040eb1cc050cac6b407dce3fc8dc

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/017fd2614f1f040eb1cc050cac6b407dce3fc8dc
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20171221/82af41b6/attachment-0001.html>


More information about the Noosfero-dev mailing list