We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044583a commit 4b912f7Copy full SHA for 4b912f7
dev/run-tests
@@ -210,3 +210,15 @@ echo "========================================================================="
210
CURRENT_BLOCK=$BLOCK_MIMA
211
212
./dev/mima
213
+
214
+echo ""
215
+echo "========================================================================="
216
+echo "Sending archived unit tests logs"
217
218
219
+LOG_ARCHIVE=unit-tests-logs.tar.gz
220
+find . -name "unit-tests.log" | xargs tar czf ${LOG_ARCHIVE}
221
222
+JENKINS_BUILD_DIR=${JENKINS_HOME}/jobs/builds/${JOB_NAME}/${BUILD_NUMBER}
223
+scp ${LOG_ARCHIVE} amp-jenkins-master:${JENKINS_BUILD_DIR}/${LOG_ARCHIVE}
224
+rm -f ${LOG_ARCHIVE}
0 commit comments