Unverified Commit 70c78cfb authored by Liangsheng Yin's avatar Liangsheng Yin Committed by GitHub
Browse files

Update runner docs (#876)

parent 72b6ea88
......@@ -18,8 +18,6 @@ concurrency:
jobs:
pr-e2e-test:
runs-on: self-hosted
env:
CUDA_VISIBLE_DEVICES: 6
steps:
- name: Checkout code
......
......@@ -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
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment