File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 22
22
- INSTANCE=default-centos-7
23
23
- INSTANCE=default-debian-8
24
24
- INSTANCE=default-debian-9
25
- - INSTANCE=default-ubuntu-1404
26
25
- INSTANCE=default-ubuntu-1604
27
26
- INSTANCE=default-ubuntu-1804
28
27
- INSTANCE=cacher-debian-8
29
28
- INSTANCE=cacher-debian-9
30
29
- INSTANCE=cacher-ubuntu-1604
31
- - INSTANCE=cacher-ubuntu-1404
32
- - INSTANCE=compile-time-ubuntu-1404
33
30
- INSTANCE=compile-time-ubuntu-1604
34
31
- INSTANCE=compile-time-ubuntu-1804
35
32
- INSTANCE=compile-time-debian-8
36
33
- INSTANCE=compile-time-debian-9
37
- - INSTANCE=resources-ubuntu-1404
38
34
- INSTANCE=resources-ubuntu-1604
39
35
- INSTANCE=resources-ubuntu-1804
40
36
- INSTANCE=resources-debian-8
41
37
- INSTANCE=resources-debian-9
42
- - INSTANCE=unattended-upgrades-ubuntu-1404
38
+ - INSTANCE=unattended-upgrades-ubuntu-1604
43
39
44
40
before_script :
45
41
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ platforms:
34
34
image : dokken/centos-7
35
35
pid_one_command : /usr/lib/systemd/systemd
36
36
37
-
38
- - name : ubuntu-14.04
39
- driver :
40
- image : dokken/ubuntu-14.04
41
- pid_one_command : /sbin/init
42
-
43
37
- name : ubuntu-16.04
44
38
driver :
45
39
image : dokken/ubuntu-16.04
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ platforms:
12
12
- name : centos-7
13
13
- name : debian-8
14
14
- name : debian-9
15
- - name : ubuntu-14.04
16
15
- name : ubuntu-16.04
17
16
- name : ubuntu-18.04
18
17
- name : ubuntu-16.04-chef-12.9
You can’t perform that action at this time.
0 commit comments