Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

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 13, 2020
1 parent 17ed75b commit 5ddf05c
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: '30 2 20 * *'
- cron: '23 9 20 * *'

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: molecule
uses: robertdebock/molecule-action@1.2.1
uses: robertdebock/molecule-action@1.2.8
with:
entrypoint: /usr/local/bin/molecule
args: lint
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@1.2.1
uses: robertdebock/molecule-action@1.2.8
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
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: '21 13 21 * *'
- cron: '54 0 21 * *'

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 5ddf05c

Please sign in to comment.