Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 2a3c71a

Browse files
committed
CI testing: don't combine results into tarball
This tarball has no use. Signed-off-by: Olev Kartau <olev.kartau@intel.com>
1 parent 87b7147 commit 2a3c71a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ try {
152152
// Here one tester adds it's summary piece to the global buffer.
153153
global_sum_log += readFile "results-summary-${test_device}.${img}.log"
154154
archiveArtifacts allowEmptyArchive: true,
155-
artifacts: '*.log, *.xml, aft-results*.tar.bz2'
155+
artifacts: '*.log, *.xml'
156156
}
157157
// without locking we may lose tester result set(s)
158158
// if testers run xunit step in nearly same time

docker/tester-exec.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ testimg() {
109109
echo " Run rate:${run_rate}% Pass rate of total:${pass_rate_of_total}% Pass rate of exec:${pass_rate_of_exec}%" >> $sumfile
110110
fi
111111
echo "-------------------------------------------------------------------" >> $sumfile
112-
# combine artifacts into single file for easier download
113-
tar c --ignore-failed-read results* *.xml *.log | bzip2 -c9 > aft-results_${DEVICE}_${_IMG_NAME}_${TEST_SUITE_FILE}.tar.bz2
114112
set -e
115113

116114
return ${AFT_EXIT_CODE}

0 commit comments

Comments
 (0)