Page:
unnamed
Pages
ARCHITECTURE
AUTO-BUMP
AUTO_CREATE_ORG_PROJECTS
Branching-Strategy
CLI_AUTOMATION
Coding-Standards
DEPLOY_SCRIPTS
DOLIBARR_MODULE_IDS
DRY_RUN_PATTERN
Documentation-Standards
File-Header-Standards
Home
JOOMLA_SYNC
LEGAL_DOC_GENERATOR_WEB_README
MANIFEST-STANDARD
MINIFICATION
MONITORING_SCRIPTS
NEW_SCRIPTS
QUICKSTART_ORG_PROJECTS
UPDATE-SERVER
WIKI_STANDARDS
WORKFLOW_STANDARDS
api-automation-index
api-definitions-default-index
api-definitions-sync-index
api-deploy-index
api-fix-index
api-index
api-maintenance-index.-
api-maintenance-index
api-plugin-index.-
api-plugin-index
api-tests-index.-
api-tests-sample-index.-
api-tests-sample-index
api-validate-index.-
automation-README.-
automation-branch-version-automation.-
automation-push-files.-
automation-repo-cleanup.-
client-repos.-.-
client-repos
standards-mokostandards-file-spec.-
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
unnamed
workflows-README.-
workflows-README
workflows-auto-release.-
workflows-auto-release
workflows-branch-protection.-
workflows-branch-protection
workflows-build-release.-
workflows-build-release
workflows-cascade-dev.-
workflows-cascade-dev
workflows-changelog-management.-
workflows-changelog-management
workflows-demo-deployment.-
workflows-demo-deployment
workflows-dev-branch-tracking.-
workflows-dev-branch-tracking
workflows-dev-deployment.-
workflows-dev-deployment
workflows-index.-
workflows-index
workflows-release-system.-
workflows-release-system
workflows-renovate.-
workflows-renovate
workflows-reusable-workflows.-
workflows-reusable-workflows
workflows-rs-deployment.-
workflows-rs-deployment
workflows-secret-scanning.-
workflows-secret-scanning
workflows-shared-workflows.-
workflows-shared-workflows
workflows-standards-compliance.-
workflows-standards-compliance
workflows-static-analysis.-
workflows-static-analysis
workflows-sub-issue-management.-
workflows-sub-issue-management
workflows-update-server.-
workflows-update-server
workflows-workflow-architecture.-
workflows-workflow-architecture
Clone
3
unnamed
Jonathan Miller edited this page 2026-05-25 05:21:17 +00:00
Runner Fleet
CI/CD runners for all Moko Consulting repositories. Runners are instance-wide and serve all orgs.
Active Runners
| Runner | Labels | Capacity | Purpose |
|---|---|---|---|
mokogitea-runner-01 |
ubuntu-latest, ubuntu-22.04, ubuntu-20.04 | 4 | General CI/CD |
mokogitea-runner-02 |
ubuntu-latest, ubuntu-22.04, ubuntu-20.04, release | 4 | Release builds |
mokogitea-runner-03 |
ubuntu-latest, ubuntu-22.04, ubuntu-20.04 | 2 | Overflow / parallel CI |
- Total capacity: 10 concurrent jobs
- Job image:
moko/runner-images:ubuntu-latest(custom, pre-installed PHP, composer, rsync, zip, jq) - Host: Beelink SER (
10.0.0.42), Ubuntu 24.04 - Scope: Instance-wide (serves ALL orgs)
- Runner image:
gitea/act_runner:latest - Job image:
gitea/runner-images:ubuntu-latest - Total capacity: 10 concurrent jobs
- Registration: Instance-level via
docker exec -u git mokogitea gitea actions generate-runner-token
Label Usage in Workflows
| Label | Used By | Runner(s) |
|---|---|---|
ubuntu-latest |
All workflows | Both runners |
release |
auto-release.yml, pre-release.yml | mokogitea-runner-02 only |
Network Configuration
Job containers need --add-host git.mokoconsulting.tech:host-gateway at TWO levels:
- Runner container: on the
docker runcommand - Job containers: in the config's
container.options
Configuration
| File | Purpose |
|---|---|
/opt/gitea/act_runner/config-01.yaml |
Runner 01 config |
/opt/gitea/act_runner/config-02.yaml |
Runner 02 config |
/opt/gitea/act_runner/data-01/ |
Runner 01 registration + cache |
/opt/gitea/act_runner/data-02/ |
Runner 02 registration + cache |
Naming Convention
Runners use mokogitea-runner-XX.
Related
- WORKFLOW_STANDARDS -- CI/CD conventions
- Runbook:
runbooks/08-gitea-actions-runner.mdin .mokogitea-private
Repo: moko-platform
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-20 | Moko Consulting | Initial version |
| 2.0 | 2026-05-21 | Moko Consulting | Instance-wide scope, updated registration method |