Skip to content

Commit

Permalink
add retry count
Browse files Browse the repository at this point in the history
  • Loading branch information
peixuanzuo committed Oct 19, 2022
1 parent 63a7863 commit fd08d3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ jobs:
--target_dir training_e2e_test_data \
--archive_sha256_digest B01C169B6550D1A0A6F1B4E2F34AE2A8714B52DBB70AC04DA85D371F691BDFF9
condition: and(succeededOrFailed(), eq(variables.onnxruntimeBuildSucceeded, 'true')) # ensure all tests are run when the build successed
retryCountOnTaskFailure: 2
displayName: 'Download onnxruntime_training_data.zip data'

- task: CmdLine@2
Expand Down

0 comments on commit fd08d3a

Please sign in to comment.