Skip to content

🌱 Add new go library to create new bmc and bmh #88

🌱 Add new go library to create new bmc and bmh

🌱 Add new go library to create new bmc and bmh #88

Workflow file for this run

name: E2E Test pipeline
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
branches:
- 'main'
- 'release-*'
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE'
- 'SECURITY_CONTACTS'
- 'DCO'
- 'OWNERS'
permissions: {}
jobs:
golangci-lint:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/golangci-lint.yml
unit:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/unit.yml
e2e-fixture-test:
needs: [golangci-lint, unit]
uses: ./.github/workflows/e2e-fixture-test.yml
e2e-test:
needs: [golangci-lint, unit]
strategy:
# Avoid wasting CI resources
fail-fast: true
matrix:
bmc-protocol:
- redfish-virtualmedia
- ipmi
uses: ./.github/workflows/e2e-test.yml

Check failure on line 42 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / E2E Test pipeline

Invalid workflow file

The workflow is not valid. In .github/workflows/pipeline.yml (Line: 42, Col: 11): Error from called workflow metal3-io/baremetal-operator/.github/workflows/e2e-test.yml@50823fe976ee4a22ed551a2f387538624accc1bc (Line: 48, Col: 11): A mapping was not expected In .github/workflows/pipeline.yml (Line: 42, Col: 11): Error from called workflow metal3-io/baremetal-operator/.github/workflows/e2e-test.yml@50823fe976ee4a22ed551a2f387538624accc1bc: Unexpected tag '!cancelled()'
with:
bmc-protocol: ${{ matrix.bmc-protocol }}