Skip to content

Commit

Permalink
move the A100 stage to main build (#21722)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
We couldn't get enough A100 agent time to finish the jobs since today.
The PR makes the A100 job only runs in main branch to unblock other PRs
if it's not recovered in a short time.
  • Loading branch information
mszhanyi authored and prathikr committed Aug 14, 2024
1 parent 384dd7d commit bb85118
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ stages:
- stage: Llama2_7B_ONNX
dependsOn:
- Build_Onnxruntime_Cuda
condition: and (succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/rel-')))
jobs:
- job: Llama2_7B_ONNX
timeoutInMinutes: 120
Expand Down

0 comments on commit bb85118

Please sign in to comment.