buildscripts: Add xDS GKE interop tests buildscript placeholder

This commit is contained in:
Sergii Tkachenko 2020-11-25 15:49:07 -05:00 committed by Sergii Tkachenko
parent 902cc019fa
commit fd59f1de0c
2 changed files with 15 additions and 0 deletions

View File

@ -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"
}
}

4
buildscripts/kokoro/xds-k8s.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# A placeholder for xDS interop tests executed on GKE
echo "Coming soon"