mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[CI] Output all systemd logs after setup to help debugging
This commit is contained in:
@@ -60,6 +60,11 @@ jobs:
|
|||||||
python3 .circleci/integration-test.py copy . /srv/src
|
python3 .circleci/integration-test.py copy . /srv/src
|
||||||
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
|
python3 .circleci/integration-test.py run 'python3 /srv/src/bootstrap/bootstrap.py'
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: output all system logs, to help debugging
|
||||||
|
command: |
|
||||||
|
python3 .circleci/integration-test.py run 'journalctl --no-pager'
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: check jupyterhub is up
|
name: check jupyterhub is up
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user