From 3f241e36dd6e397e2837f0ee4b119052b5887b95 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 13 Dec 2019 09:43:03 +0100 Subject: [PATCH 1/2] [kitchen] ubuntu replace 16.04 by 18.04 --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 0ca0e09..b442a98 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -18,7 +18,7 @@ platforms: run_command: /lib/systemd/systemd provision_command: - yum install udev systemd-sysv libicu git -y - - name: ubuntu-16.04 + - name: ubuntu-18.04 driver_config: run_command: /lib/systemd/systemd provision_command: From 34e9af3919d9980c81b29611f863d661e10fc030 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 13 Dec 2019 09:43:42 +0100 Subject: [PATCH 2/2] [travis] ubuntu replace 16.04 by 18.04 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cb0fac..d5cf2e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ env: matrix: - INSTANCE: bareos-postgresql-debian-9 - INSTANCE: bareos-postgresql-centos-7 - - INSTANCE: bareos-postgresql-ubuntu-1604 + - INSTANCE: bareos-postgresql-ubuntu-1804 - INSTANCE: bareos-mysql-debian-9 - INSTANCE: bareos-mysql-centos-7 - - INSTANCE: bareos-mysql-ubuntu-1604 + - INSTANCE: bareos-mysql-ubuntu-1804 script: - bundle exec kitchen verify ${INSTANCE}