forked from spring-attic/github-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsc-pipelines-pws.yml
More file actions
40 lines (39 loc) · 1.21 KB
/
Copy pathsc-pipelines-pws.yml
File metadata and controls
40 lines (39 loc) · 1.21 KB
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
31
32
33
34
35
36
37
38
39
40
# 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 and name of the service
- name: mysql-github-analytics
type: broker
broker: cleardb
plan: spark
- name: github-rabbitmq
type: broker
broker: cloudamqp
plan: lemur
- name: github-eureka
type: app
coordinates: com.example.eureka:github-eureka:0.0.1.M1
pathToManifest: sc-pipelines/manifest-eureka.yml
- name: stubrunner
type: stubrunner
coordinates: com.example.github:github-analytics-stub-runner-boot-classpath-stubs:0.0.1.M1
pathToManifest: sc-pipelines/manifest-stubrunner.yml
stage:
services:
# type and name of the service
- name: mysql-github-analytics
type: broker
broker: cleardb
plan: spark
- name: github-rabbitmq
type: broker
broker: cloudamqp
plan: lemur
- name: github-eureka
type: app
coordinates: com.example.eureka:github-eureka:0.0.1.M1
pathToManifest: sc-pipelines/manifest-eureka.yml