Hi all, I’ve been working on packaging lichen-markdown for yunohost, and my app package repo is here .
For the latest testing, I see two tests are run:
ci-apps-bullseye-dev passes everything and is level 7
ci-apps-dev passes nothing and is at level 0
what is the difference between these two tests? and how do I fix the ci-apps-dev test?
Link to test results:
Failed Test: YunoRunner for CI
Successful Test: YunoRunner for CI
both tests get triggered whenever I run !testme
Aleks
December 3, 2024, 6:18pm
2
ci-apps-bullseye-dev is bullseye / yunohost 11.x (our oldstable)
ci-apps-dev is bookworm / yunohost 12.x (our current stable)
If this is a new app, you should mainly be concerned about bookworm as probably nobody installed the app on bullseye etc.
It sounds like the test for bookworm failed because all install modes were disabled in tests.toml, and then orhtej removed it for you such that tests are meaningful : Update tests.toml · YunoHost-Apps/lichenmarkdown_ynh@1b77d64 · GitHub
So you probably want to relaunch the test and see how it goes now
1 Like
Thanks @Aleks I appreciate the explanation
I realized the issue was git confusion on my part – I thought that orhtej’s fix was in the branch I was on, as the PR was merged into ‘testing’ branch, but actually the branch I was running the tests on didn’t have that commit … so I was going a bit crazy
anyway its working now ! sorry for the confusion
1 Like
I have a similar problem, do you know why it’s level 8 with bullseye and level 3 with bookworm?
YunoHost-Apps:master
← YunoHost-Apps:testing
:v:
[![Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunoh… ost.org/ci/api/job/4818/badge)](https://ci-apps-dev.yunohost.org/ci/job/4818)
[![](https://ci-apps-dev.yunohost.org/ci/summary/4818.png)](https://ci-apps-dev.yunohost.org/ci/job/4818)
what could I do?