• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2set -veux -o pipefail
3
4if [[ -f /VERSION ]]; then
5  cat /VERSION
6fi
7
8readonly GRPC_JAVA_DIR="$(cd "$(dirname "$0")"/../.. && pwd)"
9
10. "$GRPC_JAVA_DIR"/buildscripts/kokoro/kokoro.sh
11trap spongify_logs EXIT
12
13cd github/grpc-java
14
15buildscripts/qemu_helpers/prepare_qemu.sh
16
17buildscripts/run_arm64_tests_in_docker.sh
18