aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/ci
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2019-05-07 08:44:03 +0200
committerTomeu Vizoso <[email protected]>2019-05-10 07:37:05 +0200
commit7842fe3a457fec5d42e82523b833810b81ab8929 (patch)
tree1c72b25bff5150bb65186ec4b456f51b3b3654c0 /src/gallium/drivers/panfrost/ci
parent8e139250aaf57864c60ed6bb7e8bf3fc5f55feb9 (diff)
panfrost: ci: Check for incomplete runs
To improve robustness, check that we got the expected number of results. Right now we hard-code the expected number of tests run, but with some effort we may be able to infer it. Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r--src/gallium/drivers/panfrost/ci/gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
index af8019b0339..635d7b04bcd 100644
--- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
@@ -192,6 +192,7 @@ build-arm64:
- 'echo "Passed: $PASSED ($(expr $PASSED \* 100 / $TOTAL)%)"'
- 'echo "Failed: $FAILED ($(expr $FAILED \* 100 / $TOTAL)%)"'
- 'echo "Total: $TOTAL"'
+ - 'if [ $TOTAL != 17439 ]; then echo "WARNING: Unexpected count of results. Incomplete run?"; fi'
- sed '/,pass/d' results/results-$lava_job_id.csv | sed 's/,fail//' > results/failures-$lava_job_id.txt
- diff -u src/gallium/drivers/panfrost/ci/expected-failures.txt results/failures-$lava_job_id.txt