.gitlab-ci: Test sandbox64 board in addition to sandbox
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 1 Sep 2023 08:48:10 +0000 (10:48 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 6 Sep 2023 17:51:20 +0000 (13:51 -0400)
Test both 32bit and 64bit sandbox boards in CI.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml

index 8171c1d..6efbd80 100644 (file)
@@ -265,6 +265,23 @@ sandbox without LTO test.py:
     BUILD_ENV: "NO_LTO=1"
   <<: *buildman_and_testpy_dfn
 
+sandbox64 test.py:
+  variables:
+    TEST_PY_BD: "sandbox64"
+  <<: *buildman_and_testpy_dfn
+
+sandbox64 with clang test.py:
+  variables:
+    TEST_PY_BD: "sandbox64"
+    OVERRIDE: "-O clang-16"
+  <<: *buildman_and_testpy_dfn
+
+sandbox64 without LTO test.py:
+  variables:
+    TEST_PY_BD: "sandbox64"
+    BUILD_ENV: "NO_LTO=1"
+  <<: *buildman_and_testpy_dfn
+
 sandbox_spl test.py:
   variables:
     TEST_PY_BD: "sandbox_spl"