Skip to content

Test mount - not for review #3

Test mount - not for review

Test mount - not for review #3

Workflow file for this run

name: Quick test
on:
push:
branches: [ test-mount ]
workflow_dispatch:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
do-the-job:
name: quick test
runs-on:
group: gcp-ct5lp-hightpu-8t
container:
image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:r2.4.0_3.10_tpuvm
options: --shm-size "16gb" --ipc host --privileged ${{ vars.V5_LITEPOD_8_ENV}} -v /mnt/hf_cache:/root/cache/
steps:
- name: Build and test optimum tpu
run: |
date >> /root/cache/last_run.txt
echo ""
echo ""
cat /root/cache/last_run.txt