Skip to content

Commit

Permalink
Update test_gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Sep 17, 2024
1 parent be02bfa commit 87e727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "About to SSH."
output=$(sshpass -p ${{ secrets.DSMLP_LOGIN_PASSWORD }} ssh [email protected] '/opt/launch-sh/bin/launch.sh -n 22 -i ghcr.io/ucsd-ets/scipy-ml-notebook:${{ github.event.inputs.originalTag }} -P Always -g 1 -c 4 -m 32 -f pytest /opt/workflow_tests')
output=$(sshpass -p ${{ secrets.DSMLP_LOGIN_PASSWORD }} ssh [email protected] '/opt/launch-sh/bin/launch.sh -i ghcr.io/ucsd-ets/scipy-ml-notebook:${{ github.event.inputs.originalTag }} -P Always -g 1 -c 4 -m 32 -f pytest /opt/workflow_tests')
echo "$output"
if [[ "$output" == *"FAILURES"* ]]; then
Expand Down

0 comments on commit 87e727b

Please sign in to comment.