Azure: Add sandbox64 to CI
authorTom Rini <trini@konsulko.com>
Fri, 1 Sep 2023 20:41:43 +0000 (16:41 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 6 Sep 2023 17:51:20 +0000 (13:51 -0400)
Now that sandbox64 can run and pass the regular test.py suite, add it
here as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml

index c127fd3..421c501 100644 (file)
@@ -301,6 +301,11 @@ stages:
           TEST_PY_BD: "sandbox"
           OVERRIDE: "-O clang-16 -a ASAN"
           TEST_PY_TEST_SPEC: "version"
+        sandbox64:
+          TEST_PY_BD: "sandbox64"
+        sandbox64_clang:
+          TEST_PY_BD: "sandbox64"
+          OVERRIDE: "-O clang-16"
         sandbox_nolto:
           TEST_PY_BD: "sandbox"
           BUILD_ENV: "NO_LTO=1"