Skip to content

Commit 3bf1ba5

Browse files
authored
Merge pull request #7456 from artemry-mlnx/artemry-mlnx/reduce_mellanox_ci_time
Mellanox Open MPI CI: optimized git checkout step to reduce CI duration
2 parents 4fb7e01 + f638f4a commit 3bf1ba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/mellanox/azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
inputs:
3232
sourceFolder: $(Pipeline.Workspace)
3333
contents: |
34-
**/*
34+
**/jenkins_scripts
3535
- checkout: self
3636
submodules: true
3737
path: ompi
38+
clean: true
3839
- bash: |
3940
set -eE
4041
[ "$(debug)" = "true" ] && set -x

0 commit comments

Comments
 (0)