ci: disable sauce-connect logging for realz (#17995)

follow up on #17947
This commit is contained in:
Igor Minar 2017-07-07 11:59:40 -07:00 committed by Jason Aden
parent 504500de50
commit 72747e5213
1 changed files with 2 additions and 1 deletions

View File

@ -22,11 +22,12 @@ CONNECT_URL="https://saucelabs.com/downloads/sc-${SAUCE_CONNECT_VERSION}-linux.t
CONNECT_DIR="/tmp/sauce-connect-$RANDOM"
CONNECT_DOWNLOAD="sc-latest-linux.tar.gz"
CONNECT_LOG="$LOGS_DIR/sauce-connect"
# logging disabled because it's seems to be overwhelming travis and causing flakes
# when we are cat-ing the log in print-logs.sh
# CONNECT_LOG="$LOGS_DIR/sauce-connect"
# CONNECT_STDOUT="$LOGS_DIR/sauce-connect.stdout"
# CONNECT_STDERR="$LOGS_DIR/sauce-connect.stderr"
CONNECT_LOG="/dev/null"
CONNECT_STDOUT="/dev/null"
CONNECT_STDERR="/dev/null"