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 66d9b6a commit 364249cCopy full SHA for 364249c
1 file changed
tests/performance/test_runtimes.sh
@@ -85,7 +85,7 @@ test_runtime(){
85
86
echo -e "\n[SCRIPT] Saving k6 results to configmap ${results_cm}"
87
result_file="${result_dir}/${testid}"
88
- kubectl logs job/k6-${resource_name} -n ${resource_namespace} --tail=-1 > ${result_file}
+ kubectl logs job/k6-${resource_name} -n ${resource_namespace} --tail=-1 | grep -A 1000 "TOTAL RESULTS" > ${result_file}
89
kubectl create configmap ${results_cm} -n ${results_cm_ns} --from-file=${result_dir} --dry-run=client -o yaml | kubectl apply --server-side -f -
90
91
if [ $RAPID == "false" ]; then
0 commit comments