Skip to content

Commit

Permalink
tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-…
Browse files Browse the repository at this point in the history
…pipeline.yml
  • Loading branch information
jchen351 committed Jul 27, 2024
1 parent 355a67f commit bd36e06
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ stages:

- stage: BUILD_AND_TEST_NNAPI_EP
dependsOn: []
# condition: notIn(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
condition: not(always())
condition: notIn(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
variables:
Codeql.ProjectConfigPath: .github/workflows
Codeql.Enabled: true
Expand Down Expand Up @@ -180,14 +179,14 @@ stages:
# because coverage report is hard to support in cross machines.
displayName: NNAPI MAIN BUILD&TEST
dependsOn: []
# condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
condition: always()
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
jobs:
- job: NNAPI_EP_MASTER
pool: onnxruntime-Ubuntu2204-AMD-CPU
timeoutInMinutes: 180
workspace:
clean: all
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
steps:
- task: UsePythonVersion@0
displayName: Use Python $(pythonVersion)
Expand Down

0 comments on commit bd36e06

Please sign in to comment.