Skip to content

Commit

Permalink
Enable Android CI build stages to run in parallel. (#21314)
Browse files Browse the repository at this point in the history
Enable Android CI build stages to run in parallel to possibly reduce total build time.
  • Loading branch information
edgchen1 authored Jul 11, 2024
1 parent 41ea47b commit 33e7c7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ stages:
# Separate stage for building CPU vs NNAPI as we only want CodeQL to run on one of them so we don't get duplicate
# issues for code that is built in both. We pick NNAPI as that includes the NNAPI EP code.
- stage: BUILD_CPU_STAGE
dependsOn: []
variables:
Codeql.Enabled: false
jobs:
Expand Down Expand Up @@ -130,6 +131,7 @@ stages:
- template: templates/clean-agent-build-directory-step.yml

- stage: BUILD_NNAPI_STAGE
dependsOn: []
variables:
Codeql.ProjectConfigPath: .github/workflows
Codeql.Enabled: true
Expand Down

0 comments on commit 33e7c7f

Please sign in to comment.