Commit ae7d600
committed
ansible: disable runner name randomization
In commit 151eda0 RANDOM_RUNNER_SUFFIX was set to true in order to
mitigate runner registration errors [1].
This had a side effect of stale runners accumulating,, eventually
reaching 10k runners limit in the default runner group on BPF CI.
Now that the registration errors appear to be addressed by GitHub,
disable runner name randomization.
[1] actions/runner#3857 (comment)1 parent 9b5d73c commit ae7d600
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
0 commit comments