We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cdd57 commit 16ef6b6Copy full SHA for 16ef6b6
1 file changed
tests/bin/test-setup.sh
@@ -134,6 +134,14 @@ function dump_logs {
134
get_logs deis-router@3 deis-store-volume deis-store-volume-3
135
get_logs deis-store-gateway
136
137
+ # get debug-etcd logs
138
+ fleetctl -strict-host-key-checking=false ssh deis-router@1 journalctl --no-pager -u etcd \
139
+ > $FAILED_LOGS_DIR/debug-etcd-1.log
140
+ fleetctl -strict-host-key-checking=false ssh deis-router@2 journalctl --no-pager -u etcd \
141
+ > $FAILED_LOGS_DIR/debug-etcd-2.log
142
+ fleetctl -strict-host-key-checking=false ssh deis-router@3 journalctl --no-pager -u etcd \
143
+ > $FAILED_LOGS_DIR/debug-etcd-3.log
144
+
145
# tarball logs
146
BUCKET=jenkins-failure-logs
147
FILENAME=deis-test-failure-$TIMESTAMP.tar.gz
0 commit comments