Skip to content

Commit 54f97a6

Browse files
authored
Merge pull request #2269 from murgatroid99/grpc-js-xds_interop_prof_mkdir
grpc-js-xds: interop: mkdir artifact directory before running tests
2 parents 49a884d + e8396a5 commit 54f97a6

File tree

1 file changed

+2
-0
lines changed
  • packages/grpc-js-xds/scripts

1 file changed

+2
-0
lines changed

packages/grpc-js-xds/scripts/xds.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git
4848

4949
grpc/tools/run_tests/helper_scripts/prep_xds.sh
5050

51+
mkdir -p "${KOKORO_ARTIFACTS_DIR}/grpc/reports"
52+
5153
GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver,fault_injection,http_filter,csds \
5254
GRPC_NODE_VERBOSITY=DEBUG \
5355
NODE_XDS_INTEROP_VERBOSITY=1 \

0 commit comments

Comments
 (0)