From f306065f5c4d6572bc83a9ce0705ac0b7205c3ae Mon Sep 17 00:00:00 2001 From: Vladislav Kozlov Date: Tue, 1 Oct 2024 22:15:58 -0700 Subject: [PATCH] Missing port for ssh connection for T5x upstream test --- .github/workflows/_test_upstream_t5x.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test_upstream_t5x.yaml b/.github/workflows/_test_upstream_t5x.yaml index 2b4e1cb59..721a4f338 100644 --- a/.github/workflows/_test_upstream_t5x.yaml +++ b/.github/workflows/_test_upstream_t5x.yaml @@ -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