Browse Source

Use runner tags now for all.

Martin Edenhofer 9 years ago
parent
commit
b84cc3acd2
1 changed files with 26 additions and 0 deletions
  1. 26 0
      .gitlab-ci.yml

+ 26 - 0
.gitlab-ci.yml

@@ -8,11 +8,15 @@ stages:
 
 rubocop:
   stage: pre
+  tags:
+    - zammad
   script:
     - bundle exec rubocop
 
 job_unit:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_unit
@@ -25,6 +29,8 @@ job_unit:
 
 job_integration_email_helper:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_email_helper
@@ -35,6 +41,8 @@ job_integration_email_helper:
 
 job_integration_geo_ip:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_geo_ip
@@ -45,6 +53,8 @@ job_integration_geo_ip:
 
 job_integration_geo_location:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_geo_location
@@ -55,6 +65,8 @@ job_integration_geo_location:
 
 job_integration_geo_calendar:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_geo_calendar
@@ -65,6 +77,8 @@ job_integration_geo_calendar:
 
 job_integration_user_agent:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_user_agent
@@ -75,6 +89,8 @@ job_integration_user_agent:
 
 job_integration_es:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - script/build/test_db_config.sh test ci_zammad_es
@@ -87,6 +103,8 @@ job_integration_es:
 
 job_integration_otrs_5:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
@@ -98,6 +116,8 @@ job_integration_otrs_5:
 
 job_integration_otrs_4:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - export IMPORT_OTRS_ENDPOINT="http://vz383.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
@@ -109,6 +129,8 @@ job_integration_otrs_4:
 
 job_integration_otrs_33:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - export IMPORT_OTRS_ENDPOINT="http://vz305.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
@@ -120,6 +142,8 @@ job_integration_otrs_33:
 
 job_integration_otrs_32:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - export IMPORT_OTRS_ENDPOINT="http://vz382.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
@@ -131,6 +155,8 @@ job_integration_otrs_32:
 
 job_integration_otrs_31:
   stage: test
+  tags:
+    - zammad
   script:
     - export RAILS_ENV=test
     - export IMPORT_OTRS_ENDPOINT="http://vz381.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"