QUIC Interop Runner Deployment
Scripts to deploy QIR to run regularly. In the original runner this is done by GitHub Actions. We use systemd timer and some scripts.
Install by symlinking the systemd files to /etc/systemd/system/
and activate it by running:
systemctl daemon-reload
systemctl enable --now quic-interop-runner.timer
The QIR should be checked-out under /srv/quic-interop-runner/
.
Create a virtual environment there by running:
python3 -m virtualenv -p python3 --system-site-packages .venv
source ./.venv/bin/activate
pip install --upgrade -r requirements.txt
After running, logs will appear at /srv/quic-interop-runner/web/logs/
.