Alexandr Morozov 7cd1e48230 Fix hanging on tests failing 11 yıl önce
..
.ensure-busybox c8381d6722 Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 11 yıl önce
.ensure-scratch c8381d6722 Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 11 yıl önce
.validate 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 yıl önce
README.md 3d39336a46 Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. 12 yıl önce
binary b298960aed Update bundlescripts to use "set -e" consistently 11 yıl önce
cover b298960aed Update bundlescripts to use "set -e" consistently 11 yıl önce
cross b298960aed Update bundlescripts to use "set -e" consistently 11 yıl önce
dynbinary b298960aed Update bundlescripts to use "set -e" consistently 11 yıl önce
dyntest b298960aed Update bundlescripts to use "set -e" consistently 11 yıl önce
dyntest-integration b298960aed Update bundlescripts to use "set -e" consistently 11 yıl önce
test-integration 7cd1e48230 Fix hanging on tests failing 11 yıl önce
test-integration-cli 7cd1e48230 Fix hanging on tests failing 11 yıl önce
test-unit 7cd1e48230 Fix hanging on tests failing 11 yıl önce
tgz 6b46a09186 Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 11 yıl önce
ubuntu 314818e7ba Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative 11 yıl önce
validate-dco 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 yıl önce
validate-gofmt 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 yıl önce

README.md

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 test
./hack/make.sh binary ubuntu

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

To add a bundle:

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