forked from sample-organisation/rc-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shippable.resources.yml
239 lines (194 loc) · 4.77 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
resources:
- name: master-cluster
type: cluster
integration: checking-aws
pointer:
region: us-west-2
sourceName: test-cluster
- name: master-dockerOptions
type: dockerOptions
version:
memory: 50m
- name: master-file
type: file
pointer:
versionName: "quotes.1"
sourceName: "https://scriptnull.github.io/data/quotes.md"
- name: master-gitRepo
type: gitRepo
integration: github-test
pointer:
sourceName: sample-organisation/gitRepo
branch: master
buildOnPullRequest: true
- name: master-private-gitRepo
type: gitRepo
integration: github-test
pointer:
sourceName: vishnu-shippable/private
branch: master
buildOnPullRequest: true
- name: gitlab-private-gitRepo
type: gitRepo
integration: gitlab-scriptnull
pointer:
sourceName: scriptnull/private
branch: master
buildOnPullRequest: true
- name: gitlab-public-gitRepo
type: gitRepo
integration: gitlab-scriptnull
pointer:
sourceName: scriptnull/public
branch: master
buildOnPullRequest: true
- name: bitbucket-public-gitRepo-3
type: gitRepo
integration: test-bitbucket
pointer:
sourceName: scriptnull/public
branch: master
buildOnPullRequest: true
- name: bitbucket-private-gitRepo
type: gitRepo
integration: test-bitbucket
pointer:
sourceName: scriptnull/private
branch: master
buildOnPullRequest: true
- name: github-private-gitRepo
type: gitRepo
integration: github-test
pointer:
sourceName: sample-organisation/org_private
branch: master
buildOnPullRequest: true
- name: master-image-1
type: image
pointer:
sourceName: scriptnull/sample_node
seed:
versionName: "myapp3"
# use checking-*-integration instead of one master-integration
- name: master-params
type: params
version:
params:
KEY1: "value1"
KEY2: "value2"
- name: master-replicas
type: replicas
version:
count: 1
- name: master-state
type: state
# TODO: add master-time
- name: master-trigger
type: trigger
version:
counter: 1
- name: master-version
type: version
seed:
versionName: "0.0.1"
- name: x86-64-macos-image
type: image
pointer:
sourceName: scriptnull/sample_node
seed:
versionName: "myapp3"
- name: aarch-gitRepo
type: gitRepo
integration: github-test
pointer:
sourceName: sample-organisation/gitRepo
branch: aarch
- name: x86-64-macos-gitRepo
type: gitRepo
integration: github-test
pointer:
sourceName: sample-organisation/gitRepo
branch: x86-64-macos
- name: cent-os-7-old-yml-gitRepo
type: gitRepo
integration: github-test
pointer:
sourceName: sample-organisation/gitRepo
branch: aarch-old-yml
- name: cent-os-7-old-yml-image
type: image
pointer:
sourceName: scriptnull/sample_node
seed:
versionName: "myapp3"
- name: heap-1635-trigger
type: trigger
version:
counter: 1
#### Operating System Triggers ####
- name: ubuntu-16-04-trigger
type: trigger
version:
counter: 1
- name: ubuntu-14-04-trigger
type: trigger
version:
counter: 1
- name: cent-os-7-trigger
type: trigger
version:
counter: 1
- name: macos-10-12-trigger
type: trigger
version:
counter: 3
- name: windows-server-2016-trigger
type: trigger
version:
counter: 6
#### Architecture Triggers ####
- name: x86-64-trigger
type: trigger
version:
counter: 1
- name: aarch64-trigger
type: trigger
version:
counter: 1
#### CliConfigs ####
- name: test-aws-cli
type: cliConfig
integration: test-aws
pointer:
region: us-west-2
- name: test-docker-cli
type: cliConfig
integration: test-docker-hub
- name: test-quay-cli
type: cliConfig
integration: test-quay
- name: test-gcloud-cli
type: cliConfig
integration: test-gcloud
- name: test-azure-cli
type: cliConfig
integration: test-azure
- name: test-kubernetes-cli
type: cliConfig
integration: test-kubernetes
- name: test-artifactory-cli
type: cliConfig
integration: test-artifactory
# checking-* resources contain dummy data and should be used for verifying decryption of creds in the YML script
- name: checking-do-integration
type: integration
integration: checking-digital-ocean
- name: checking-ssh-integration
type: integration
integration: checking-ssh-key
- name: checking-key-value-pair
type: integration
integration: checking-key-value-pair
- name: checking-gcl-integration
type: integration
integration: checking-google-cloud