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