Add a job to run the test suite with CCF_FULL. Mostly we just want to run the UT clk selftests to ensure that CCF works as expected.
Signed-off-by: Casey Connolly <[email protected]> --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb13fde82b86..20a91a7e0477 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -315,8 +315,13 @@ sandbox64 with clang test.py: TEST_PY_BD: "sandbox64" OVERRIDE: "-O clang-20" <<: *buildman_and_testpy_dfn +sandbox64_ccf_full test.py: + variables: + TEST_PY_BD: "sandbox64_ccf_full" + <<: *buildman_and_testpy_dfn + sandbox64_lwip test.py: variables: TEST_PY_BD: "sandbox64_lwip" <<: *buildman_and_testpy_dfn -- 2.55.0
