We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e1ab0 commit 33d6becCopy full SHA for 33d6bec
1 file changed
app/clients/gcloud_client.py
@@ -76,7 +76,8 @@ def create_runner_instance(self, registration_token, repo_url, template_name, in
76
"Skipping instance creation.")
77
return None
78
79
- # Name must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen
+ # Name must start with a lowercase letter followed by up to 62 lowercase letters,
80
+ # numbers, or hyphens, and cannot end with a hyphen.
81
instance_uuid = uuid.uuid4().hex[:16]
82
if instance_template_resource.name.startswith("dependabot"):
83
instance_name = f"gcp-runner-dependabot-{instance_uuid}"
0 commit comments