forked from spring-attic/github-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsc-pipelines.yml
29 lines (27 loc) · 840 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
# 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
- name: github-rabbitmq
type: broker
broker: p-rabbitmq
plan: standard
- name: github-eureka
type: app
coordinates: com.example.eureka:github-eureka:0.0.1.M1
pathToManifest: sc-pipelines/manifest-eureka.yml
stage:
services:
# Prepared for PCF DEV
- name: github-rabbitmq
type: broker
broker: p-rabbitmq
plan: standard
- name: github-eureka
type: app
coordinates: com.example.eureka:github-eureka:0.0.1.M1
pathToManifest: sc-pipelines/manifest-eureka.yml