1
1

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)
This commit is contained in:
Howard Pritchard 2020-03-06 08:38:54 -07:00 committed by GitHub
commit e00fc61dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,11 @@ jobs:
inputs:
sourceFolder: $(Pipeline.Workspace)
contents: |
**/*
**/jenkins_scripts
- checkout: self
submodules: true
path: ompi
clean: true
- bash: |
set -eE
[ "$(debug)" = "true" ] && set -x