janky 306 B

123456789101112131415
  1. #!/usr/bin/env bash
  2. # Entrypoint for jenkins janky CI build
  3. set -eu -o pipefail
  4. hack/validate/default
  5. hack/test/unit
  6. bash <(curl -s https://codecov.io/bash) -f coverage.txt || \
  7. echo 'Codecov failed to upload'
  8. hack/make.sh \
  9. binary-daemon \
  10. dynbinary \
  11. test-docker-py \
  12. test-integration \
  13. cross