File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ompi_NVIDIA CI
2+ on : [pull_request, push]
3+
4+ jobs :
5+ deployment :
6+ runs-on : [self-hosted, linux, x64, nvidia]
7+ steps :
8+ - name : Checkout
9+ uses : actions/checkout@v3
10+ with :
11+ submodules : recursive
12+ - name : Checkout CI scripts
13+ uses : actions/checkout@v3
14+ with :
15+ repository : Mellanox/jenkins_scripts
16+ path : ompi_ci
17+ - name : Deployment infrastructure
18+ run : /start deploy
19+ build :
20+ needs : [deployment]
21+ runs-on : [self-hosted, linux, x64, nvidia]
22+ steps :
23+ - name : Building OMPI,UCX and tests
24+ run : /start build
25+ test :
26+ needs : [deployment, build]
27+ runs-on : [self-hosted, linux, x64, nvidia]
28+ steps :
29+ - name : Running tests
30+ run : /start test
31+ clean :
32+ if : ${{ always() }}
33+ needs : [deployment, build, test]
34+ runs-on : [self-hosted, linux, x64, nvidia]
35+ steps :
36+ - name : Cleaning
37+ run : /start clean
Original file line number Diff line number Diff line change @@ -134,3 +134,5 @@ William P. LePera <lepera@us.ibm.com>
134134George Katevenis <gkatev@ics.forth.gr>
135135
136136Brian Barrett <brian@bbarrett.org>
137+
138+ Andrii Bilokur <abilokur@nvidia.com> B-a-S <abilokur@nvidia.com>
You can’t perform that action at this time.
0 commit comments