Signed-off-by: Zack Cerza <zack@redhat.com>
export SSH_PRIVKEY=$(cat $SSH_PRIVKEY_PATH)
export SSH_PUBKEY=$(cat $SSH_PRIVKEY_PATH.pub)
-docker-compose up --build
+trap "docker-compose down" SIGINT
+docker-compose up \
+ --build \
+ --abort-on-container-exit \
+ --exit-code-from teuthology
+docker-compose down
\ No newline at end of file
/teuthology/custom_conf.yaml
teuthology-dispatcher -v \
--log-dir /teuthology/log \
- --tube testnode
-tail -f /dev/null
\ No newline at end of file
+ --tube testnode \
+ --exit-on-empty-queue
\ No newline at end of file