-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: show debug message to investigate
Signed-off-by: Kentaro Hayashi <[email protected]>
- Loading branch information
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -207,5 +207,23 @@ jobs: | |
with: | ||
name: packages-apt-source-${{ matrix.rake-job }} | ||
- uses: canonical/[email protected] | ||
- name: Run diagnostic | ||
run: | | ||
uname -a | ||
echo "::group::snap info lxd" | ||
snap info lxd | ||
echo "::endgroup::" | ||
echo "::group::snap services lxd" | ||
snap services lxd | ||
echo "::endgroup::" | ||
echo "::group::snap logs lxd" | ||
sudo snap logs lxd | ||
echo "::endgroup::" | ||
echo "::group::lxc remote list" | ||
lxc remote list | ||
echo "::endgroup::" | ||
echo "::group::lxc list images:" | ||
lxc image list images: | ||
echo "::endgroup::" | ||
- name: Run Test ${{ matrix.test }} on ${{ matrix.lxc-image }} | ||
run: fluent-package/apt/systemd-test/test.sh ${{ matrix.lxc-image }} ${{ matrix.test }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters