fix drone cpu limit

This commit is contained in:
Elizabeth Hunt 2024-03-26 18:50:03 -04:00
parent 2663f4dda9
commit bf25507335
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,6 @@
drone_gitea_server: "https://git.hatecomputers.club"
drone_server_host: "https://ci.hatecomputers.club"
drone_admin_username: "gitea_admin"
drone_cpu_quota: "1000"
drone_cpu_set: "1"
drone_memory_limit: "1000000000"
drone_workers: "2"

View File

@ -28,5 +28,5 @@ services:
- DRONE_RPC_HOST=drone:80
- DRONE_RPC_PROTO=http
- DRONE_RUNNER_CAPACITY={{ drone_workers }}
- DRONE_CPU_QUOTA={{ drone_cpu_quota }}
- DRONE_CPU_SET={{ drone_cpu_set }}
- DRONE_MEMORY_LIMIT={{ drone_memory_limit }}

View File

@ -1,4 +1,5 @@
cloudflare_api_token
cloudflare_zone_id
certbot_email
email_ldap_api_token
roundcube_oauth2_client_id