Remove CircleCI (#179)

This commit is contained in:
Dan Webb 2023-02-14 09:26:52 +00:00 committed by GitHub
parent 597edf6b8d
commit d001fb299f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 35 deletions

View File

@ -1,10 +0,0 @@
---
version: 2.1
orbs:
kitchen: sous-chefs/kitchen@2
workflows:
danger:
jobs:
- kitchen/danger:
name: danger
context: Danger-Minimal

View File

@ -12,40 +12,40 @@ jobs:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
integration:
needs: 'lint-unit'
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
os:
- 'almalinux-8'
- 'amazonlinux-2'
- 'centos-7'
- 'centos-stream-8'
- 'debian-10'
- 'debian-11'
- 'fedora-latest'
- 'opensuse-leap-15'
- 'rockylinux-8'
- 'ubuntu-1804'
- 'ubuntu-2004'
- "almalinux-8"
- "amazonlinux-2"
- "centos-7"
- "centos-stream-8"
- "debian-10"
- "debian-11"
- "fedora-latest"
- "opensuse-leap-15"
- "rockylinux-8"
- "ubuntu-1804"
- "ubuntu-2004"
suite:
- 'default'
- 'aliases'
- 'client'
- 'server'
- 'canonical'
- 'sasl-auth-none'
- 'sasl-auth-multiple'
- 'sasl-auth-one'
- "default"
- "aliases"
- "client"
- "server"
- "canonical"
- "sasl-auth-none"
- "sasl-auth-multiple"
- "sasl-auth-one"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install Chef
uses: actionshub/chef-install@main
uses: actionshub/chef-install@2.0.4
- name: Dokken
uses: actionshub/test-kitchen@main
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
@ -55,6 +55,6 @@ jobs:
- name: Print debug output on failure
if: failure()
run: |
set -x
sudo journalctl -l --since today
KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
set -x
sudo journalctl -l --since today
KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"