From 19d2d8a484d55805704aad1b76cfc36ad4bc9032 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Oct 2023 17:52:04 +0100 Subject: [PATCH] CI: don't hardcode the selftest tests to run Just execute all tests with the meta-arm tag, instead of hardcoding the list of tests. Also run two tests in parallel as there's no reason to limit it to one. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0466c096..e1845be5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -234,7 +234,7 @@ selftest: extends: .setup script: - KASFILES=./ci/qemuarm64.yml:./ci/selftest.yml:lockfile.yml - - kas shell --update --force-checkout $KASFILES -c 'oe-selftest --num-processes 1 --run-tests runfvp' + - kas shell --update --force-checkout $KASFILES -c 'oe-selftest --num-processes 2 --select-tag meta-arm --run-all-tests' # Validate layers are Yocto Project Compatible check-layers: