upload separate log files
This commit is contained in:
parent
6a4a443c26
commit
64f123563b
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ set -ev
|
||||||
|
|
||||||
upload_logs() {
|
upload_logs() {
|
||||||
buildkite-agent artifact upload synapse/installations/consent/homeserver.log
|
buildkite-agent artifact upload synapse/installations/consent/homeserver.log
|
||||||
buildkite-agent artifact upload e2etests.log
|
buildkite-agent artifact upload logs/**/*
|
||||||
}
|
}
|
||||||
|
|
||||||
handle_error() {
|
handle_error() {
|
||||||
|
@ -32,6 +32,7 @@ ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
||||||
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
|
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
|
||||||
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
|
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
|
||||||
./install.sh
|
./install.sh
|
||||||
|
mkdir logs
|
||||||
TESTS_STARTED=1
|
TESTS_STARTED=1
|
||||||
./run.sh --no-sandbox --error-log e2etests.log
|
./run.sh --no-sandbox --log-directory logs/
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue