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-04 11:31:17 -0400
commit0fe216ed4de1b5cea529b5131f371b481c21c0dc (patch)
tree0ae7f4353b3e60d38c264ae3fe68168bcb5fc15e
parent48ed90a9b0152617e57a62c0d48d3d19d212604c (diff)
downloadu-boot-WIP/2023-09-01-assorted-CI-updates.zip
u-boot-WIP/2023-09-01-assorted-CI-updates.tar.gz
u-boot-WIP/2023-09-01-assorted-CI-updates.tar.bz2
Azure: Add sandbox64 to CIWIP/2023-09-01-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>
-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"