integration.yml 753 B

1234567891011121314151617181920212223242526272829
  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/geo.yml'
  6. - local: '/.gitlab/ci/integration/otrs.yml'
  7. - local: '/.gitlab/ci/integration/slack.yml'
  8. - local: '/.gitlab/ci/integration/user_agent.yml'
  9. - local: '/.gitlab/ci/integration/zendesk.yml'
  10. .template_integration: &template_integration
  11. extends:
  12. - .env_base
  13. - .services_mysql_postgresql
  14. tags:
  15. - integration
  16. stage: test
  17. variables:
  18. RAILS_ENV: "test"
  19. # we need at least one job to store and include this template
  20. # $IGNORE is not defined
  21. ignore:
  22. stage: test
  23. only:
  24. variables:
  25. - $IGNORE
  26. script:
  27. - ''