Enable Android CI build stages to run in parallel. (#21314)

Enable Android CI build stages to run in parallel to possibly reduce total build time.
This commit is contained in:
Edward Chen 2024-07-11 10:09:09 -07:00 committed by GitHub
parent 41ea47be1e
commit 33e7c7f6ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
@ -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