forked from redrsoe2100/os-autotest
openruyi:ci:init
This commit is contained in:
23
.github/workflows/smoke-test.yml
vendored
Normal file
23
.github/workflows/smoke-test.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Run smoke test on SG2044
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: openruyi-175
|
||||
timeout-minutes: 4320
|
||||
steps:
|
||||
- name: install tools
|
||||
run: dnf install -y git nodejs --refresh
|
||||
- uses: actions/checkout@v3
|
||||
- name: download the latest release
|
||||
run: |
|
||||
set -x
|
||||
bash dep_install.sh
|
||||
|
||||
dnf install hostname
|
||||
[ -f /usr/bin/yum ] || ln -sf /usr/bin/dnf /usr/bin/yum
|
||||
|
||||
bash mugen.sh -c --ip $(hostname -I | awk '{print $1}') --password openruyi --user openruyi --port 22
|
||||
|
||||
bash mugen.sh -f smoke_openruyi -x
|
||||
Reference in New Issue
Block a user