forked from shippableSamples/samplePipelinesTest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shippable.resources.yml
43 lines (36 loc) · 1.02 KB
/
shippable.resources.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
43
resources:
# resources for the dv demo pipelines from CI thru TEST environment
#######1: Create DV pipeline
# Docker Image for VISUALIZER
- name: dv-img
type: image
integration: dh-manishas
pointer:
sourceName: "shippableSamples/samplepipelinesdemo"
isPull: false
#make sure this seed version exists in your registry account
seed:
versionName: master.1
# Docker Image Options for VISUALIZER
- name: dv-img-opts
type: dockerOptions
version:
memory: 128
cpuShares: 256
portMappings:
- 80:80
publishAllPorts : true
# env vars for VISUALIZER
# - name: dv-params
# type: params
# version:
# params:
# MONGO_API_URL: "https://api.mlab.com/api/1/databases/box-pipev2/collections/boxes?apiKey=QRsFUOV7XbNdHfTnJ7KU9bgQdnun-m_I"
# add TEST env - AWS cluster
- name: env-test-ecs
type: cluster
integration: demo-manishas-ecs
pointer:
sourceName : "demo-shippable-ecs-test"
region: "us-east-1"
#######1: EOF Create DV pipeline