mirror of https://github.com/grpc/grpc-java.git
buildscripts: Add xDS GKE interop tests buildscript placeholder
This commit is contained in:
parent
902cc019fa
commit
fd59f1de0c
|
|
@ -0,0 +1,11 @@
|
|||
# Config file for internal CI
|
||||
|
||||
# Location of the continuous shell script in repository.
|
||||
build_file: "grpc-java/buildscripts/kokoro/xds-k8s.sh"
|
||||
timeout_mins: 90
|
||||
action {
|
||||
define_artifacts {
|
||||
regex: "artifacts/*sponge_log.xml"
|
||||
regex: "artifacts/*sponge_log.log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# A placeholder for xDS interop tests executed on GKE
|
||||
echo "Coming soon"
|
||||
Loading…
Reference in New Issue