|
@@ -40,12 +40,12 @@ job_unit_mysql:
|
|
|
- mysql
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- rake db:seed
|
|
|
- rake test:units
|
|
|
- rake test:controllers
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_unit_postgresql:
|
|
|
stage: test
|
|
@@ -54,12 +54,12 @@ job_unit_postgresql:
|
|
|
- postgresql
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- rake db:seed
|
|
|
- rake test:units
|
|
|
- rake test:controllers
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_email_helper:
|
|
|
stage: test
|
|
@@ -67,10 +67,10 @@ job_integration_email_helper:
|
|
|
- core
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/email_helper_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_twitter:
|
|
|
stage: test
|
|
@@ -79,11 +79,11 @@ job_integration_twitter:
|
|
|
- twitter
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- rake db:seed
|
|
|
- ruby -I test/ test/integration/twitter_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_facebook:
|
|
|
stage: test
|
|
@@ -91,11 +91,11 @@ job_integration_facebook:
|
|
|
- core
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- rake db:seed
|
|
|
- ruby -I test/ test/integration/facebook_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_geo_ip:
|
|
|
stage: test
|
|
@@ -103,10 +103,10 @@ job_integration_geo_ip:
|
|
|
- core
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/geo_ip_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_geo_location:
|
|
|
stage: test
|
|
@@ -114,10 +114,10 @@ job_integration_geo_location:
|
|
|
- core
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/geo_location_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_geo_calendar:
|
|
|
stage: test
|
|
@@ -125,10 +125,10 @@ job_integration_geo_calendar:
|
|
|
- core
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/geo_calendar_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_user_agent:
|
|
|
stage: test
|
|
@@ -136,10 +136,10 @@ job_integration_user_agent:
|
|
|
- core
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/user_agent_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_es_mysql:
|
|
|
stage: test
|
|
@@ -150,12 +150,12 @@ job_integration_es_mysql:
|
|
|
- export RAILS_ENV=test
|
|
|
- export ES_INDEX_RAND=true
|
|
|
- export ES_URL="http://localhost:9200"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/elasticsearch_test.rb
|
|
|
- ruby -I test/ test/controllers/search_controller_test.rb
|
|
|
- ruby -I test/ test/integration/report_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_es_postgresql:
|
|
|
stage: test
|
|
@@ -166,12 +166,12 @@ job_integration_es_postgresql:
|
|
|
- export RAILS_ENV=test
|
|
|
- export ES_INDEX_RAND=true
|
|
|
- export ES_URL="http://localhost:9200"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/elasticsearch_test.rb
|
|
|
- ruby -I test/ test/controllers/search_controller_test.rb
|
|
|
- ruby -I test/ test/integration/report_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_zendesk_mysql:
|
|
|
stage: test
|
|
@@ -180,10 +180,10 @@ job_integration_zendesk_mysql:
|
|
|
- mysql
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/zendesk_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_zendesk_postgresql:
|
|
|
stage: test
|
|
@@ -192,10 +192,10 @@ job_integration_zendesk_postgresql:
|
|
|
- postgresql
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/zendesk_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_otrs_5_mysql:
|
|
|
stage: test
|
|
@@ -205,10 +205,10 @@ job_integration_otrs_5_mysql:
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_otrs_5_postgresql:
|
|
|
stage: test
|
|
@@ -218,10 +218,10 @@ job_integration_otrs_5_postgresql:
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_otrs_4:
|
|
|
stage: test
|
|
@@ -230,10 +230,10 @@ job_integration_otrs_4:
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- export IMPORT_OTRS_ENDPOINT="http://vz383.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_otrs_33:
|
|
|
stage: test
|
|
@@ -242,10 +242,10 @@ job_integration_otrs_33:
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- export IMPORT_OTRS_ENDPOINT="http://vz305.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_otrs_32:
|
|
|
stage: test
|
|
@@ -254,10 +254,10 @@ job_integration_otrs_32:
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- export IMPORT_OTRS_ENDPOINT="http://vz382.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_otrs_31:
|
|
|
stage: test
|
|
@@ -266,10 +266,10 @@ job_integration_otrs_31:
|
|
|
script:
|
|
|
- export RAILS_ENV=test
|
|
|
- export IMPORT_OTRS_ENDPOINT="http://vz381.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
|
|
- - rake db:drop;
|
|
|
- rake db:create
|
|
|
- rake db:migrate
|
|
|
- ruby -I test/ test/integration/otrs_import_test.rb
|
|
|
+ - rake db:drop
|
|
|
|
|
|
job_integration_twitter_ff:
|
|
|
stage: browser
|