[Mesa-dev] [PATCH] panfrost/ci: Print only regressions
Alyssa Rosenzweig
alyssa.rosenzweig at collabora.com
Thu Aug 29 14:59:33 UTC 2019
A-b
On Thu, Aug 29, 2019 at 04:15:32PM +0200, Tomeu Vizoso wrote:
> Some functionality has been added to deqp-volt to only print
> regressions, so update our version of it and use the new options.
>
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
> ---
> src/gallium/drivers/panfrost/ci/deqp-runner.sh | 9 ++++++---
> src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 2 +-
> 2 files changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
> index c6b2cce88829..b226c3d3e6f6 100644
> --- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh
> +++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
> @@ -95,11 +95,14 @@ for test in $FLIP_FLOPS; do sed -i "/$test/d" /tmp/case-list.txt; done
> --results-file=/tmp/results.txt \
> --no-passed-results \
> --regression-file=/deqp/expected-failures.txt \
> - --no-rerun-tests
> + --no-rerun-tests \
> + --print-regression \
> + --no-print-fail \
> + --no-print-quality \
> + --no-colour-term
>
> if [ $? -ne 0 ]; then
> - echo "Regressions detected, printing results:"
> - cat /tmp/results.txt
> + echo "Regressions detected"
> echo "deqp: fail"
> else
> echo "No regressions detected"
> diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
> index 8bbb48ab76f1..ed0123b00a91 100644
> --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
> +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
> @@ -16,7 +16,7 @@
> variables:
> UPSTREAM_REPO: mesa/mesa
> DEBIAN_VERSION: testing-slim
> - IMAGE_TAG: "2019-08-21-1"
> + IMAGE_TAG: "2019-08-29-1"
>
> include:
> - project: 'wayland/ci-templates'
> --
> 2.20.1
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190829/7e7a081a/attachment.sig>
More information about the mesa-dev
mailing list