Skip to content

Commit

Permalink
For Ubuntu, test latest, rolling and devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 16, 2019
1 parent b558e51 commit 9de9e77
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ env:
- version=">=2.6,<2.7" distro="opensuse-tumbleweed"
- version="" distro="opensuse-tumbleweed"
- version="devel" distro="opensuse-tumbleweed"
- version=">=2.6,<2.7" distro="ubuntu-artful"
- version="" distro="ubuntu-artful"
- version="devel" distro="ubuntu-artful"
- version=">=2.6,<2.7" distro="ubuntu-rolling"
- version="" distro="ubuntu-rolling"
- version="devel" distro="ubuntu-rolling"
- version=">=2.6,<2.7" distro="ubuntu-latest"
- version="" distro="ubuntu-latest"
- version="devel" distro="ubuntu-latest"
Expand Down Expand Up @@ -70,7 +70,7 @@ matrix:
- env: version="devel" distro="fedora-rawhide"
- env: version="devel" distro="opensuse-leap"
- env: version="devel" distro="opensuse-tumbleweed"
- env: version="devel" distro="ubuntu-artful"
- env: version="devel" distro="ubuntu-rolling"
- env: version=">=2.6,<2.7" distro="ubuntu-devel"
- env: version="" distro="ubuntu-devel"
- env: version="devel" distro="ubuntu-devel"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ This role has been tested against the following distributions and Ansible versio
|fedora-rawhide*|yes|yes|yes*|
|opensuse-leap|yes|yes|yes*|
|opensuse-tumbleweed|yes|yes|yes*|
|ubuntu-artful|yes|yes|yes*|
|ubuntu-devel*|yes|yes|yes*|
|ubuntu-latest|yes|yes|yes*|
|ubuntu-rolling|yes|yes|yes*|

A single star means the build may fail, it's marked as an experimental build.

Expand Down
6 changes: 4 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ platforms:
image: opensuse:leap
- name: rsyslog-opensuse-tumbleweed
image: opensuse:tumbleweed
- name: rsyslog-ubuntu-artful
image: ubuntu:artful
- name: rsyslog-ubuntu-latest
image: ubuntu:latest
- name: rsyslog-ubuntu-rolling
image: ubuntu:rolling
- name: rsyslog-ubuntu-devel
image: ubuntu:devel
- name: rsyslog-ubuntu-latest
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ driver:
lint:
name: yamllint
platforms:
- name: rsyslog-ubuntu-artful
image: ubuntu:artful
- name: rsyslog-ubuntu-rolling
image: ubuntu:rolling
provisioner:
name: ansible
inventory:
Expand All @@ -19,7 +19,7 @@ provisioner:
lint:
name: ansible-lint
scenario:
name: ubuntu-artful
name: ubuntu-rolling
verifier:
name: goss
lint:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9de9e77

Please sign in to comment.