Upload user dir from test runs (#13326)

* Add archive logs step to linux build

* right file

* try

* try this

* correct order

* build artifact

* export

* log

* use tmp

* zip up all

* Remove extra publish

* other scripts

* add test name to dir
This commit is contained in:
Charles Gagnon
2020-11-10 08:57:57 -08:00
committed by GitHub
parent 7cd4964f35
commit 0d49744061
4 changed files with 30 additions and 15 deletions

View File

@@ -111,5 +111,7 @@ if [[ "$RUN_DBPROJECT_TESTS" == "true" ]]; then
"$INTEGRATION_TEST_ELECTRON_PATH" $LINUX_NO_SANDBOX --extensionDevelopmentPath=$ROOT/extensions/sql-database-projects --extensionTestsPath=$ROOT/extensions/sql-database-projects/out/test --user-data-dir=$VSCODEUSERDATADIR --extensions-dir=$VSCODEEXTDIR --disable-telemetry --disable-crash-reporter --disable-updates --nogpu
fi
rm -r $VSCODEUSERDATADIR
rm -r $VSCODEEXTDIR
if [[ "$NO_CLEANUP" == "" ]]; then
rm -r $VSCODEUSERDATADIR
rm -r $VSCODEEXTDIR
fi