Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 35b39b6

Browse files
authored
chore: don't use mtls in gcb until b/492452834 is fixed (#1769)
chore: don't use mtls in gcb until b/492452834 is fixed Details in b/492452834
1 parent eee4b3c commit 35b39b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudbuild/run_zonal_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pip install -e .
2323
echo '--- Setting up environment variables on VM ---'
2424
export ZONAL_BUCKET=${_ZONAL_BUCKET}
2525
export RUN_ZONAL_SYSTEM_TESTS=True
26+
export GCE_METADATA_MTLS_MODE=None
2627
CURRENT_ULIMIT=$(ulimit -n)
2728
echo '--- Running Zonal tests on VM with ulimit set to ---' $CURRENT_ULIMIT
2829
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

Comments
 (0)