-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete translation jobs? #351
Comments
Yes, we can remove the job that checks for missing i18n tags, but not the one that extracts the statistics. Until Plone organization is fully validated in Weblate, I would like to keep the stats in Jenkins as they are now. |
So the ones that are broken we are meant to keep, and the ones that are running fine we no longer need them? 😆 I guess is a small fix to get the broken ones fixed, well, at least the Plone backend ones, the volto one, no idea 😅 |
If they need work anyway, maybe it makes more sense to move them to Github Actions instead of fixing the jenkins jobs? |
Sure, I don't have any strong desire to keep things in jenkins 😄 though, while nobody offers another solution (GHA or something else) we should keep that running if they are needed |
We have a few jobs in Jenkins that look for missing translations and such:
https://jenkins.plone.org/view/Translations/
Is anyone paying attention to them, or they can be removed? 🤔
With
plone/meta
whenever a new PR is created, there is a check (withpre-commit
) to check if there are strings not marked for translation... not sure if this is enough 🤷🏾The text was updated successfully, but these errors were encountered: