grpc-js-xds: interop: mkdir artifact directory before running tests

This commit is contained in:
Michael Lumish 2022-11-08 15:23:20 -08:00
parent 49a884d0f2
commit f844ca30bb

View File

@ -48,6 +48,8 @@ git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git
grpc/tools/run_tests/helper_scripts/prep_xds.sh
mkdir -p "${KOKORO_ARTIFACTS_DIR}/grpc/reports/prof.log"
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 \
GRPC_NODE_VERBOSITY=DEBUG \
NODE_XDS_INTEROP_VERBOSITY=1 \