Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
BN-140 Removed gcp intel optimization due to issues on the other plat…
Browse files Browse the repository at this point in the history
…forms
  • Loading branch information
rabits committed Feb 15, 2021
1 parent 45e2dbd commit 744a3f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BlendNet/providers/gcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ def createInstanceManager(cfg):
data = {
'name': cfg['instance_name'],
'machineType': machine,
'minCpuPlatform': 'Intel Skylake', # Using the best option
'description': 'BlendNet Agents Manager',
'labels': {
'app': 'blendnet',
Expand Down Expand Up @@ -487,7 +486,6 @@ def createInstanceAgent(cfg):
data = {
'name': cfg['instance_name'],
'machineType': machine,
'minCpuPlatform': 'Intel Skylake', # Using the best option
'description': 'BlendNet Agent worker',
'scheduling': {
'preemptible': cfg['use_cheap_instance'],
Expand Down

0 comments on commit 744a3f9

Please sign in to comment.