-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-pipelines.tags.yml
210 lines (189 loc) · 6.82 KB
/
azure-pipelines.tags.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
trigger:
tags:
include:
- '*'
pr: none
pool:
vmImage: 'ubuntu-latest'
resources:
repositories:
- repository: api-bundle
type: github
endpoint: keboola
name: keboola/api-bundle
- repository: azure-api-client
type: github
endpoint: keboola
name: keboola/azure-api-client
- repository: configuration-variables-resolver
type: github
endpoint: keboola
name: keboola/configuration-variables-resolver
- repository: doctrine-retry-bundle
type: github
endpoint: keboola
name: keboola/doctrine-retry-bundle
- repository: input-mapping
type: github
endpoint: keboola
name: keboola/input-mapping
- repository: k8s-client
type: github
endpoint: keboola
name: keboola/k8s-client
- repository: logging-bundle
type: github
endpoint: keboola
name: keboola/logging-bundle
- repository: messenger-bundle
type: github
endpoint: keboola
name: keboola/messenger-bundle
- repository: output-mapping
type: github
endpoint: keboola
name: keboola/output-mapping
- repository: permission-checker
type: github
endpoint: keboola
name: keboola/permission-checker
- repository: sandboxes-service-api-php-client
type: github
endpoint: keboola
name: keboola/sandboxes-service-api-php-client
- repository: service-client
type: github
endpoint: keboola
name: keboola/service-client
- repository: settle
type: github
endpoint: keboola
name: keboola/settle
- repository: slicer
type: github
endpoint: keboola
name: keboola/slicer
- repository: staging-provider
type: github
endpoint: keboola
name: keboola/staging-provider
- repository: vault-api-php-client
type: github
endpoint: keboola
name: keboola/vault-api-php-client
variables:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
jobs:
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/api-bundle/')
sourceRepo: platform-libraries
targetRepo: api-bundle
libraryPath: libs/api-bundle
tagPrefix: api-bundle/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/azure-api-client/')
sourceRepo: platform-libraries
targetRepo: azure-api-client
libraryPath: libs/azure-api-client
tagPrefix: azure-api-client/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/configuration-variables-resolver/')
sourceRepo: platform-libraries
targetRepo: configuration-variables-resolver
libraryPath: libs/configuration-variables-resolver
tagPrefix: configuration-variables-resolver/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/doctrine-retry-bundle/')
sourceRepo: platform-libraries
targetRepo: doctrine-retry-bundle
libraryPath: libs/doctrine-retry-bundle
tagPrefix: doctrine-retry-bundle/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/input-mapping/')
sourceRepo: platform-libraries
targetRepo: input-mapping
libraryPath: libs/input-mapping
tagPrefix: input-mapping/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/k8s-client/')
sourceRepo: platform-libraries
targetRepo: k8s-client
libraryPath: libs/k8s-client
tagPrefix: k8s-client/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/logging-bundle/')
sourceRepo: platform-libraries
targetRepo: logging-bundle
libraryPath: libs/logging-bundle
tagPrefix: logging-bundle/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/messenger-bundle/')
sourceRepo: platform-libraries
targetRepo: messenger-bundle
libraryPath: libs/messenger-bundle
tagPrefix: messenger-bundle/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/output-mapping/')
sourceRepo: platform-libraries
targetRepo: output-mapping
libraryPath: libs/output-mapping
tagPrefix: output-mapping/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/permission-checker/')
sourceRepo: platform-libraries
targetRepo: permission-checker
libraryPath: libs/permission-checker
tagPrefix: permission-checker/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/sandboxes-service-api-client/')
sourceRepo: platform-libraries
targetRepo: sandboxes-service-api-php-client
libraryPath: libs/sandboxes-service-api-client
tagPrefix: sandboxes-service-api-client/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/service-client/')
sourceRepo: platform-libraries
targetRepo: service-client
libraryPath: libs/service-client
tagPrefix: service-client/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/settle/')
sourceRepo: platform-libraries
targetRepo: settle
libraryPath: libs/settle
tagPrefix: settle/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/slicer/')
sourceRepo: platform-libraries
targetRepo: slicer
libraryPath: libs/slicer
tagPrefix: slicer/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/staging-provider/')
sourceRepo: platform-libraries
targetRepo: staging-provider
libraryPath: libs/staging-provider
tagPrefix: staging-provider/
- template: azure-pipelines/jobs/split-library.yml
parameters:
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/vault-api-client/')
sourceRepo: platform-libraries
targetRepo: vault-api-php-client
libraryPath: libs/vault-api-client
tagPrefix: vault-api-client/