mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
This change makes specifying which boxes to run vagrant tests on a little easier. Previously there were two tasks, checkPackages and checkPackagesAllDistros. With this change, there is a single packagingTest task. The boxes to run on are specified using the gradle property vagrant.boxes, which can be easily specified on the command line, or in a gradle properties file. There are also two alias names, 'sample' for a yum and apt box, and 'all' for all boxes.