mirror of https://github.com/grpc/grpc-java.git
kokoro: add a placeholder script for GAE testing (#3590)
This commit is contained in:
parent
0ffe759bec
commit
11272f4780
|
|
@ -0,0 +1,5 @@
|
|||
# Config file for internal CI
|
||||
|
||||
# Location of the continuous shell script in repository.
|
||||
build_file: "grpc-java/buildscripts/kokoro/gae-interop.sh"
|
||||
timeout_mins: 45
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
# An empty placeholder shellscript
|
||||
Loading…
Reference in New Issue