From 64ff89b61692c821ccf54fd65e5437f84c765253 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sat, 22 Jun 2024 15:19:48 -0300 Subject: [PATCH] extra commits to run container. --- tests/azure/templates/playbook_fast.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index f628972c0b..9935314a2d 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -55,6 +55,9 @@ jobs: --memory 3g \ --memory-swap -1 \ --add-host ${HOSTNAME}:127.0.0.1 \ + --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \ + --tmpfs /run \ + --tmpfs /tmp \ --name ${{ parameters.scenario }} \ quay.io/ansible-freeipa/upstream-tests:${{ parameters.scenario }} docker start ${{ parameters.scenario }}