-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsc-pipelines.yml
30 lines (29 loc) · 940 Bytes
/
sc-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file describes which services are required by this application
# in order for the smoke tests on the TEST environment and end to end tests
# on the STAGE environment to pass
# lowercase name of the environment
test:
# # list of required services
# services:
# - type: rabbitmq
# name: rabbitmq-github-webhook
# - type: mysql
# name: mysql-github-webhook
# database: example
# - type: eureka
# name: eureka-github-webhook
# coordinates: scpipelines/github-eureka:latest
# - type: stubrunner
# name: stubrunner-github-webhook
# coordinates: scpipelines/github-analytics-stub-runner-boot-classpath-stubs:latest
# useClasspath: true
#stage:
# services:
# - type: rabbitmq
# name: github-rabbitmq
# - type: mysql
# name: mysql-github-webhook
# database: example
# - type: eureka
# name: github-eureka
# coordinates: scpipelines/github-eureka:latest