Difference between revisions of "Drone"

From OSGeo
Jump to navigation Jump to search
(gogs->gitea)
Line 1: Line 1:
Drone is an experimental instance of the Drone CI server that runs on [[Osgeo6]] and provides build services for software hosted on the [[SAC:Gogs|Gogs service]].
+
Drone is an experimental instance of the Drone CI server that runs on [[Osgeo6]] and provides build services for software hosted on the [[SAC:Gitea|Gitea service]].
  
 
It can be accessed via https://drone.osgeo.org/ (login with your [[SAC:LDAP|OSGeo Userid]])
 
It can be accessed via https://drone.osgeo.org/ (login with your [[SAC:LDAP|OSGeo Userid]])
Line 5: Line 5:
 
= Files location and configuration =
 
= Files location and configuration =
  
Scripts to start the server are in /etc/drone, which is a clone of https://git.osgeo.org/gogs/sac/drone-server-config.git
+
Scripts to start the server are in /etc/drone, which is a clone of https://git.osgeo.org/gitea/sac/drone-server-config.git
  
 
The /etc/rc.local script invokes the start script in /etc/drone
 
The /etc/rc.local script invokes the start script in /etc/drone
Line 30: Line 30:
 
Running an agent is a matter of running a docker container.                                         
 
Running an agent is a matter of running a docker container.                                         
 
Scripts to run the docker with appropriate configuration are                                         
 
Scripts to run the docker with appropriate configuration are                                         
currently stored in a private repository under Gogs:                                                 
+
currently stored in a private repository under Gitea:                                                 
 
                                                                                                      
 
                                                                                                      
   https://git.osgeo.org/gogs/sac/drone-agent-config
+
   https://git.osgeo.org/gitea/sac/drone-agent-config
  
 
Those willing to setup an agent please contact the administrator of the service.  
 
Those willing to setup an agent please contact the administrator of the service.  

Revision as of 05:15, 17 December 2017

Drone is an experimental instance of the Drone CI server that runs on Osgeo6 and provides build services for software hosted on the Gitea service.

It can be accessed via https://drone.osgeo.org/ (login with your OSGeo Userid)

Files location and configuration

Scripts to start the server are in /etc/drone, which is a clone of https://git.osgeo.org/gitea/sac/drone-server-config.git

The /etc/rc.local script invokes the start script in /etc/drone

Logs are in /var/log/drone.log, rotated via /etc/logrotate.d/drone.

Binary is in /usr/local/bin (single executable, from the 0.5.0 tag of http://github.com/drone/drone).

Data is in a "drone" PostgreSQL database.

Administration

At the moment Sandro Santilli (promoter of the initiative) have admin privileges from the web UI.

Drone agents

The CI service relies on people to donate agents (build slaves). As of 2017 there are 3 known such slaves:

- One on Sandro Santilli development machine              
- One on Regina Obe host (debbie.postgis.net)          
- One on Björn Harrtell host
                                                                                                   

Running an agent is a matter of running a docker container. Scripts to run the docker with appropriate configuration are currently stored in a private repository under Gitea:

 https://git.osgeo.org/gitea/sac/drone-agent-config

Those willing to setup an agent please contact the administrator of the service.