panfrost/ci: Don't error out on RK3288
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 28 Jun 2019 06:10:29 +0000 (08:10 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 28 Jun 2019 09:13:04 +0000 (11:13 +0200)
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 <tomeu.vizoso@collabora.com>
Suggested-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/gitlab-ci.yml

index 6ca2bff5b50222a19e96a1b3ee4b698c590762ae..3c015678a75525c17c91b982de1419f289119ff2 100644 (file)
@@ -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: