Revert "Borrow Linux test job for xDS tests"

This reverts commit a041056e71.
This commit is contained in:
Michael Lumish 2022-05-13 09:48:36 -07:00
parent 9035327af1
commit 9502f5265d
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@
# Config file for Kokoro (in protobuf text format)
# Location of the continuous shell script in repository.
build_file: "grpc-node/packages/grpc-js-xds/scripts/xds.sh"
timeout_mins: 360
build_file: "grpc-node/test/kokoro.sh"
timeout_mins: 60
action {
define_artifacts {
regex: "github/grpc/reports/**"
regex: "github/grpc-node/reports/**/sponge_log.xml"
}
}
}