ci: smoke test workflow для verify u4 runner через VPN
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: test-u4-runner
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '.gitea/workflows/test-u4-runner.yml'
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
name: u4 runner smoke test
|
||||
runs-on: u4
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
steps:
|
||||
- name: hostname + uname
|
||||
run: |
|
||||
echo "hostname: $(hostname)"
|
||||
echo "uname: $(uname -a)"
|
||||
echo "ip route: $(ip route | head -3)"
|
||||
echo "test OK"
|
||||
Reference in New Issue
Block a user