Skip to content

Commit 33e7c7f

Browse files
authored
Enable Android CI build stages to run in parallel. (microsoft#21314)
Enable Android CI build stages to run in parallel to possibly reduce total build time.
1 parent 41ea47b commit 33e7c7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ stages:
4949
# Separate stage for building CPU vs NNAPI as we only want CodeQL to run on one of them so we don't get duplicate
5050
# issues for code that is built in both. We pick NNAPI as that includes the NNAPI EP code.
5151
- stage: BUILD_CPU_STAGE
52+
dependsOn: []
5253
variables:
5354
Codeql.Enabled: false
5455
jobs:
@@ -130,6 +131,7 @@ stages:
130131
- template: templates/clean-agent-build-directory-step.yml
131132

132133
- stage: BUILD_NNAPI_STAGE
134+
dependsOn: []
133135
variables:
134136
Codeql.ProjectConfigPath: .github/workflows
135137
Codeql.Enabled: true

0 commit comments

Comments
 (0)