Skip to content

Bump github.com/metal3-io/baremetal-operator from 0.0.0-20220310151803-2b47127ed7ae to 0.3.0 #51

Bump github.com/metal3-io/baremetal-operator from 0.0.0-20220310151803-2b47127ed7ae to 0.3.0

Bump github.com/metal3-io/baremetal-operator from 0.0.0-20220310151803-2b47127ed7ae to 0.3.0 #51

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Check formatting
run: make fmt
- name: Run linters
run: make lint
- name: Run unit tests
run: make test
acceptance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Install dependencies
run: sudo apt-get install -y genisoimage podman netcat
- name: Start Ironic and Inspector
run: ./hack/local_ironic.sh
- name: Run tests
run: make acceptance
- name: Collect logs
if: always()
run: ./hack/collect_logs.sh