Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
13 lines
262 B
INI
13 lines
262 B
INI
# Config file for internal CI
|
|
|
|
# Location of the continuous shell script in repository.
|
|
build_file: "grpc-java/buildscripts/kokoro/unix.sh"
|
|
timeout_mins: 45
|
|
|
|
# We always build mvn artifacts.
|
|
action {
|
|
define_artifacts {
|
|
regex: ["**/mvn-artifacts/**"]
|
|
}
|
|
}
|