Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#820 closed defect (fixed)

GEOS_Branch_3.6 Jenkins job broken

Reported by: strk Owned by: robe
Priority: major Milestone:
Component: Buildbots Version: 3.6.0
Severity: Unassigned Keywords:
Cc:

Description

The job has a Pull_Scripts step which tries to pull scripts from a no-more-existing SVN branch, see https://debbie.postgis.net/view/PostGIS/job/Pull_Scripts/67/console

Note that GEOS_Branch_3.5 instead works fine...

Change History (5)

comment:1 by robe, 7 years ago

actually 3.5 has the same issue to. That one just hasn't needed to run I guess.

For git, how to I pull just a subfolder? Need to change that job to use git

https://git.osgeo.org/gogs/postgis/postgis-buildbots.git

and it always pulled subfolder - debian/scripts in svn.

comment:2 by robe, 7 years ago

Other thought is same as we do in PostGIS and pgRouting, store winnie and debbie's GEOS build scripts in GEOS repo that way the latest is always pulled for each version of GEOS.

That might be a better plan. You okay with that?

comment:3 by strk, 7 years ago

No way to pull a subfolder. I'm ok with storing GEOS build scripts in GEOS repo, but you can as well fetch that script from git, like with: https://git.osgeo.org/gogs/postgis/postgis-buildbots/raw/master/windows/mingw64/scripts/geos_make_install_check_branch.sh

comment:4 by robe, 7 years ago

Resolution: fixed
Status: newclosed

I switched the repo to git. the scripts folder is small anyway so I just pulled the whole thing and changed the path on the jobs.

I'll add a separate ticket for moving the script to GEOS.

comment:5 by strk, 7 years ago

Consider adding --depth 1 to your git clone command, to reduce traffic

Note: See TracTickets for help on using tickets.