forked from redrsoe2100/os-autotest
23 lines
610 B
YAML
23 lines
610 B
YAML
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: https://gitee.com/ci-actions/checkout.git@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 |