Explorar el Código

Use free tier instance type

Enis Afgan hace 7 años
padre
commit
0536951651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/helpers/__init__.py

+ 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": {