Files
moby/hack/make
Sebastiaan van Stijn ad2765b35e Merge pull request #38523 from olljanat/flaky-test-finder
CI: Introduce flaky test finder
2019-01-12 11:16:18 +01:00
..
2019-01-10 02:50:47 +01:00
2019-01-10 02:50:47 +01:00
2019-01-10 02:50:47 +01:00
2017-07-17 11:39:33 -04:00
2019-01-10 02:50:47 +01:00

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh binary ubuntu

# Or to run all default bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh