Opened 14 months ago
Last modified 14 months ago
#5560 new defect
Debbie's PostGIS_Make_Dist should only run for main repo and only for stable/master branches
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | master |
Keywords: | Cc: |
Description
I thought I had this working but guess I don't.
It seems PostGIS_Make_Dist is running for the branches that strk creates on main repo and also running for example on lbartlotti.
https://debbie.postgis.net/job/PostGIS_Make_Dist/
I added an extra restriction to only run for https://git.osgeo.org/postgis/postgis.git
but the prior restriction should have prevented refs/heads/sfcgal_visibility from running.
I think maybe I'm just putting my filters in the wrong place.
I have for request filter
reference = .*(stable|master).* clone_url = https://git.osgeo.org/gitea/postgis/postgis.git
Change History (2)
comment:1 by , 14 months ago
comment:2 by , 14 months ago
I was thinking it would not be bad to have Debbie publish docs pushed to a "docs-staging" or similar named branch into a well-known URL that we could use to check effects of some docs changes
Okay I changed it to the optional filter location. I think setting in request filter might have been wrong. Will see on next run and close this out if it seems to work.
So optional filter looks like this now:
Before it was just: