Skip to content

Commit e00fc61

Browse files
authored
Merge pull request #7457 from artemry-mlnx/artemry-mlnx/reduce_mellanox_ci_time_v4
Mellanox Open MPI CI: optimized git checkout step to reduce CI duration (v4.0.x)
2 parents 8b4a8cd + d543454 commit e00fc61

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
@@ -29,10 +29,11 @@ jobs:
2929
inputs:
3030
sourceFolder: $(Pipeline.Workspace)
3131
contents: |
32-
**/*
32+
**/jenkins_scripts
3333
- checkout: self
3434
submodules: true
3535
path: ompi
36+
clean: true
3637
- bash: |
3738
set -eE
3839
[ "$(debug)" = "true" ] && set -x

0 commit comments

Comments
 (0)