integration.yml 802 B

123456789101112131415161718192021222324252627282930
  1. include:
  2. - local: '/.gitlab/ci/integration/clearbit.yml'
  3. - local: '/.gitlab/ci/integration/email_helper_deliver.yml'
  4. - local: '/.gitlab/ci/integration/es.yml'
  5. - local: '/.gitlab/ci/integration/facebook.yml'
  6. - local: '/.gitlab/ci/integration/geo.yml'
  7. - local: '/.gitlab/ci/integration/otrs.yml'
  8. - local: '/.gitlab/ci/integration/slack.yml'
  9. - local: '/.gitlab/ci/integration/user_agent.yml'
  10. - local: '/.gitlab/ci/integration/zendesk.yml'
  11. .template_integration: &template_integration
  12. extends:
  13. - .env_base
  14. - .services_mysql_postgresql
  15. tags:
  16. - integration
  17. stage: test
  18. variables:
  19. RAILS_ENV: "test"
  20. # we need at least one job to store and include this template
  21. # $IGNORE is not defined
  22. ignore:
  23. stage: test
  24. only:
  25. variables:
  26. - $IGNORE
  27. script:
  28. - ''