Skip to content

Commit

Permalink
Set global podman log_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
t-woerner committed Jul 24, 2024
1 parent cff8610 commit 66cfeba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/azure/templates/playbook_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
python3 utils/check_test_configuration.py ${{ parameters.distro }}
displayName: Check test configuration
- script: |
mkdir -p ~/.config/containers; \
echo -e '[containers]\nlog_driver = "none"' > ~/.config/containers/containers.conf
displayName: Set podman log driver
- script: |
utils/setup_test_container.sh \
-e podman \
Expand Down

0 comments on commit 66cfeba

Please sign in to comment.