Skip to content

Commit d0fe98d

Browse files
authored
Unlimited fetch depth for misc jobs (as claimed by documentation) (#6734)
1 parent f94817b commit d0fe98d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
## TODO: The jdk20 jobs are a bit gratuitous. They are placeholders for jdk22 when it is released.
2020
## Leaving those placeholders will ease the jdk22 edits to this file.
2121

22-
# misc_jdk20 because JDK 20 adds more strict checking (e.g., Javadoc)
2322
- job: canary_jobs
2423
dependsOn:
2524
- junit_jdk21
@@ -29,7 +28,6 @@ jobs:
2928
- typecheck_part1_jdk21
3029
- typecheck_part2_jdk21
3130
- misc_jdk21
32-
# - misc_jdk20
3331
pool:
3432
vmImage: 'ubuntu-latest'
3533
steps:
@@ -205,7 +203,6 @@ jobs:
205203
container: mdernst/cf-ubuntu-jdk11-plus:latest
206204
steps:
207205
- checkout: self
208-
fetchDepth: 25
209206
- bash: ./checker/bin-devel/test-misc.sh
210207
displayName: test-misc.sh
211208
- job: misc_jdk17
@@ -217,7 +214,6 @@ jobs:
217214
container: mdernst/cf-ubuntu-jdk17-plus:latest
218215
steps:
219216
- checkout: self
220-
fetchDepth: 25
221217
- bash: ./checker/bin-devel/test-misc.sh
222218
displayName: test-misc.sh
223219
- job: misc_jdk21
@@ -226,7 +222,6 @@ jobs:
226222
container: mdernst/cf-ubuntu-jdk21-plus:latest
227223
steps:
228224
- checkout: self
229-
fetchDepth: 25
230225
- bash: ./checker/bin-devel/test-misc.sh
231226
displayName: test-misc.sh
232227
# - job: misc_jdk20

0 commit comments

Comments
 (0)