1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack/make
Sebastiaan van Stijn 58e1f8d0b5
Merge pull request #43682 from crazy-max/split-test-suites
ci(integration-cli): split test suites in a matrix
2022-06-22 23:22:43 +02:00
..
.binary
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen
.go-autogen.ps1
.install
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers Merge pull request #43682 from crazy-max/split-test-suites 2022-06-22 23:22:43 +02:00
.mkwinres
binary
binary-daemon hack: stop installing containerd-shim (io.containerd.runtime.v1.linux) 2022-06-05 18:41:44 +09:00
binary-proxy
build-integration-test-binary
containerutility
cross
cross-platform-dependent
dynbinary
dynbinary-daemon
dynbinary-proxy
install-binary hack: stop installing containerd-shim (io.containerd.runtime.v1.linux) 2022-06-05 18:41:44 +09:00
install-proxy
README.md
run
test-docker-py
test-integration hack: remove error_on_leaked_containerd_shims 2022-06-05 18:41:44 +09:00
test-integration-cli
test-integration-flaky
test-integration-shell

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