mysql.yml 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .template_rspec_mysql:
  2. extends:
  3. - .template_rspec
  4. services:
  5. - !reference [.services, mysql]
  6. - !reference [.services, redis]
  7. - !reference [.services, memcached]
  8. - !reference [.services, proxy]
  9. rspec:mysql:1:
  10. variables:
  11. RSPEC_SLICES: 6
  12. RSPEC_CURRENT_SLICE: 1
  13. extends:
  14. - .template_rspec_mysql
  15. rspec:mysql:2:
  16. variables:
  17. RSPEC_SLICES: 6
  18. RSPEC_CURRENT_SLICE: 2
  19. extends:
  20. - .template_rspec_mysql
  21. rspec:mysql:3:
  22. variables:
  23. RSPEC_SLICES: 6
  24. RSPEC_CURRENT_SLICE: 3
  25. extends:
  26. - .template_rspec_mysql
  27. rspec:mysql:4:
  28. variables:
  29. RSPEC_SLICES: 6
  30. RSPEC_CURRENT_SLICE: 4
  31. extends:
  32. - .template_rspec_mysql
  33. rspec:mysql:5:
  34. variables:
  35. RSPEC_SLICES: 6
  36. RSPEC_CURRENT_SLICE: 5
  37. extends:
  38. - .template_rspec_mysql
  39. rspec:mysql:6:
  40. variables:
  41. RSPEC_SLICES: 6
  42. RSPEC_CURRENT_SLICE: 6
  43. extends:
  44. - .template_rspec_mysql