Skip to content

Commit

Permalink
feat: Exclude arm on Noble for journald test
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil committed Jan 19, 2025
1 parent 25eed6c commit 2884ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Hello World (journald)
# NOTE: Test temporarily disabled on Noble due to a known issue with journald on Noble systems affecting docker-snap.
# see: https://github.com/canonical/docker-snap/issues/181
if: ${{ matrix.os != 'ubuntu-24.04' }}
if: ${{ !contains('ubuntu-24.04,ubuntu-24.04-arm', matrix.os) }}
run: |
trap 'echo "error, sad day ($?)"; sleep 1; sudo snap logs -n=20 docker.dockerd; sleep 1; sudo tail -n20 /var/log/*.log; sudo dmesg | tail -n20; sudo journalctl --no-pager | grep DENIED | grep docker' ERR
expectedOutput="testing-journald-log-driver-$RANDOM-$RANDOM"
Expand Down

0 comments on commit 2884ffb

Please sign in to comment.