conductor

CI task system
git clone git://git.finwo.net/app/conductor
Log | Files | Refs | README | LICENSE

worker.json (404B)


      1 {
      2   "conductor_url": "https://ci.example.com",
      3   "name": "friends-pi",
      4   "token_file": "/run/secrets/worker_token",
      5   "arches": ["aarch64"],
      6   "concurrency": 2,
      7   "poll_interval": 5,
      8   "docker": "docker",
      9   "features": {
     10     "dind": {
     11       "privileged": true
     12     },
     13     "sign-key": {
     14       "mounts": ["/srv/keys/build.rsa:/keys/build.rsa:ro"],
     15       "env": { "SIGN_KEY": "/keys/build.rsa" }
     16     }
     17   }
     18 }