This file contains hidden or 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
| its(:content) { should match(/\*\/5 1,23 2-5 \* \* appuser \/srv\/app\/scripts\/generate_report/) } | |
| its(:content) { should match(%r{*/5 1,23 2-5 * * appuser /srv/app/scripts/generate_report}) } |
This file contains hidden or 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
| stages: | |
| - test | |
| - commitlint | |
| - name: release | |
| if: branch = master AND type != pull_request | |
| sudo: required | |
| cache: bundler | |
| language: ruby |
This file contains hidden or 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
| # -*- coding: utf-8 -*- | |
| # vim: ft=yaml | |
| --- | |
| # For help on this file's format, see https://kitchen.ci/ | |
| driver: | |
| name: docker | |
| use_sudo: false | |
| privileged: true | |
| run_command: /lib/systemd/systemd |
This file contains hidden or 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
| Any of the formulas that use `grains[]` in the `*yaml` files fail, ie rspamd-formula or docker-formula | |
| Ie, in the rspamd-formula, try it with | |
| kitchen test --destroy=never default-debian-10-master-py3 --log-level=debug 2>&1|tee /tmp/output | |
| Error: | |
| ... | |
| [INFO ] Fetching file from saltenv 'base', ** done ** 'rspamd/osfamilymap.yaml' | |
| [ERROR ] Rendering exception occurred | |
| Traceback (most recent call last): |