diff --git a/.github/auth/vm_auth.py b/.github/auth/vm_auth.py index db574129..1a7990fb 100644 --- a/.github/auth/vm_auth.py +++ b/.github/auth/vm_auth.py @@ -18,7 +18,6 @@ def start_runner(creds, key, ssh_username, id = "gpu-insatnce", zone='us-central request.execute() time.sleep(60) - # Get the SSH username (assuming it's stored in the credentials) response = compute.instances().get(project=id, zone=zone, instance=instance).execute() external_ip = response['networkInterfaces'][0]['accessConfigs'][0]['natIP'] ssh = paramiko.SSHClient()