Skip to content

Commit f638f4a

Browse files
author
Artem Ryabov
committed
Mellanox Open MPI CI: optimized git checkout step to reduce CI duration
Signed-off-by: Artem Ryabov <[email protected]>
1 parent 9cfdc38 commit f638f4a

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)