Mesa (master): gitlab-ci: bump arm test container

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 22 22:06:40 UTC 2019


Module: Mesa
Branch: master
Commit: 8af7551a9efaa4490f92b45439a64224ff51e3a6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8af7551a9efaa4490f92b45439a64224ff51e3a6

Author: Rob Clark <robdclark at chromium.org>
Date:   Fri Nov 22 13:30:18 2019 -0800

gitlab-ci: bump arm test container

To pick up updated cts_runner and netcat for the flake reporting.

Signed-off-by: Rob Clark <robdclark at chromium.org>
Acked-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .gitlab-ci.yml            | 4 ++--
 .gitlab-ci/deqp-runner.sh | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ba2cd5e327..995bf5b278a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,7 +103,7 @@ x86_build:
 x86_test:
   extends: x86_build
   variables:
-    DEBIAN_TAG: &x86_test "2019-11-20-2"
+    DEBIAN_TAG: &x86_test "2019-11-22"
 
 # Debian 9 based x86 build image (old LLVM)
 x86_build_old:
@@ -138,7 +138,7 @@ arm_build:
 arm_test:
   extends: arm_build
   variables:
-    DEBIAN_TAG: &arm_test "2019-11-12"
+    DEBIAN_TAG: &arm_test "2019-11-22"
 
 .use-arm_test:
   variables:
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




More information about the mesa-commit mailing list