diff options
author | Tomeu Vizoso <[email protected]> | 2019-06-28 08:10:29 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-06-28 11:13:04 +0200 |
commit | 0ec8a292fb1e3b0e2f1b6c9d2201ac3bfd993295 (patch) | |
tree | cffa5529f31b248d1d640337a25fa06fc8fbb0dd /src/gallium/drivers/panfrost/ci | |
parent | 6a26d6f4d9c5df0d98857fdf13310babd941a963 (diff) |
panfrost/ci: Don't error out on RK3288
At the moment we don't have enough people to ensure that RK3288 is
regression-free, so don't fail the CI in that case.
For now we'll focus on not regressing on RK3399 and we can expand to
other SoCs as more people join the effort.
Signed-off-by: Tomeu Vizoso <[email protected]>
Suggested-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml index 6ca2bff5b50..3c015678a75 100644 --- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml +++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml @@ -244,7 +244,9 @@ build:arm64: - 'if [ $TOTAL != 16374 ]; 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 results/expected-failures.txt results/failures-$lava_job_id.txt + + # Don't error out on RK3288 + - diff -u results/expected-failures.txt results/failures-$lava_job_id.txt || [ -f results/rk3288-veyron-jaq.dtb ] artifacts: when: always paths: |