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 a90a1b6 commit fbbfec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ci-remote-exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xe

if [[ $# -lt 1 ]]; then
echo "Error: ci-remote-exec.sh must be called with 1(REMOTE_EXEC) or more than 1 args (REMOTE_EXEC, ARGS1 ARGS2 etc)"
echo "Error:$0 must be called with 1(REMOTE_EXEC) or more than 1 args (REMOTE_EXEC, ARGS1 ARGS2 etc)"
exit 1
fi

Expand Down
3 changes: 2 additions & 1 deletion tests/remote-exec-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ source ${SCRIPT_DIR}/.local.sh
# Sync the project folder to the remote
${SCRIPT_DIR}/push.sh

# SHIVA
# We trigger the installation of prerequisites on the remote instance
remote SKIP_PREREQUISITES="${SKIP_PREREQUISITES}" ./tests/scripts/prerequisites.sh
# remote SKIP_PREREQUISITES="${SKIP_PREREQUISITES}" ./tests/scripts/prerequisites.sh

# We trigger the specified script on the remote instance.
# on target $0: cd ${PROJECT} && PROJECT=${PROJECT_DIR}
Expand Down

0 comments on commit fbbfec6

Please sign in to comment.