Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Revert "remove duplicate travis tests"
Browse files Browse the repository at this point in the history
This reverts commit 77ae969.
  • Loading branch information
schurzi committed Aug 28, 2020
1 parent 77ae969 commit ff0aa23
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .travis.yml
Expand Up @@ -54,6 +54,41 @@ env:
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
# test_playbook: test.yml

- distro: centos6
version: latest
init: /sbin/init
test_playbook: official-nginx-role-redhat.yml

- distro: centos7
init: /lib/systemd/systemd
container_id: $(mktemp)
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
version: latest
test_playbook: official-nginx-role-redhat.yml

- distro: oracle6
version: latest
init: /sbin/init
test_playbook: official-nginx-role-redhat.yml

- distro: ubuntu1604
version: latest
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
test_playbook: official-nginx-role-debian.yml

- distro: ubuntu1804
version: latest
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
test_playbook: official-nginx-role-debian.yml

- distro: debian9
version: latest
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
test_playbook: official-nginx-role-debian.yml

before_install:
# Pull container
- 'docker pull rndmh3ro/docker-${distro}-ansible:${version}'
Expand Down

0 comments on commit ff0aa23

Please sign in to comment.