Skip to content

Commit

Permalink
1. Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 10, 2024
1 parent d8efed9 commit a90a1b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 7 additions & 7 deletions tests/remote-exec-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ remote SKIP_PREREQUISITES="${SKIP_PREREQUISITES}" ./tests/scripts/prerequisites.
# $1 script to be executed
# $2 script arguments
echo "SHIVA"
echo "Script name: $0"
i=0
for arg in "$@"; do
echo "KUMAR =$i $arg"
i=$((i + 1))
done
echo "SHIVA"
echo "Script name: $0"
i=0
for arg in "$@"; do
echo "KUMAR =$i $arg"
i=$((i + 1))
done
echo "SHIVA"


remote \
Expand Down
4 changes: 0 additions & 4 deletions tests/scripts/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source ${SCRIPT_DIR}/.definitions.sh
source ${SCRIPT_DIR}/.local.sh

for arg in "$@"; do
echo "SHIVA ****** $arg"
done

# keep alive 60sec and timeout after 30 tries
ssh -o ServerAliveInterval=60 -o ServerAliveCountMax=30 -i ${private_key} ${instance_hostname} "${@}"

0 comments on commit a90a1b6

Please sign in to comment.