File tree Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Original file line number Diff line number Diff line change @@ -4,60 +4,9 @@ services: docker
4
4
env :
5
5
# Run each test playbook in a separate environment.
6
6
- playbook : deployments.yml
7
- distro : ubuntu1404
7
+ distro : ubuntu1804
8
8
test_idempotence : false
9
9
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
61
10
62
11
script :
63
12
# Download test shim.
Original file line number Diff line number Diff line change 2
2
# vi: set ft=ruby :
3
3
4
4
Vagrant . configure ( 2 ) do |config |
5
- config . vm . box = "geerlingguy/ubuntu1404 "
5
+ config . vm . box = "geerlingguy/ubuntu1804 "
6
6
config . ssh . insert_key = false
7
7
8
8
config . vm . provider "virtualbox" do |v |
You can’t perform that action at this time.
0 commit comments