Skip to content

Commit d66a49a

Browse files
committed
Issue #119: Test deployments using Ubuntu 18.04.
1 parent ea8ef61 commit d66a49a

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

.travis.yml

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,60 +4,9 @@ services: docker
44
env:
55
# Run each test playbook in a separate environment.
66
- playbook: deployments.yml
7-
distro: ubuntu1404
7+
distro: ubuntu1804
88
test_idempotence: false
99

10-
# TODO: Not easy to test in CI at this time.
11-
# - playbook: deployments-balancer.yml
12-
# distro: ubuntu1404
13-
14-
- playbook: deployments-rolling.yml
15-
distro: ubuntu1404
16-
17-
- playbook: docker.yml
18-
distro: ubuntu1604
19-
test_idempotence: false
20-
21-
- playbook: docker-hubot.yml
22-
distro: ubuntu1604
23-
test_idempotence: false
24-
25-
- playbook: drupal.yml
26-
distro: ubuntu1604
27-
28-
# TODO: Not easy to test in CI at this time.
29-
# - playbook: dynamic-inventory.yml
30-
# distro: ubuntu1604
31-
32-
- playbook: https-self-signed.yml
33-
distro: ubuntu1604
34-
35-
- playbook: includes.yml
36-
distro: ubuntu1604
37-
38-
- playbook: jenkins.yml
39-
distro: ubuntu1604
40-
41-
# TODO: Not easy to test in CI at this time.
42-
# - playbook: kubernetes.yml
43-
# distro: debian9
44-
45-
# TODO: Not easy to test in CI at this time.
46-
# - playbook: lamp-infrastructure.yml
47-
# distro: ubuntu1604
48-
49-
- playbook: nodejs.yml
50-
distro: centos7
51-
52-
- playbook: nodejs-role.yml
53-
distro: centos7
54-
55-
# TODO: Not easy to test in CI at this time.
56-
# - playbook: orchestration.yml
57-
# distro: ubuntu1604
58-
59-
- playbook: solr.yml
60-
distro: ubuntu1604
6110

6211
script:
6312
# Download test shim.

deployments/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure(2) do |config|
5-
config.vm.box = "geerlingguy/ubuntu1404"
5+
config.vm.box = "geerlingguy/ubuntu1804"
66
config.ssh.insert_key = false
77

88
config.vm.provider "virtualbox" do |v|

0 commit comments

Comments
 (0)