File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build_file: "grpc-java/buildscripts/kokoro/xds-k8s.sh"
55timeout_mins: 90
66action {
77 define_artifacts {
8- regex: " artifacts/*sponge_log.xml"
9- regex: " artifacts/*sponge_log.log"
8+ regex: " artifacts/**/* sponge_log.xml"
9+ regex: " artifacts/**/* sponge_log.log"
1010 strip_prefix: " artifacts"
1111 }
1212}
Original file line number Diff line number Diff line change 2424# Script start
2525echo " xDS interop tests on GKE"
2626GITHUB_DIR=" ${KOKORO_ARTIFACTS_DIR} /github"
27- ARTIFACTS_DIR=" ${KOKORO_ARTIFACTS_DIR} /artifacts"
27+ ARTIFACTS_DIR=" ${KOKORO_ARTIFACTS_DIR} /artifacts/github/grpc-java/xds-k8s "
2828RUNNER_SKIP_BUILD=" ${RUNNER_SKIP_BUILD:- 0} "
29- mkdir -p " ${ARTIFACTS_DIR} "
3029
3130# Language-specific repo
3231SRC_DIR=" ${GITHUB_DIR} /grpc-java"
@@ -105,7 +104,9 @@ kubectl config rename-context "$(kubectl config current-context)" grpc-testing-s
105104# --project=grpc-testing \
106105# --network=default-vpc \
107106echo " Running tests"
107+ mkdir -p " ${ARTIFACTS_DIR} "
108+ mkdir -p " ${ARTIFACTS_DIR} /baseline_test"
108109cd " ${RUNNER_DIR} "
109110python -m tests.baseline_test \
110111 -v 0 --logger_levels=infrastructure:DEBUG,__main__:DEBUG \
111- --xml_output_file=" ${ARTIFACTS_DIR} /sponge_log.xml"
112+ --xml_output_file=" ${ARTIFACTS_DIR} /baseline_test/ sponge_log.xml"
You can’t perform that action at this time.
0 commit comments