Explorar o código

Updated image name and opted for smaller default instance type

Nuwan Goonasekera %!s(int64=8) %!d(string=hai) anos
pai
achega
4c257aac96
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test/helpers/__init__.py

+ 2 - 2
test/helpers/__init__.py

@@ -93,9 +93,9 @@ TEST_DATA_CONFIG = {
         "placement":
             os.environ.get('CB_PLACEMENT_AZURE', 'eastus'),
         "image":
-            os.environ.get('CB_IMAGE_AZURE', 'CbTest-Img'),
+            os.environ.get('CB_IMAGE_AZURE', 'cb-test-image'),
         "vm_type":
-            os.environ.get('CB_VM_TYPE_AZURE', 'Standard_DS1_v2'),
+            os.environ.get('CB_VM_TYPE_AZURE', 'Basic_A0'),
     }
 }