Skip to content

Commit

Permalink
CI: fix issue with remote gpu testing
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Eiling <[email protected]>
  • Loading branch information
n-eiling committed Dec 30, 2023
1 parent ef36537 commit 4e2adce
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ prepare:centos8:cuda11:
tags:
- docker

# check if styleguide is fulfilled
#style_check:
# stage: build
# image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
# allow_failure: true
# tags:
# - docker
# script:
# - ls
# - utils/test_style.sh

# Stage: build
##############################################################################

build:
stage: build
needs: ["prepare:rocky9:docker-dev"]
Expand Down Expand Up @@ -179,6 +165,11 @@ build:debug:
echo "-----END OPENSSH PRIVATE KEY-----" >> ~/.ssh/id_rsa &&
echo $SSH_PUBLIC > ~/.ssh/id_rsa.pub &&
echo $KNOWN_HOSTS > ~/.ssh/known_hosts && chmod 600 ~/.ssh/id_rsa
- chmod 600 ~/.ssh/known_hosts
- chmod 600 ~/.ssh/id_rsa.pub
- ls -la ~/.ssh/
- cat ~/.ssh/id_rsa.pub
- cat ~/.ssh/known_hosts
- ssh $GPU_TARGET mkdir -p $RDIR
- scp -r $LDIR/* $GPU_TARGET:$RDIR/
- ssh $GPU_TARGET "LD_PRELOAD=$RDIR/libtirpc.so.3 $RDIR/cricket-rpc-server 255" &
Expand Down

0 comments on commit 4e2adce

Please sign in to comment.