Opened 12 months ago

Closed 12 months ago

Last modified 11 months ago

#5466 closed defect (fixed)

Turn off doc checks on translations that are far from done

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 3.4.0
Component: build Version: master
Keywords: Cc:

Description

woodie is taking a really long time on docs. Most of the time is doing check-xml.

Each check-xml run takes 5-6 minutes to run.

I'd like to turn them all off except for ja, fr, and de.

The other languages are too far from being completely translated to care about at this time.

Change History (5)

comment:1 by Regina Obe <lr@…>, 12 months ago

Resolution: fixed
Status: newclosed

In 120e8232/git:

TURN OFF check-xml except for ja, de, fr

Other languages are so far behind, it's a waste of time checking
and takes 6 minutes for each language checked
Closes #5466

comment:2 by Regina Obe <lr@…>, 12 months ago

In af3e6308/git:

Also take out cheatsheet, html, and pdf build
checks for uncommon languages

References #5466 for PostGIS 3.4.0

comment:3 by Regina Obe <lr@…>, 12 months ago

In f56fb33/git:

Remove more uncommon language builds
References #5466 for PostGIS 3.4.0

comment:4 by Regina Obe <lr@…>, 12 months ago

In 111e4a1/git:

Remove more language builds
not being translated
References #5466 for PostGIS 3.4.0

comment:5 by strk, 11 months ago

The docs.yml content after the DO NOT EDIT line is generated from .woodpecker/update-docs-localized.sh so that's where laguages should be skipped, if at all.

The conditionals should result in ONLY building the localized languages that are actually translated so it shoudln't be a huge deal to keep them all.

See https://git.osgeo.org/gitea/postgis/postgis/pulls/135 for how languages could be skip, if there's a compelling reason to do so

Note: See TracTickets for help on using tickets.