@@ -79,14 +79,8 @@ groups:
79
79
- name : spring-hateoas
80
80
jobs :
81
81
- Test - JDK 8
82
- - Test - JDK 8 and Spring 5.0 (snapshots)
83
- - Test - JDK 8 and Spring 5.1 (snapshots)
84
82
- Test - JDK 11
85
- - Test - JDK 11 and Spring 5.0 (snapshots)
86
- - Test - JDK 11 and Spring 5.1 (snapshots)
87
83
- Test - JDK 13
88
- - Test - JDK 13 and Spring 5.0 (snapshots)
89
- - Test - JDK 13 and Spring 5.1 (snapshots)
90
84
- Build
91
85
- name : pull-requests
92
86
jobs :
@@ -106,32 +100,6 @@ jobs:
106
100
params : { PROFILE: "non-existent" }
107
101
<< : *slack-failure
108
102
109
- - name : Test - JDK 8 and Spring 5.0 (snapshots)
110
- serial : true
111
- public : true
112
- plan :
113
- - get : spring-hateoas-github
114
- trigger : true
115
- - get : openjdk:8-jdk
116
- trigger : true
117
- - task : test
118
- file : spring-hateoas-github/ci/test.yml
119
- params : { PROFILE: "spring5-next" }
120
- << : *slack-failure
121
-
122
- - name : Test - JDK 8 and Spring 5.1 (snapshots)
123
- serial : true
124
- public : true
125
- plan :
126
- - get : spring-hateoas-github
127
- trigger : true
128
- - get : openjdk:8-jdk
129
- trigger : true
130
- - task : test
131
- file : spring-hateoas-github/ci/test.yml
132
- params : { PROFILE: "spring51-next" }
133
- << : *slack-failure
134
-
135
103
- name : Test - JDK 11
136
104
serial : true
137
105
public : true
@@ -146,34 +114,6 @@ jobs:
146
114
params : { PROFILE: "non-existant" }
147
115
<< : *slack-failure
148
116
149
- - name : Test - JDK 11 and Spring 5.0 (snapshots)
150
- serial : true
151
- public : true
152
- plan :
153
- - get : spring-hateoas-github
154
- trigger : true
155
- - get : openjdk:11-jdk
156
- trigger : true
157
- - task : test
158
- image : openjdk:11-jdk
159
- file : spring-hateoas-github/ci/test.yml
160
- params : { PROFILE: "spring5-next" }
161
- << : *slack-failure
162
-
163
- - name : Test - JDK 11 and Spring 5.1 (snapshots)
164
- serial : true
165
- public : true
166
- plan :
167
- - get : spring-hateoas-github
168
- trigger : true
169
- - get : openjdk:11-jdk
170
- trigger : true
171
- - task : test
172
- image : openjdk:11-jdk
173
- file : spring-hateoas-github/ci/test.yml
174
- params : { PROFILE: "spring51-next" }
175
- << : *slack-failure
176
-
177
117
- name : Test - JDK 13
178
118
serial : true
179
119
public : true
@@ -188,34 +128,6 @@ jobs:
188
128
params : { PROFILE: "non-existant" }
189
129
<< : *slack-failure
190
130
191
- - name : Test - JDK 13 and Spring 5.0 (snapshots)
192
- serial : true
193
- public : true
194
- plan :
195
- - get : spring-hateoas-github
196
- trigger : true
197
- - get : openjdk:13-jdk
198
- trigger : true
199
- - task : test
200
- image : openjdk:13-jdk
201
- file : spring-hateoas-github/ci/test.yml
202
- params : { PROFILE: "spring5-next" }
203
- << : *slack-failure
204
-
205
- - name : Test - JDK 13 and Spring 5.1 (snapshots)
206
- serial : true
207
- public : true
208
- plan :
209
- - get : spring-hateoas-github
210
- trigger : true
211
- - get : openjdk:13-jdk
212
- trigger : true
213
- - task : test
214
- image : openjdk:13-jdk
215
- file : spring-hateoas-github/ci/test.yml
216
- params : { PROFILE: "spring51-next" }
217
- << : *slack-failure
218
-
219
131
- name : Build
220
132
serial : true
221
133
public : true
@@ -224,14 +136,8 @@ jobs:
224
136
trigger : true
225
137
passed : [
226
138
Test - JDK 8,
227
- Test - JDK 8 and Spring 5.0 (snapshots),
228
- Test - JDK 8 and Spring 5.1 (snapshots),
229
139
Test - JDK 11,
230
- Test - JDK 11 and Spring 5.0 (snapshots),
231
- Test - JDK 11 and Spring 5.1 (snapshots),
232
- Test - JDK 13,
233
- Test - JDK 13 and Spring 5.0 (snapshots),
234
- Test - JDK 13 and Spring 5.1 (snapshots)
140
+ Test - JDK 13
235
141
]
236
142
- put : spring-hateoas-status
237
143
params :
@@ -299,36 +205,14 @@ jobs:
299
205
- task : test (JDK 8)
300
206
file : spring-hateoas-github/ci/test.yml
301
207
params : { PROFILE: "non-existent" }
302
- - task : test (JDK 8 and Spring 5.0 snapshots)
303
- file : spring-hateoas-github/ci/test.yml
304
- params : { PROFILE: "spring5-next" }
305
- - task : test (JDK 8 and Spring 5.1 snapshots)
306
- file : spring-hateoas-github/ci/test.yml
307
- params : { PROFILE: "spring51-next" }
308
208
- task : test (JDK 11)
309
209
image : openjdk:11-jdk
310
210
file : spring-hateoas-github/ci/test.yml
311
211
params : { PROFILE: "non-existent" }
312
- - task : test (JDK 11 and Spring 5.0 snapshots)
313
- image : openjdk:11-jdk
314
- file : spring-hateoas-github/ci/test.yml
315
- params : { PROFILE: "spring5-next" }
316
- - task : test (JDK 11 and Spring 5.1 snapshots)
317
- image : openjdk:11-jdk
318
- file : spring-hateoas-github/ci/test.yml
319
- params : { PROFILE: "spring51-next" }
320
212
- task : test (JDK 13)
321
213
image : openjdk:13-jdk
322
214
file : spring-hateoas-github/ci/test.yml
323
215
params : { PROFILE: "non-existent" }
324
- - task : test (JDK 13 and Spring 5.0 snapshots)
325
- image : openjdk:13-jdk
326
- file : spring-hateoas-github/ci/test.yml
327
- params : { PROFILE: "spring5-next" }
328
- - task : test (JDK 13 and Spring 5.1 snapshots)
329
- image : openjdk:13-jdk
330
- file : spring-hateoas-github/ci/test.yml
331
- params : { PROFILE: "spring51-next" }
332
216
on_failure :
333
217
aggregate :
334
218
- put : spring-hateoas-pull-requests
0 commit comments