summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/deqp-runner.sh
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-11-22 13:30:18 -0800
committerRob Clark <[email protected]>2019-11-22 13:48:29 -0800
commit8af7551a9efaa4490f92b45439a64224ff51e3a6 (patch)
treede51394b3517ec98254ecf703e09efc03d581130 /.gitlab-ci/deqp-runner.sh
parentfdaf77707629ba218f15cc876cd414f718e5a4f4 (diff)
gitlab-ci: bump arm test container
To pick up updated cts_runner and netcat for the flake reporting. Signed-off-by: Rob Clark <[email protected]> Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci/deqp-runner.sh')
-rwxr-xr-x.gitlab-ci/deqp-runner.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 989a222967e..b651570cf1c 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -135,6 +135,9 @@ else
echo "Some flakes found (see cts-runner-flakes.txt in artifacts for full results):"
head -n 50 $RESULTS/cts-runner-flakes.txt
+ # Save the logs for up to the first 50 flakes:
+ head -n 50 $RESULTS/cts-runner-flakes.txt | quiet extract_xml_results /tmp/*.qpa
+
# Report the flakes to IRC channel for monitoring (if configured):
quiet report_flakes $RESULTS/cts-runner-flakes.txt
else