Skip to content

Commit

Permalink
Missing port for ssh connection for T5x upstream test
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Oct 2, 2024
1 parent ef3fd66 commit f306065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test_upstream_t5x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
if: cancelled()
shell: bash -x -e {0}
run: |
ssh ${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }} \
ssh -p 3000 ${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }} \
scancel ${{ steps.submit.outputs.SLURM_JOB_ID }}
- name: Retrieve training logs and upload to TensorBoard server
Expand Down

0 comments on commit f306065

Please sign in to comment.