Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
set PYTHON-3-10 job to gcp (#318)
Browse files Browse the repository at this point in the history
Updated the PYTHON-3-10 job to use the same test_label_solo as the other
python jobs. This to avoid the job running out of disk space, as was
happening in the g5.2xlarge aws instance it is currently using.

[PYTHON-3-10 / TEST-SOLO /
TEST](https://github.com/neuralmagic/nm-vllm/actions/runs/9475210673/job/26123472789)
System.IO.IOException: No space left on device :
'/opt/actions-runner/_diag/Worker_20240612-022311-utc.log'

nm remote push is currently running at
https://github.com/neuralmagic/nm-vllm/actions/runs/9613896193
  • Loading branch information
derekk-nm authored Jun 21, 2024
1 parent abc0ceb commit 39e484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python: 3.10.12
gitref: ${{ github.ref }}

test_label_solo: aws-avx2-32G-a10g-24G
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 480
test_skip_env_vars: neuralmagic/tests/test_skip_env_vars/full.txt
Expand Down

0 comments on commit 39e484e

Please sign in to comment.