[00:53:29]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 84 pending update PRs
- 9 new apps PRs
- 4 failed apps updates: backrest, flood, fluffychat, mobilizon
See the full log here: https://paste.yunohost.org/raw/unaduqoset
[10:01:35]
<Yunohost Git/Infra notifications> App jellyfin rises from level 0 to 1 in job [#31397](https://ci-apps.yunohost.org/ci/job/31397) !
[10:33:50]
<orhtej2> Autoupdater no longer trigsers the ci
[10:34:22]
<orhtej2> Also apps-dev has no runners
[10:35:00]
<Salamandar> i disagree x2 :D
[10:35:23]
<orhtej2> > <@Salamandar:matrix.org> i disagree x2 :D
https://github.com/YunoHost-Apps/syncserver-rs_ynh/pull/75
[10:36:13]
<orhtej2> > Also apps-dev has no runners
Indeed it's alive again
[10:36:33]
<Salamandar> it just doesn't add the github comments anymore
[10:36:39]
<Salamandar> why is that, though…
[10:38:11]
<orhtej2> > <@Salamandar:matrix.org> it just doesn't add the github comments anymore
Huh 🤷
[10:39:03]
<Salamandar> cuz the job is here https://ci-apps-dev.yunohost.org/ci/job/20565
[10:43:32]
<Salamandar> > Oct 30 11:33:15 ci-apps-dev.yunohost.org python[2889028]: [2024-10-30 11:33:15 +0100] [2889028] [API] [github] User orhtej2 is not authorized to run webhooks!
[10:43:37]
<Salamandar> doesn't make any sense
[10:43:41]
<Salamandar> bookworm ci accepts you…
[10:47:43]
<Salamandar> can you retry !testme please ?
[10:47:49]
<Salamandar> i think the github token was expired
[10:50:06]
<orhtej2> > <@Salamandar:matrix.org> can you retry !testme please ?
only bookworm again:
[10:50:07]
<orhtej2> https://github.com/YunoHost-Apps/penpot_ynh/pull/70
[10:51:02]
<Salamandar> yes actually
[10:51:10]
<Salamandar> > Oct 30 11:50:25 ci-apps-dev.yunohost.org python[3086164]: [2024-10-30 11:50:25 +0100] [3086164] [BACKGROUND] [create_job] a job for 'penpot (PR #70, ci-auto-update-2.2.1) is already scheduled, not adding another one
[10:51:14]
<Salamandar> this one makes sense
[10:51:31]
<orhtej2> ah, makes sense
[10:51:39]
<Salamandar> for once :D
[11:12:28]
<tituspijean> wishlist: have the bot react with 👎️ if the user does not have permission. 😅
[11:25:52]
<Salamandar> Actually orh tej2 did "not have permission" cuz the bot did not have permission to check if he had permission
[15:09:45]
<miro5001> I have changed the manifest section of language selection like this
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["Français", "English"]
default = "Français"
The ci failed with this error
1546 ERROR Unexpected value; choose between 'Français', 'English'
Should I use another variable.
The installation of ojs using curl requires the full language name not the abbreviation
[15:11:24]
<Salamandar> i suggest something else
[15:11:42]
<Salamandar> ```
choices.fr = "Français"
choices.en = "English"
default = "en"
```
[15:12:13]
<Salamandar> that way you have more "scriptable" values to switch on in your scripts
[15:12:20]
<Salamandar> and the day the "pretty string" changes (maybe you put c instead of ç) it doesn't break your scripts
[15:12:51]
<Salamandar> also the ç might cause an issue here cuz it's not ascii ? dunno
[17:16:20]
<miro5001> I tried here https://github.com/YunoHost-Apps/ojs_ynh/blob/e3eedd3b5c1df1ed8ca45794befe0078c7c76841/manifest.toml#L49
But still language = "en" not "English"
[17:29:57]
<miro5001> oh, it worked. that was curl not accepting selfsigned certificates
[21:35:03]
<Josué> Hello,
I've a question about the CI.
On my apps I've a lot of issue with the CI since it was migrated to the new server. Is it a known issue ? And does anyone have the same issue ?
[21:58:58]
<Salamandar> hey, the CI had indeed some issues, partly due to the HDDs being very slow
[21:59:10]
<Salamandar> I enabled something some days ago to go VEEEEEERRY fast
[22:22:00]
<Yunohost Git/Infra notifications> App rclone rises from level 1 to 7 in job [#31797](https://ci-apps.yunohost.org/ci/job/31797) !
[22:31:25]
<Josué> ok, maybe we can limit to a lower value the number of current job. This could help. Because now I've a lot of PR that I can't merge because of the CI.
[22:33:13]
<Josué> > <@Salamandar:matrix.org> hey, the CI had indeed some issues, partly due to the HDDs being very slow
yes the HDD could be an issue. I've the same issue on Proxmox with other association, the HDD make the container really slow.
[22:35:54]
<Salamandar> are you talking about the dev ci ?
[22:42:59]
<Josué> this one ci-apps-bookworm-dev.yunohost.org
[22:44:43]
<Josué> like by example https://ci-apps-bookworm-dev.yunohost.org/ci/job/3632
[22:45:06]
<orhtej2> testme still not loving me here https://github.com/YunoHost-Apps/friendica_ynh/pull/147
[22:45:08]
<Josué> it seem it's really slow and so the app end with a timeout
[22:45:52]
<Josué> > testme still not loving me here https://github.com/YunoHost-Apps/friendica_ynh/pull/147
same issue this evening https://github.com/YunoHost-Apps/synapse_ynh/pull/494
[22:48:20]
<Josué> sometime I can get through if I only restart one test at a time.