pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.16k stars 366 forks source link

Centos 7 self hosted runner #2451

Closed robe2 closed 1 year ago

robe2 commented 1 year ago

Fixes #2452

This allows for running a self-hosted centos runner. I have one on osgeo8 server, and tested on mine. Seems to be stuck on some sort of permission issue in testing. But I think it's something specific to my repo since the ubuntu ones have the same failure (but are okay on pgrouting org).

In order to use, we'll need to setup the runner configs as I have detailed here:

https://github.com/robe2/pgrouting/wiki/centtie-7-pgrouting-lxd-container#setup-as-a-runner

I gave @cvvergara root rights to ssh root@osgeo8-centtie-7-pgrouting

@pgRouting/admins