aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-09-01 16:41:43 -0400
committerTom Rini <trini@konsulko.com>2023-09-06 13:51:20 -0400
commit57c7cb66b681501923f351672dc4acff70736299 (patch)
tree457a3efd29cec24714a8aef99e588f9f27695126
parentc807bdd0a973139c577893c18e044c3c86da0c40 (diff)
downloadu-boot-WIP/2023-09-06-assorted-CI-updates.zip
u-boot-WIP/2023-09-06-assorted-CI-updates.tar.gz
u-boot-WIP/2023-09-06-assorted-CI-updates.tar.bz2
Azure: Add sandbox64 to CIWIP/2023-09-06-assorted-CI-updates
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>
-rw-r--r--.azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index c127fd3..421c501 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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"