Skip to content

Commit

Permalink
Update for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Apr 1, 2024
1 parent d0b5c9d commit 2344bc4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
trigger:
branches:
include:
- '*'
- '*'
pr:
branches:
include:
- '*'
- '*'

jobs:

Expand Down Expand Up @@ -898,30 +898,6 @@ jobs:
continueOnError: true
displayName: test-jspecify.sh

- job: cfinference_jdk8
dependsOn:
- junit_tests_jdk11
- nonjunit_tests_jdk11
# - misc_jdk11
- typecheck_jdk11
- cfinference_jdk11
pool:
vmImage: 'ubuntu-latest'
container: xingweitian/ubuntu-for-cfi-jdk8:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./checker/bin-devel/test-cf-inference.sh
displayName: test-cf-inference.sh
- job: cfinference_jdk11
pool:
vmImage: 'ubuntu-latest'
container: xingweitian/ubuntu-for-cfi-jdk11:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./checker/bin-devel/test-cf-inference.sh
displayName: test-cf-inference.sh

## The downstream jobs are not currently needed because test-downstream.sh is empty.
# - job: downstream_jdk8
Expand Down Expand Up @@ -982,4 +958,28 @@ jobs:
# - checkout: self
# fetchDepth: 25
# - bash: ./checker/bin-devel/test-downstream.sh
# displayName: test-downstream.sh
# displayName: test-downstream.sh

- job: cfinference_jdk8
dependsOn:
- junit_jdk11
- nonjunit_jdk11
- typecheck_jdk11
- cfinference_jdk11
pool:
vmImage: 'ubuntu-latest'
container: xingweitian/ubuntu-for-cfi-jdk8:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./checker/bin-devel/test-cf-inference.sh
displayName: test-cf-inference.sh
- job: cfinference_jdk11
pool:
vmImage: 'ubuntu-latest'
container: xingweitian/ubuntu-for-cfi-jdk11:latest
steps:
- checkout: self
fetchDepth: 25
- bash: ./checker/bin-devel/test-cf-inference.sh
displayName: test-cf-inference.sh

0 comments on commit 2344bc4

Please sign in to comment.