Now that sandbox64 can run and pass the regular test.py suite, add it
here as well.

Signed-off-by: Tom Rini <tr...@konsulko.com>
---
 .azure-pipelines.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 72a772ce9c65..d01fa117c3a3 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -334,6 +334,11 @@ stages:
         sandbox_clang:
           TEST_PY_BD: "sandbox"
           OVERRIDE: "-O clang-16"
+        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"
-- 
2.34.1

Reply via email to