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
Этот коммит содержится в:
Коммит
3bf1ba527c
@ -31,10 +31,11 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
sourceFolder: $(Pipeline.Workspace)
|
sourceFolder: $(Pipeline.Workspace)
|
||||||
contents: |
|
contents: |
|
||||||
**/*
|
**/jenkins_scripts
|
||||||
- checkout: self
|
- checkout: self
|
||||||
submodules: true
|
submodules: true
|
||||||
path: ompi
|
path: ompi
|
||||||
|
clean: true
|
||||||
- bash: |
|
- bash: |
|
||||||
set -eE
|
set -eE
|
||||||
[ "$(debug)" = "true" ] && set -x
|
[ "$(debug)" = "true" ] && set -x
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user