From 5f2252a5ba977cbc1365dd5fe6d7c12a93d7183a Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 11 Jul 2018 12:33:19 -0700 Subject: [PATCH] [CI] Output all systemd logs after setup to help debugging --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f365b80..a4b1ed4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,6 +60,11 @@ jobs: python3 .circleci/integration-test.py copy . /srv/src 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: name: check jupyterhub is up command: |