File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -187,5 +187,23 @@ jobs:
187187 with :
188188 name : packages-apt-source-${{ matrix.rake-job }}
189189 -
uses :
canonical/[email protected] 190+ - name : Run diagnostic
191+ run : |
192+ uname -a
193+ echo "::group::snap info lxd"
194+ snap info lxd
195+ echo "::endgroup::"
196+ echo "::group::snap services lxd"
197+ snap services lxd
198+ echo "::endgroup::"
199+ echo "::group::snap logs lxd"
200+ sudo snap logs lxd
201+ echo "::endgroup::"
202+ echo "::group::lxc remote list"
203+ lxc remote list
204+ echo "::endgroup::"
205+ echo "::group::lxc list images:"
206+ lxc image list images:
207+ echo "::endgroup::"
190208 - name : Run Test ${{ matrix.test }} on ${{ matrix.lxc-image }}
191209 run : fluent-package/apt/systemd-test/test.sh ${{ matrix.lxc-image }} ${{ matrix.test }}
Original file line number Diff line number Diff line change @@ -156,6 +156,12 @@ jobs:
156156 echo "::group::snap logs lxd"
157157 sudo snap logs lxd
158158 echo "::endgroup::"
159+ echo "::group::lxc remote list"
160+ lxc remote list
161+ echo "::endgroup::"
162+ echo "::group::lxc list images:"
163+ lxc image list images:
164+ echo "::endgroup::"
159165 - name : Run Test ${{ matrix.test }} on ${{ matrix.lxc-image }}
160166 run : fluent-package/yum/systemd-test/test.sh ${{ matrix.lxc-image }} ${{ matrix.test }}
161167
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dir="/host/fluent-package/apt/systemd-test"
1515set -eux
1616
1717echo " ::group::Run test: launch $image "
18- lxc launch $image target
18+ lxc launch $image target --debug
1919sleep 5
2020echo " ::endgroup::"
2121echo " ::group::Run test: configure $image "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dir="/host/fluent-package/yum/systemd-test"
1515set -eux
1616
1717echo " ::group::Run test: launch $image "
18- lxc launch $image target
18+ lxc launch $image target --debug
1919sleep 5
2020echo " ::endgroup::"
2121echo " ::group::Run test: configure $image "
You can’t perform that action at this time.
0 commit comments