Skip to content
Snippets Groups Projects
Commit 86f36c32 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add channels to runner

parent ffc84978
No related branches found
No related tags found
2 merge requests!68Master merge,!46Xx 4478/templatize
......@@ -46,7 +46,7 @@ stages:
- benchmark
installbinaries:
stage: installbinaries
stage: installbinariessmokeinfra
image: $DOCKER_IMAGE
tags:
- gpu
......@@ -100,6 +100,37 @@ basice2e:
- basice2e/
- bin/
channels:
stage: tests
tags:
# - gpu
image: $DOCKER_IMAGE
script:
- mkdir -p ~/.elixxir
- echo $PWD
- cd channels # modify
- rm -fr results
- rm -fr results-cpu
- rm -fr results-gpu
# - ls -lha
# - ./run.sh
# - mv results results-cpu
# - sleep 60
- mkdir -p /opt/xxnetwork/lib
- cp ../bin/libpowmosm75.so /opt/xxnetwork/lib/
- cp ../bin/libpow.fatbin /opt/xxnetwork/lib/
- sed -i 's/bin\/server/bin\/server-cuda/g' network.sh
- sed -i 's/useGPU\:\ false/useGPU\:\ true/g' server-[12345].yaml
- NSYSENABLED=TRUE ./run.sh
- mv results results-gpu
- cd ..
artifacts:
when: always
expire_in: '1 day'
paths:
- channels/ # modify
- bin/
basice2e_protonet:
stage: tests
image: $DOCKER_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment