2
0
Эх сурвалжийг харах

Use free tier instance type

Enis Afgan 7 жил өмнө
parent
commit
0536951651

+ 1 - 1
test/helpers/__init__.py

@@ -94,7 +94,7 @@ TEST_DATA_CONFIG = {
         'image': ('https://www.googleapis.com/compute/v1/'
                   'projects/ubuntu-os-cloud/global/images/'
                   'ubuntu-1710-artful-v20180126'),
-        'vm_type': 'n1-standard-1',
+        'vm_type': 'f1-micro',
         'placement': os.environ.get('GCE_DEFAULT_ZONE', 'us-central1-a'),
     },
     "AzureCloudProvider": {