Parse report data correctly in report-flakes.

pull/12064/head
Andriy Dzikh 2021-07-27 10:24:46 -07:00
parent d30016c008
commit 780b11bdae
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ TMP_DATA=$(mktemp)
| (xargs gsutil ls || true) \
| xargs gsutil cat \
| "$DIR/process_data.sh" \
| sed -n -r -e "s|[0-9a-f]*,[0-9-]*,([a-zA-Z/_0-9-]*),([a-zA-Z/_0-9-]*),Failed,[.0-9]*|\1:\2|p" \
| sed -n -r -e "s|[0-9a-f]*,[0-9-]*,([a-zA-Z/_0-9-]*),([a-zA-Z/_0-9-]*),Failed,[.0-9]*,[a-zA-Z/_0-9-]*,[0-9]*,[.0-9]*|\1:\2|p" \
| sort \
> "$TMP_DATA"