Summary
Jobs
lint-unit
integration (amazonlinux-2, create)
integration (amazonlinux-2, remove)
integration (amazonlinux-2, create-thin)
integration (amazonlinux-2, resize)
integration (amazonlinux-2, resize-thin)
integration (amazonlinux-2, resize-thin-pool-meta-data)
integration (debian-10, create)
integration (debian-10, remove)
integration (debian-10, create-thin)
integration (debian-10, resize)
integration (debian-10, resize-thin)
integration (debian-10, resize-thin-pool-meta-data)
integration (debian-11, create)
integration (debian-11, remove)
integration (debian-11, create-thin)
integration (debian-11, resize)
integration (debian-11, resize-thin)
integration (debian-11, resize-thin-pool-meta-data)
integration (centos-7, create)
integration (centos-7, remove)
integration (centos-7, create-thin)
integration (centos-7, resize)
integration (centos-7, resize-thin)
integration (centos-7, resize-thin-pool-meta-data)
integration (centos-stream-8, create)
integration (centos-stream-8, remove)
integration (centos-stream-8, create-thin)
integration (centos-stream-8, resize)
integration (centos-stream-8, resize-thin)
integration (centos-stream-8, resize-thin-pool-meta-data)
integration (fedora-latest, create)
integration (fedora-latest, remove)
integration (fedora-latest, create-thin)
integration (fedora-latest, resize)
integration (fedora-latest, resize-thin)
integration (fedora-latest, resize-thin-pool-meta-data)
integration (ubuntu-1804, create)
integration (ubuntu-1804, remove)
integration (ubuntu-1804, create-thin)
integration (ubuntu-1804, resize)
integration (ubuntu-1804, resize-thin)
integration (ubuntu-1804, resize-thin-pool-meta-data)
integration (ubuntu-2004, create)
integration (ubuntu-2004, remove)
integration (ubuntu-2004, create-thin)
integration (ubuntu-2004, resize)
integration (ubuntu-2004, resize-thin)
integration (ubuntu-2004, resize-thin-pool-meta-data)
Check Metadata
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---
name: "Lint & Unit Test"
"on":
pull_request:
push:
branches: [main]
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/[email protected]
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: lint-unit
runs-on: macos-10.15
strategy:
matrix:
os:
# - almalinux-8
- amazonlinux-2
- debian-10
- debian-11
- centos-7
- centos-stream-8
- fedora-latest
- ubuntu-1804
- ubuntu-2004
# - ubuntu-2204
# - rockylinux-8
suite:
- create
- remove
- create-thin
- resize
- resize-thin
- resize-thin-pool-meta-data
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: test-kitchen
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
You can’t perform that action at this time.