*** pahuang has quit IRC | 00:07 | |
*** pahuang has joined #openstack-i18n | 00:25 | |
*** guoshan has joined #openstack-i18n | 01:30 | |
*** guoshan has quit IRC | 01:35 | |
*** guoshan has joined #openstack-i18n | 01:36 | |
*** shu-mutou-AWAY is now known as shu-mutou | 01:53 | |
*** aeng has quit IRC | 02:00 | |
*** aeng has joined #openstack-i18n | 02:14 | |
*** epico has joined #openstack-i18n | 02:15 | |
*** guoshan has quit IRC | 02:42 | |
*** guoshan has joined #openstack-i18n | 02:54 | |
*** epico has quit IRC | 03:25 | |
*** amotoki_ has joined #openstack-i18n | 03:36 | |
*** amotoki has quit IRC | 03:39 | |
*** epico has joined #openstack-i18n | 03:49 | |
*** guoshan has quit IRC | 04:11 | |
*** amotoki has joined #openstack-i18n | 05:07 | |
*** amotoki_ has quit IRC | 05:09 | |
*** guoshan has joined #openstack-i18n | 05:10 | |
*** guoshan has quit IRC | 05:32 | |
*** guoshan has joined #openstack-i18n | 05:38 | |
*** pahuang has quit IRC | 05:45 | |
*** guoshan has quit IRC | 05:53 | |
*** pahuang has joined #openstack-i18n | 05:58 | |
*** guoshan has joined #openstack-i18n | 05:59 | |
*** guoshan has quit IRC | 06:02 | |
*** guoshan has joined #openstack-i18n | 06:04 | |
*** rcernin has joined #openstack-i18n | 06:51 | |
*** tesseract has joined #openstack-i18n | 07:12 | |
*** amotoki has quit IRC | 07:20 | |
*** amotoki has joined #openstack-i18n | 07:34 | |
*** ykatabam has quit IRC | 07:36 | |
*** amotoki has quit IRC | 07:42 | |
*** amotoki has joined #openstack-i18n | 08:32 | |
*** ykatabam has joined #openstack-i18n | 08:37 | |
*** ykatabam has quit IRC | 08:51 | |
*** amoralej|off is now known as amoralej | 08:58 | |
*** jpich has joined #openstack-i18n | 09:09 | |
*** rsimai_away is now known as rsimai_ | 09:35 | |
*** shu-mutou is now known as shu-mutou-AWAY | 10:05 | |
*** pcaruana has joined #openstack-i18n | 10:24 | |
*** guoshan has quit IRC | 10:30 | |
*** ppiela has quit IRC | 10:33 | |
*** ppiela has joined #openstack-i18n | 10:34 | |
ianychoi | amoralej, thanks a lot for considering the patches | 10:45 |
---|---|---|
amoralej | ianychoi, glad to help | 10:45 |
amoralej | let's see if we can get them merged | 10:45 |
amoralej | ianychoi, we've hit problems with compile_catalog from time to time when packaging in RDO, what do you think about adding it to gate jobs for zanata import reviews? | 10:46 |
ianychoi | amoralej, some ci looks so strange now: https://review.openstack.org/#/c/439501/ | 10:47 |
ianychoi | amoralej, I am now trying to figure out the meaning of your saying: to support packagings in RDO is somewhat different from current job support for zanata import? | 10:48 |
amoralej | in RDO, we just use compile_catalog defined upstream | 10:49 |
amoralej | but, compile_catalog is not tested in upstream gates | 10:50 |
amoralej | we just do "python setup.py compile_catalog" | 10:50 |
ianychoi | Hmm.. okay. I think it would be mainly because Zanata import job is currently run in ubuntu-based distro and there is no test for rdo even for tox.ini in CIs in repisoitories | 10:52 |
ianychoi | IMO yep supporting this not to make failures in RDO looks good. I will discuss in next IRC meeting.. | 10:54 |
amoralej | ianychoi, i think it'd fails in ubuntu also. My guess is that compile_catalog is not executed at all in gate | 10:54 |
amoralej | even if it's in tox.ini | 10:54 |
amoralej | i don't think compile_catalog is broken for RDO. It's broken for anyone executint it | 10:55 |
amoralej | on any platform | 10:55 |
amoralej | unless i'm missing something | 10:55 |
ianychoi | http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/scripts/upstream_translation_update.sh | 10:55 |
ianychoi | This is the script every 06:00 UTC daily starts | 10:56 |
ianychoi | And currently, only the targets who have "- translation-jobs" field in http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml are run | 10:56 |
ianychoi | So.. maybe some projects which have compile_catalog but do not have "- translation-jobs" will not be tested by daily translation sync + if there is no translation change then the infra job will not be executed | 10:57 |
ianychoi | amoralej, I am not pretty sure, but "complie_catalog" related jobs would be executed after every commit (patch) change by Jenkins on each project repository, like +1 or -1 Jenkins after patch submission? | 10:59 |
*** amotoki has quit IRC | 11:07 | |
amoralej | ianychoi, thanks for those hints, but i still have some doubts. according to projects.yaml translation-jobs are enabled for keystone, but i don't see any reference to translation jobs in https://review.openstack.org/#/c/437811/ | 11:09 |
amoralej | shouldn't they appear in reviews? | 11:10 |
*** amotoki has joined #openstack-i18n | 11:13 | |
ianychoi | amoralej, it explained in https://docs.openstack.org/infra/manual/creators.html#enabling-translation-infrastructure (by clicking "how to Enable the Translation Infrastructure." in http://docs.openstack.org/developer/i18n/reviewing-translation-import.html - the document referenced in the review) | 11:16 |
*** epico has quit IRC | 11:24 | |
amoralej | ianychoi, according to https://docs.openstack.org/infra/manual/creators.html#checking-translation-imports imports checking is done with msgfmt on existing files, what doesn't capture issues like this | 11:35 |
*** amotoki has quit IRC | 11:36 | |
amoralej | IMO, using python setup.py compile_catalog in pep8 target would improve coverage | 11:36 |
ianychoi | amoralej, thanks for the link. Then adding the line to like http://git.openstack.org/cgit/openstack/keystone/tree/tox.ini#n27 would be a good idea? | 11:42 |
amoralej | ianychoi, yes, i've tested it with https://review.openstack.org/#/c/437811 and it would capture this problem but it could be done in the translate jobs also instead of definig per-project | 11:51 |
amoralej | i see https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/common_translation_update.sh#L477 | 11:51 |
amoralej | there you are checking format | 11:51 |
amoralej | an additional check could be added to test compile_catalog | 11:52 |
ianychoi | amoralej, aha I see. That would be so a great idea I think. Would you help to change common_translation_update.sh script to test also complie_catalog? I actually do not know too much how to well test complie_catalog. Maybe you have more knowledge on that :) | 12:05 |
amoralej | ianychoi, i don't have much time but i'll put it in backlog, let's see if i can do it in next days | 12:06 |
*** amotoki has joined #openstack-i18n | 12:21 | |
ianychoi | amoralej, yep I do now want that you will have too much overhead for this. Thanks a lot! :) | 12:23 |
*** steveg_afk has quit IRC | 12:30 | |
*** steveg_afk has joined #openstack-i18n | 12:41 | |
*** amotoki has quit IRC | 13:00 | |
*** amoralej is now known as amoralej|lunch | 13:25 | |
*** steveg_afk has quit IRC | 13:30 | |
*** ygbo has joined #openstack-i18n | 13:33 | |
*** steveg_afk has joined #openstack-i18n | 13:44 | |
*** amotoki has joined #openstack-i18n | 14:00 | |
*** amoralej|lunch is now known as amoralej | 14:25 | |
*** porrua has joined #openstack-i18n | 14:30 | |
*** rcernin has quit IRC | 16:03 | |
*** rsimai_ is now known as rsimai_away | 16:24 | |
*** steveg_afk has quit IRC | 16:38 | |
*** steveg_afk has joined #openstack-i18n | 16:43 | |
*** rcernin has joined #openstack-i18n | 16:52 | |
*** ygbo has quit IRC | 17:01 | |
*** jpich has quit IRC | 18:00 | |
*** tesseract has quit IRC | 18:16 | |
*** steveg_afk has quit IRC | 19:27 | |
*** steveg_afk has joined #openstack-i18n | 19:39 | |
*** pcaruana has quit IRC | 19:58 | |
*** amoralej is now known as amoralej|off | 20:03 | |
*** porrua has quit IRC | 20:47 | |
*** pcaruana has joined #openstack-i18n | 21:30 | |
*** pcaruana has quit IRC | 21:33 | |
*** steveg_afk has quit IRC | 22:30 | |
*** steveg_afk has joined #openstack-i18n | 22:43 | |
*** ykatabam has joined #openstack-i18n | 22:45 | |
ianychoi | *Notice* Zanata (translate.o.o) will not be available not for upgrading to 3.9.6 | 23:04 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!