elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[ML] Display info for all branches for PR builds #2550

Closed edsavage closed 1 year ago

edsavage commented 1 year ago

Currently the default value of "main" is used for the default_branch configuration option for the "ml-cpp-pr-build" pipeline. This results in no useful information about PR build history being displayed for that pipeline in the BuildKite UI.

By explicitly setting the default_branch config option to nul BuildKite will display build information for all PR branches, which is much more useful.

edsavage commented 1 year ago

Merging without waiting for CI as this change is unrelated to the ml-cpp code itself