Skip to content

Commit

Permalink
New version of GitHub Action Molecule, Fedora with retries, with corr…
Browse files Browse the repository at this point in the history
…ect exit-code.
  • Loading branch information
robertdebock committed Feb 14, 2020
1 parent 139a3d3 commit 408addb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '31 14 10 * *'
- cron: '35 7 10 * *'

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].8
with:
entrypoint: /usr/local/bin/molecule
args: lint
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].8
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
tags:
- '*'
schedule:
- cron: '45 11 11 * *'
- cron: '26 14 11 * *'

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ deps =
next: git+https://github.com/ansible/ansible.git@devel
docker
molecule
install_command = pip install --retries 10 {packages}
commands = molecule test
setenv =
TOX_ENVNAME={envname}
Expand Down

0 comments on commit 408addb

Please sign in to comment.