Skip to content

Commit

Permalink
Reinstate CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jul 28, 2021
1 parent 05899df commit 28e0ac1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,11 @@ jobs:
- bash: ./checker/bin-devel/test-cftests-inference.sh
displayName: test-cftests-inference.sh
- job: misc_jdk8
## The dependsOn is commented out because misc_jdk8 sometimes fails when misc_jdk11 does not.
# dependsOn:
# - junit_tests_jdk11
# - nonjunit_tests_jdk11
# - misc_jdk11
# - typecheck_jdk11
dependsOn:
- junit_tests_jdk11
- nonjunit_tests_jdk11
- misc_jdk11
- typecheck_jdk11
pool:
vmImage: 'ubuntu-latest'
container: mdernst/cf-ubuntu-jdk8-plus:latest
Expand Down

0 comments on commit 28e0ac1

Please sign in to comment.