Update runner docs (#876)

This commit is contained in:
Liangsheng Yin
2024-08-01 15:32:33 -07:00
committed by GitHub
parent 72b6ea88b4
commit 70c78cfb03
2 changed files with 2 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ concurrency:
jobs:
pr-e2e-test:
runs-on: self-hosted
env:
CUDA_VISIBLE_DEVICES: 6
steps:
- name: Checkout code

View File

@@ -14,9 +14,10 @@ add `/lib/systemd/system/runner.service`
[Unit]
StartLimitIntervalSec=0
[Service]
Environment="CUDA_VISIBLE_DEVICES=7"
Restart=always
RestartSec=1
ExecStart=/home/lmzheng/zhyncs/actions-runner/run.sh
ExecStart=/data/zhyncs/actions-runner/run.sh
[Install]
WantedBy=multi-user.target
```