[CI] Print JupyterHub / CHP status after setup

This commit is contained in:
yuvipanda
2018-07-11 12:39:06 -07:00
parent 8993d717a7
commit 3e59f7fa14

View File

@@ -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