24 lines
386 B
YAML
24 lines
386 B
YAML
master:
|
|
name: fester-master
|
|
role: control
|
|
|
|
nodes:
|
|
- name: x99-v3
|
|
host: 192.168.1.10
|
|
max_jobs: 24
|
|
|
|
- name: x99-v4
|
|
host: 192.168.1.11
|
|
max_jobs: 30
|
|
|
|
|
|
projects:
|
|
|
|
- name: linux-tool
|
|
repo: https://forgejo.local/linux-tool.git
|
|
|
|
targets:
|
|
debian: "make clean && make debian"
|
|
arch: "make clean && make arch"
|
|
fedora: "make clean && make fedora"
|