trabajo-afectivo/.gitlab-ci.yml

434 lines
12 KiB
YAML
Raw Normal View History

2015-11-22 14:58:06 +00:00
before_script:
- bundle install
- script/build/test_db_config.sh
2015-11-22 14:58:06 +00:00
stages:
2015-11-23 13:04:25 +00:00
- pre
2015-11-22 14:58:06 +00:00
- test
2015-11-23 10:06:49 +00:00
- browser
2015-11-22 14:58:06 +00:00
rubocop:
2015-11-23 13:04:25 +00:00
stage: pre
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
script:
- bundle exec rubocop
coffeelint:
stage: pre
tags:
2015-12-01 18:48:58 +00:00
- core
script:
- coffeelint app/
2016-01-20 00:06:00 +00:00
job_unit_mysql:
2015-11-22 14:58:06 +00:00
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2016-01-20 00:06:00 +00:00
- mysql
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- rake db:seed
- rake test:units
- rake test:controllers
job_unit_postgresql:
stage: test
tags:
- core
- postgresql
2015-11-22 14:58:06 +00:00
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- rake db:seed
- rake test:units
- rake test:controllers
job_integration_email_helper:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 14:58:06 +00:00
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/email_helper_test.rb
2015-12-11 10:55:22 +00:00
job_integration_twitter:
stage: test
tags:
- core
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
job_integration_facebook:
stage: test
tags:
- 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
2015-11-22 14:58:06 +00:00
job_integration_geo_ip:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 14:58:06 +00:00
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/geo_ip_test.rb
2015-11-22 15:11:49 +00:00
job_integration_geo_location:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 15:11:49 +00:00
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/geo_location_test.rb
job_integration_geo_calendar:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 15:11:49 +00:00
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/geo_calendar_test.rb
job_integration_user_agent:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 15:11:49 +00:00
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/user_agent_test.rb
2015-11-22 15:32:18 +00:00
job_integration_es:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 15:32:18 +00:00
script:
- export RAILS_ENV=test
2015-12-01 22:46:44 +00:00
- export ES_INDEX="estest.local_zammad_"$RNAME
- export ES_URL="http://localhost:9200"
2015-11-22 15:32:18 +00:00
- 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
2015-11-22 15:55:59 +00:00
- ruby -I test/ test/integration/report_test.rb
job_integration_zendesk:
stage: test
tags:
- core
script:
- export RAILS_ENV=test
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/zendesk_import_test.rb
2015-11-22 15:55:59 +00:00
job_integration_otrs_5:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 15:55:59 +00:00
script:
- export RAILS_ENV=test
2015-11-22 16:09:31 +00:00
- export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
2015-11-22 15:55:59 +00:00
- rake db:drop;
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/otrs_import_test.rb
2015-11-22 15:32:18 +00:00
2015-11-22 19:29:00 +00:00
job_integration_otrs_4:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 19:29:00 +00:00
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
job_integration_otrs_33:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 19:29:00 +00:00
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
job_integration_otrs_32:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 19:29:00 +00:00
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
job_integration_otrs_31:
stage: test
2015-11-27 11:55:54 +00:00
tags:
2015-12-01 18:48:58 +00:00
- core
2015-11-22 19:29:00 +00:00
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
job_integration_twitter_ff:
stage: browser
tags:
- browser-ff
- twitter
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- cp contrib/auto_wizard_test.json auto_wizard.json
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/twitter_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
job_integration_facebook_ff:
stage: browser
tags:
- browser-ff
- facebook
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- cp contrib/auto_wizard_test.json auto_wizard.json
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/facebook_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
job_integration_autowizard_ff:
2015-11-23 10:06:49 +00:00
stage: browser
2015-11-27 11:13:34 +00:00
tags:
- browser-ff
2015-11-23 10:06:49 +00:00
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
2015-11-23 13:56:11 +00:00
- RAILS_ENV=test rake db:create
2015-11-23 10:06:49 +00:00
- cp contrib/auto_wizard_example.json auto_wizard.json
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/auto_wizard_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2015-11-27 01:20:33 +00:00
2015-11-27 09:50:37 +00:00
job_integration_browser_ff_1:
2015-11-27 01:20:33 +00:00
stage: browser
2015-11-27 11:13:34 +00:00
tags:
- browser-ff
2015-11-27 01:20:33 +00:00
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- unset MAILBOX_AUTO1
- unset MAILBOX_AUTO2
- unset MAILBOX_MANUAL1
- unset MAILBOX_MANUAL2
2015-11-27 09:50:37 +00:00
- script/build/test_slice_tests.sh 1
2015-11-27 01:20:33 +00:00
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2015-11-27 11:13:34 +00:00
job_integration_browser_ff_2:
stage: browser
tags:
- browser-ff
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
2015-11-27 11:13:34 +00:00
- unset MAILBOX_AUTO1
- unset MAILBOX_AUTO2
- unset MAILBOX_MANUAL1
- unset MAILBOX_MANUAL2
- script/build/test_slice_tests.sh 2
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2015-11-27 12:40:17 +00:00
job_integration_browser_ff_3:
stage: browser
tags:
- browser-ff
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
2015-11-27 12:40:17 +00:00
- script/build/test_slice_tests.sh 3
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2015-11-29 22:34:19 +00:00
job_integration_browser_chrome_1:
stage: browser
tags:
- browser-chrome
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
2015-11-29 22:34:19 +00:00
- unset MAILBOX_AUTO1
- unset MAILBOX_AUTO2
- unset MAILBOX_MANUAL1
- unset MAILBOX_MANUAL2
- script/build/test_slice_tests.sh 1
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2015-11-29 22:34:19 +00:00
job_integration_browser_chrome_2:
stage: browser
tags:
- browser-chrome
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
2015-11-29 22:34:19 +00:00
- unset MAILBOX_AUTO1
- unset MAILBOX_AUTO2
- unset MAILBOX_MANUAL1
- unset MAILBOX_MANUAL2
- script/build/test_slice_tests.sh 2
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2015-11-29 22:34:19 +00:00
job_integration_browser_chrome_3:
stage: browser
tags:
- browser-chrome
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
2015-11-29 22:34:19 +00:00
- unset MAILBOX_AUTO1
- unset MAILBOX_AUTO2
- unset MAILBOX_MANUAL1
- unset MAILBOX_MANUAL2
- script/build/test_slice_tests.sh 3
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- rake test:browser || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
job_integration_twitter_chrome:
stage: browser
tags:
- browser-chrome
- twitter
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- cp contrib/auto_wizard_test.json auto_wizard.json
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/twitter_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
job_integration_facebook_chrome:
stage: browser
tags:
- browser-chrome
- facebook
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- cp contrib/auto_wizard_test.json auto_wizard.json
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/facebook_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2016-01-15 12:45:38 +00:00
job_integration_otrs_chrome:
stage: browser
tags:
- browser-chrome
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/otrs_import_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2016-01-18 02:18:33 +00:00
job_integration_autowizard_chrome:
stage: browser
tags:
- browser-chrome
script:
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- cp contrib/auto_wizard_example.json auto_wizard.json
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/auto_wizard_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
2016-01-18 19:32:34 +00:00
job_integration_zendesk_chrome:
2016-01-18 20:28:22 +00:00
stage: browser
tags:
- browser-chrome
script:
2016-01-18 19:32:34 +00:00
- export BROWSER_URL=http://$IP:$BROWSER_PORT
- RAILS_ENV=test rake db:create
- script/bootstrap.sh
- rake assets:precompile
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
- ruby -I test/ test/integration/zendesk_import_browser_test.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT