From: Marek Vasut Date: Fri, 1 Sep 2023 08:48:10 +0000 (+0200) Subject: .gitlab-ci: Test sandbox64 board in addition to sandbox X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=c807bdd0a973139c577893c18e044c3c86da0c40;p=u-boot.git .gitlab-ci: Test sandbox64 board in addition to sandbox Test both 32bit and 64bit sandbox boards in CI. Signed-off-by: Marek Vasut Reviewed-by: Tom Rini --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8171c1d619..6efbd8021c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"