We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c396e commit 0908e28Copy full SHA for 0908e28
packages/google-cloud-storage/cloudbuild/run_zonal_tests.sh
@@ -23,6 +23,7 @@ pip install -e .
23
echo '--- Setting up environment variables on VM ---'
24
export ZONAL_BUCKET=${_ZONAL_BUCKET}
25
export RUN_ZONAL_SYSTEM_TESTS=True
26
+export GCE_METADATA_MTLS_MODE=None
27
CURRENT_ULIMIT=$(ulimit -n)
28
echo '--- Running Zonal tests on VM with ulimit set to ---' $CURRENT_ULIMIT
29
pytest -vv -s --log-format='%(asctime)s %(levelname)s %(message)s' --log-date-format='%H:%M:%S' tests/system/test_zonal.py
0 commit comments