Skip to content

Commit

Permalink
[ci] run multipassd with --trace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed May 7, 2021
1 parent 1394819 commit 981cf15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ jobs:
}}
if [ '${{ matrix.os }}' == 'Linux' ]; then
OVERRIDE_CONF="/etc/systemd/system/snap.multipass.multipassd.service.d"
_run sudo mkdir $( dirname ${OVERRIDE_CONF} )
_run sudo tee ${OVERRIDE_CONF} <<EOF
[Service]
ExecStart=
ExecStart=/usr/bin/snap run multipass.multipassd --verbosity trace
EOF
# Give snapd time to settle
_retry 5 30 _run sudo snap install multipass --channel ${{ github.event.inputs.snap-channel }}
Expand Down

0 comments on commit 981cf15

Please sign in to comment.