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