Skip to content

[GH-27] Added support for sortlist resolv.conf option. #186

[GH-27] Added support for sortlist resolv.conf option.

[GH-27] Added support for sortlist resolv.conf option. #186

Workflow file for this run

---
name: ci
"on":
pull_request:
push:
branches:
- main
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: lint-unit
runs-on: ubuntu-latest
strategy:
matrix:
os:
- "almalinux-8"
- "amazonlinux-2023"
- "centos-7"
- "centos-stream-8"
- "debian-10"
- "debian-11"
- "fedora-latest"
- "opensuse-leap-15"
- "rockylinux-8"
- "ubuntu-1804"
- "ubuntu-2004"
- "ubuntu-2204"
suite:
- "default"
include:
- suite: "systemd-resolved"
os: "fedora-latest"
- suite: "systemd-resolved"
os: "ubuntu-1804"
- suite: "systemd-resolved"
os: "ubuntu-2004"
- suite: "systemd-resolved"
os: "ubuntu-2204"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
- name: Dokken
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
integration-macos:
needs: lint-unit
runs-on: macos-latest
strategy:
matrix:
os:
- "macos-latest"
suite:
- "default"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
- name: test-kitchen
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.exec.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
# TODO: This is currently broken unrelated to this cookbook
# integration-freebsd:
# needs: lint-unit
# runs-on: macos-latest
# strategy:
# matrix:
# os:
# - "freebsd-12"
# - "freebsd-13"
# suite:
# - "default"
# fail-fast: false
#
# steps:
# - name: Check out code
# uses: actions/checkout@v3
# - name: Install Chef
# uses: actionshub/chef-install@2.0.4
# - name: test-kitchen
# uses: actionshub/test-kitchen@2.1.0
# env:
# KITCHEN_LOCAL_YAML: kitchen.yml
# CHEF_LICENSE: accept-no-persist
# with:
# suite: ${{ matrix.suite }}
# os: ${{ matrix.os }}