ci / audit (push) Failing after 26s
- scheduler/: day/night engine (conf-driven redesign), psi/perfsnap collectors, proxmox-ctl, systemd timer templates — ported from ~/projects/ultix per the breakout map in scheduler/README.md - loop/: perf-loop driver (baseline/audit/tweak/rebaseline), cpu-bench (new CPU leg), baseline-diff (tolerance compare) — smoke-tested locally - docs/ARCHITECTURE.md: full program design (loop, resource groups, VM/spindle balancing, k8s-vs-Slurm, beszel+RAPL/iDRAC telemetry spine, workload classes, solar/HA + two-site power economics) - docs/report-amt-power-telemetry.md + docs/report-moonlight-desktop.md Redmine: https://projects.knownelement.com/issues/826#note-2
11 lines
177 B
SYSTEMD
11 lines
177 B
SYSTEMD
[Unit]
|
|
Description=KNELPerf day profile flip (07:00 local)
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 07:00:00
|
|
Persistent=true
|
|
Unit=knelperf-dayprofile.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|