forked from spring-attic/github-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sc-pipelines.yml
42 lines (41 loc) · 1.26 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
# 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:
# Prepared for PCF DEV
# type and name of the service
- name: mysql-github-analytics
type: broker
broker: p-mysql
plan: 512mb
- 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
- type: stubrunner
name: stubrunner
coordinates: com.example.github:github-analytics-stub-runner-boot-classpath-stubs:0.0.1.M1
pathToManifest: sc-pipelines/manifest-stubrunner.yml
stage:
services:
# Prepared for PCF DEV
# type and name of the service
- name: mysql-github-analytics
type: broker
broker: p-mysql
plan: 512mb
- 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