Skip to content

🌱 Mount ironic credentials as plain-text volumes instead of the ironic htpasswd environment variable #879

🌱 Mount ironic credentials as plain-text volumes instead of the ironic htpasswd environment variable

🌱 Mount ironic credentials as plain-text volumes instead of the ironic htpasswd environment variable #879

name: E2E Fixture Test
on:
pull_request:
branches:
- 'main'
- 'release-*'
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'hack/*.sh'
- 'LICENSE'
- 'SECURITY_CONTACTS'
- 'DCO'
- 'OWNERS'
permissions: {}
jobs:
test:
name: e2e test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Build BMO e2e Docker Image
env:
IMG: quay.io/metal3-io/baremetal-operator:e2e
run: make docker
- name: Set Up Environment and Run BMO e2e Tests
env:
E2E_CONF_FILE: ${{ github.workspace }}/test/e2e/config/fixture.yaml
USE_EXISTING_CLUSTER: "false"
GINKGO_NODES: 1
run: make test-e2e