libbpf / ci

BPF CI
Other
7 stars 21 forks source link

[ansible][ci] Disable runner auto-update #81

Closed chantra closed 1 year ago

chantra commented 1 year ago

When the containers try to auto-update, they need to restart, which cause them to come back on the old version. If the server instruct the runner to update again, we can end up in continuously restarting the runner without doing any meaningful work.

Our runners are being updated by a separate job [0] which produce a new container nightly and eventually pick up the update, so we don't really need the auto-update feature.

[0] https://github.com/kernel-patches/runner

chantra commented 1 year ago

This was tested by pushing the change to our runners.