Skip to content

rebase: Add CI

rebase: Add CI #6

Workflow file for this run

name: qemu-minimal-smoke-test
on:
pull_request:
branches: [ master ]
jobs:
ubuntu-smoke-test:
name: ubuntu-smoke-test
runs-on: ubuntu-latest
steps:
- name: Check out code using action/checkout
uses: actions/checkout@v4.1.1
- name: Install fio via the apt package manager
run: sudo apt update && sudo apt install -y fio
- name: Run a qemu-based ./gen-vm smoke-test
run: ./gen-vm
working-directory: qemu
env:
VM_NAME: qemu-minimal-smoke-test
KVM: none
USERNAME: ubuntu
PASS: password