Skip to content

Commit 7704aab

Browse files
committed
Updating CentOS 8 setfile in Travis config to mount /sys/fs/cgroup volume
1 parent 5a41b83 commit 7704aab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- set: ubuntu1804-64
99
- set: centos6-64
1010
- set: centos7-64
11-
# RabbitMQ fails to start via systemd unless /sys/fs/cgroup is mounted through from base host
12-
- set: centos8-64{mount_folders=\{sysfscgroup=\{host_path=/sys/fs/cgroup,container_path=/sys/fs/cgroup,opts=ro\}\}}
11+
# RabbitMQ fails to start via systemd unless /sys/fs/cgroup is mounted through from obase host
12+
- set: centos8-64{mount_folders={sysfscgroup={host_path=/sys/fs/cgroup\,container_path=/sys/fs/cgroup\,opts=ro}}}
1313
appveyor.yml:
1414
delete: true
1515
spec/spec_helper.rb:

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
services: docker
7474
- rvm: 2.5.3
7575
bundler_args: --without development release
76-
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=centos8-64 CHECK=beaker
76+
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=centos8-64{mount_folders=\{sysfscgroup=\{host_path=/sys/fs/cgroup,container_path=/sys/fs/cgroup,opts=ro\}\}} CHECK=beaker
7777
services: docker
7878
- rvm: 2.5.3
7979
bundler_args: --without development release
80-
env: BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=centos8-64 CHECK=beaker
80+
env: BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=centos8-64{mount_folders=\{sysfscgroup=\{host_path=/sys/fs/cgroup,container_path=/sys/fs/cgroup,opts=ro\}\}} CHECK=beaker
8181
services: docker
8282
branches:
8383
only:

0 commit comments

Comments
 (0)