elastic / ml-cpp

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

[8.15][ML] QA tests on specific branch and version (#2742) #2757

Closed edsavage closed 2 months ago

edsavage commented 2 months ago

Enable being able to specify a particular ES branch and stack version when running QA tests on a PR. The syntax of the GitHub comment to do this is, e.g.:

buildkite run_qa_tests for ES_BRANCH=8.x with STACK_VERSION=8.16.0

Backports #2742