2021-09-10 09:48:31 +00:00
|
|
|
rspec:postgresql:1:
|
2020-05-06 09:32:26 +00:00
|
|
|
stage: test
|
2021-09-10 09:48:31 +00:00
|
|
|
variables:
|
|
|
|
RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_1_OF_4
|
2020-05-06 09:32:26 +00:00
|
|
|
extends:
|
2021-07-02 11:46:37 +00:00
|
|
|
- .services_postgresql_redis_memcached
|
2020-09-16 12:43:04 +00:00
|
|
|
- .template_rspec
|
|
|
|
|
2021-09-10 09:48:31 +00:00
|
|
|
rspec:postgresql:2:
|
2020-09-16 12:43:04 +00:00
|
|
|
stage: test
|
2021-09-10 09:48:31 +00:00
|
|
|
variables:
|
|
|
|
RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_2_OF_4
|
2020-09-16 12:43:04 +00:00
|
|
|
extends:
|
2021-07-02 11:46:37 +00:00
|
|
|
- .services_postgresql_redis_memcached
|
2021-09-10 09:48:31 +00:00
|
|
|
- .template_rspec
|
|
|
|
|
|
|
|
rspec:postgresql:3:
|
|
|
|
stage: test
|
|
|
|
variables:
|
|
|
|
RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_3_OF_4
|
|
|
|
extends:
|
|
|
|
- .services_postgresql_redis_memcached
|
|
|
|
- .template_rspec
|
|
|
|
|
|
|
|
rspec:postgresql:4:
|
|
|
|
stage: test
|
|
|
|
variables:
|
|
|
|
RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_4_OF_4
|
|
|
|
extends:
|
|
|
|
- .services_postgresql_redis_memcached
|
|
|
|
- .template_rspec
|