Closed
Description
Currently there is an update-beats job in CI that runs on master and ensures that apm-server can update to latest beats version.
Because it only runs on master, it is easy to miss / forget. This is a proposal to run it on PRs that are likely to affect apm-server, that is when changes are detected on:
devtools/mage*
and libbeat/scripts/Makefile
That should be enough for now. It is important that that stage runs in parallel with others to not impact significantly build times.
Background in #13239 (comment)
cc @jsoriano