Opened 10 months ago

Last modified 10 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 robe, 10 months ago

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:

expression: push .*(stable|master).* https://git.osgeo.org/gitea/postgis/postgis.git
text: $x_gitea_event $reference $clone_url

Before it was just:

expression: push
text: $x_gitea_event

comment:2 by strk, 10 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

Note: See TracTickets for help on using tickets.