Opened 4 years ago
Closed 4 years ago
#2254 closed task (fixed)
[translations] Actions & travis
Reported by: | cvvergara | Owned by: | cvvergara |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive14.0 |
Component: | Documentation | Keywords: | |
Cc: |
Description (last modified by )
Travis is taking around 16 minutes to check links in 4 languages
Move the link checking of languages to github actions as they can run in parallel, it takes less time to check the links.
How "should" it work:
- English links is always checked
- if the (last) commit message has the string
[<lang>]
that language links is checked
for example:
Commit msg | Action |
---|---|
[es] updating links | will only trigger Spanish translations link checking. (and English) |
[es][de] downloading translations | will trigger Spanish & German translations link checking. (and English) |
change mapserver version | will trigger only the English link checking |
Change History (8)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
comment:2 by , 4 years ago
Component: | OSGeoLive → Documentation |
---|
comment:3 by , 4 years ago
Description: | modified (diff) |
---|
comment:4 by , 4 years ago
comment:5 by , 4 years ago
Thinking it over, I will do the option that always checks the English Just in case there is a problem with the English, like a new broken link.
comment:7 by , 4 years ago
Milestone: | → OSGeoLive14.0 |
---|
Note:
See TracTickets
for help on using tickets.
Not so sure what to do
How I am making it work:
[<lang>]
that language links is checkedfor example:
[es] updating links
[es][de] downloading translations
change mapserver version