os-autoinst-distri-rocky-mi.../build-report.sh
2021-11-14 20:44:00 -06:00

10 lines
229 B
Bash
Executable File

#!/bin/bash
set -e
BUILD_NAME=$1
printf '# %s\nTest | Result\n=============\n' "$BUILD_NAME"
openqa-cli api -X GET jobs build="$BUILD_NAME" | \
jq -r '.jobs[] | {name,result} | join(" | ") | split("-") | last' | \
sort