Skip to content

Commit

Permalink
fix missing spaces: only the one in _test_slurm_pyxis.yaml is critica…
Browse files Browse the repository at this point in the history
…l; others are cosmetic
  • Loading branch information
yhtang committed Oct 22, 2024
1 parent 56f9b80 commit db8c0e0
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_test_maxtext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
shell: bash -x -e {0}
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -309,10 +309,10 @@ jobs:
shell: bash -x -e {0}
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/_test_pax_rosetta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -378,10 +378,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -573,10 +573,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -768,10 +768,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -958,10 +958,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_slurm_pyxis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
shell: bash -x -e {0}
run: |
function rsync-down() {
rsync -rtz --progress${{ secrets.SLURM_LOGIN_USER }}@${{ inputs.SLURM_LOGIN_HOSTNAME }}:$1 $2
rsync -rtz --progress ${{ secrets.SLURM_LOGIN_USER }}@${{ inputs.SLURM_LOGIN_HOSTNAME }}:$1 $2
}
mkdir -p artifacts/
rsync-down ${{ steps.meta.outputs.LOG_FILE }} artifacts/
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/_test_t5x_rosetta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -355,10 +355,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -524,10 +524,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -697,10 +697,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/_test_upstream_pax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ jobs:
shell: bash -x -e {0}
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -325,10 +325,10 @@ jobs:
shell: bash -x -e {0}
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -472,10 +472,10 @@ jobs:
shell: bash -x -e {0}
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_test_upstream_t5x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ jobs:
shell: bash -x -e {0}
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down Expand Up @@ -298,10 +298,10 @@ jobs:
run: |
mkdir output/
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.LOG_FILE }} \
output/${{ steps.meta.outputs.TEST_CASE_NAME }}.log || true
rsync -rtz --progress\
rsync -rtz --progress \
${{ secrets.CLUSTER_LOGIN_USER }}@${{ vars.HOSTNAME_SLURM_LOGIN }}:${{ steps.meta.outputs.MODEL_PATH }}/* \
output/ || true
rsync -rtz --progress \
Expand Down

0 comments on commit db8c0e0

Please sign in to comment.