gce.sh 258 B

123456789101112
  1. #!/bin/bash
  2. set -e
  3. # shellcheck disable=SC1091
  4. . ./config.sh
  5. export PROJECT="${PROJECT:-scope-integration-tests}"
  6. export TEMPLATE_NAME="${TEMPLATE_NAME:-test-template-5}"
  7. export NUM_HOSTS=5
  8. # shellcheck disable=SC1091
  9. . "../tools/integration/gce.sh" "$@"