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 14, 2019
1 parent 929d666 commit f917b98
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 @@ -121,9 +121,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: httpd-opensuse-tumbleweed
image: opensuse:tumbleweed
- name: httpd-ubuntu-artful
image: ubuntu:artful
- name: httpd-ubuntu-latest
image: ubuntu:latest
- name: httpd-ubuntu-rolling
image: ubuntu:rolling
- name: httpd-ubuntu-devel
image: ubuntu:devel
- name: httpd-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: httpd-ubuntu-artful
image: ubuntu:artful
- name: httpd-ubuntu-rolling
image: ubuntu:rolling
provisioner:
name: ansible
inventory:
Expand All @@ -22,7 +22,7 @@ provisioner:
defaults:
callback_plugins: /usr/lib/python2.7/site-packages/ara/plugins/callbacks
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 f917b98

Please sign in to comment.