File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 19
19
# # TODO: The jdk20 jobs are a bit gratuitous. They are placeholders for jdk22 when it is released.
20
20
# # Leaving those placeholders will ease the jdk22 edits to this file.
21
21
22
- # misc_jdk20 because JDK 20 adds more strict checking (e.g., Javadoc)
23
22
- job : canary_jobs
24
23
dependsOn :
25
24
- junit_jdk21
29
28
- typecheck_part1_jdk21
30
29
- typecheck_part2_jdk21
31
30
- misc_jdk21
32
- # - misc_jdk20
33
31
pool :
34
32
vmImage : ' ubuntu-latest'
35
33
steps :
@@ -205,7 +203,6 @@ jobs:
205
203
container : mdernst/cf-ubuntu-jdk11-plus:latest
206
204
steps :
207
205
- checkout : self
208
- fetchDepth : 25
209
206
- bash : ./checker/bin-devel/test-misc.sh
210
207
displayName : test-misc.sh
211
208
- job : misc_jdk17
@@ -217,7 +214,6 @@ jobs:
217
214
container : mdernst/cf-ubuntu-jdk17-plus:latest
218
215
steps :
219
216
- checkout : self
220
- fetchDepth : 25
221
217
- bash : ./checker/bin-devel/test-misc.sh
222
218
displayName : test-misc.sh
223
219
- job : misc_jdk21
@@ -226,7 +222,6 @@ jobs:
226
222
container : mdernst/cf-ubuntu-jdk21-plus:latest
227
223
steps :
228
224
- checkout : self
229
- fetchDepth : 25
230
225
- bash : ./checker/bin-devel/test-misc.sh
231
226
displayName : test-misc.sh
232
227
# - job: misc_jdk20
You can’t perform that action at this time.
0 commit comments