arm64: zynqmp: Add missing Kconfig options to zynqmp_virt platform
[oweals/u-boot.git] / .gitlab-ci.yml
index 9b295ac710feb9d89209731625e42186d8e064a3..d799cc30a8b90518c19618e540c88dbeda8ddcbb 100644 (file)
@@ -2,7 +2,7 @@
 
 # Grab our configured image.  The source for this is found at:
 # https://gitlab.denx.de/u-boot/gitlab-ci-runner
-image: trini/u-boot-gitlab-ci-runner:bionic-20191010-20Oct2019
+image: trini/u-boot-gitlab-ci-runner:bionic-20191202-10Jan2020
 
 # We run some tests in different order, to catch some failures quicker.
 stages:
@@ -178,6 +178,14 @@ sandbox test.py:
     BUILDMAN: "^sandbox$"
   <<: *buildman_and_testpy_dfn
 
+sandbox with clang test.py:
+  tags: [ 'all' ]
+  variables:
+    TEST_PY_BD: "sandbox"
+    BUILDMAN: "^sandbox$"
+    OVERRIDE: "-O clang-7"
+  <<: *buildman_and_testpy_dfn
+
 sandbox_spl test.py:
   tags: [ 'all' ]
   variables: