Skip to content

Commit

Permalink
Disable kitchen tests in CI
Browse files Browse the repository at this point in the history
Default configuration was for containers, this does not make sense here
as we need to test kernel modules.
  • Loading branch information
m.colonna committed Dec 15, 2023
1 parent 280d193 commit 476506b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/criteo-cookbooks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ jobs:
- run: bundle exec foodcritic --version
- run: bundle exec foodcritic . --exclude spec -f any
- run: bundle exec rspec
kitchen:
needs: [rspec]
runs-on: ubuntu-latest
strategy:
matrix:
instance: ['default-centos-7', 'default-ubuntu-2004', 'default-fedora-29']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: KITCHEN_LOCAL_YAML=.kitchen.docker.yml bundle exec kitchen verify ${{ matrix.instance }}
supermarket:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
Expand Down
44 changes: 0 additions & 44 deletions .kitchen.docker.yml

This file was deleted.

0 comments on commit 476506b

Please sign in to comment.