Skip to content

Merge pull request #1120 from Checkmk/devel #1

Merge pull request #1120 from Checkmk/devel

Merge pull request #1120 from Checkmk/devel #1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Lookup Module Bakery Integration
permissions:
contents: read
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
pull_request:
branches:
- main
- devel
types:
- opened
paths:
- 'plugins/lookup/bakery.py'
push:
paths:
- '.github/workflows/ans-int-test-lkp-bakery.yaml'
- 'plugins/lookup/bakery.py'
- 'plugins/module_utils/**'
- 'tests/integration/files/includes/**'
- 'tests/integration/targets/lookup_bakery/**'
jobs:
integration:
name: "${{ matrix.checkmk_version }}.${{ matrix.checkmk_edition }}"
uses: ./.github/workflows/_template-ans-int-test.yaml
with:
module: lookup_bakery
checkmk_version: ${{ matrix.checkmk_version }}
checkmk_edition: ${{ matrix.checkmk_edition }}
strategy:
fail-fast: false
matrix:
checkmk_version:
- 2.3.0p48
- 2.4.0p31
- 2.5.0p6
checkmk_edition:
- managed
- ultimatemt
exclude:
- checkmk_version: 2.3.0p48
checkmk_edition: ultimatemt
- checkmk_version: 2.4.0p31
checkmk_edition: ultimatemt
- checkmk_version: 2.5.0p6
checkmk_edition: managed