Skip to content

Commit

Permalink
build-test-recipe.yml: set DISTRO poky-altcfg
Browse files Browse the repository at this point in the history
As greengrass-lite requires systemd
  • Loading branch information
thomas-roos committed Dec 10, 2024
1 parent 21ed64c commit 1e01b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
echo TEST_RUNQEMUPARAMS += \"slirp\" >> conf/local.conf
echo TEST_SERVER_IP = \"127.0.0.1\" >> conf/local.conf
echo DISTRO_FEATURES += \"ptest\" >> conf/local.conf
echo DISTRO = \"poky-altcfg\" >> conf/local.conf
# this will specify what test should run when running testimage cmd - oeqa layer tests + ptests:
# Ping and SSH are not required, but do help in debugging. ptest will discover all ptest packages.
echo TEST_SUITES = \" ping ssh ptest\" >> conf/local.conf
Expand Down

0 comments on commit 1e01b60

Please sign in to comment.