From 3e59f7fa1466cb8f1a6a9c07ea636404f6672485 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 11 Jul 2018 12:39:06 -0700 Subject: [PATCH] [CI] Print JupyterHub / CHP status after setup --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c7b33a..8d70c6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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