Per operator call (no gitea write token on the Worldtree-team VM): a 2-min systemd --user timer on nh3-dev polls corviduo's last-deploy.json and pings soong-dev via althing on a NEW red deploy (green stays silent). Delivers soong-dev's red-run visibility without a credential on corviduo. Tested (red detect+format DRY, green quiet).
7 lines
212 B
Desktop File
7 lines
212 B
Desktop File
[Unit]
|
|
Description=soong-lab CI red-run relay (poll corviduo -> ping soong-dev on red)
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin
|
|
ExecStart=%h/.local/bin/soong-ci-relay.sh
|