Skip to content

Commit

Permalink
Exclude "Linux (OpenJDK 13)" job for now
Browse files Browse the repository at this point in the history
Blocked by gradle/gradle#8681

Issue #1810
  • Loading branch information
sormuras authored and marcphilipp committed Mar 16, 2019
1 parent c211353 commit fcc56d6
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ jobs:
fetchDepth: 1
- template: src/azure/azure-gradle-step.yml

- job: linux_13
displayName: Linux (OpenJDK 13)
pool:
vmImage: 'ubuntu-16.04'
container: openjdk:13
steps:
- checkout: self
fetchDepth: 1
- template: src/azure/azure-gradle-step.yml
parameters:
continueOnError: true
# BLOCKED BY https://github.com/gradle/gradle/issues/8681
#- job: linux_13
# displayName: Linux (OpenJDK 13)
# pool:
# vmImage: 'ubuntu-16.04'
# container: openjdk:13
# steps:
# - checkout: self
# fetchDepth: 1
# - template: src/azure/azure-gradle-step.yml
# parameters:
# continueOnError: true

- job: Mac
pool:
Expand Down

0 comments on commit fcc56d6

Please sign in to comment.