aboutsummaryrefslogtreecommitdiff
path: root/internal/proto/internal_config.proto
diff options
context:
space:
mode:
Diffstat (limited to 'internal/proto/internal_config.proto')
-rwxr-xr-xinternal/proto/internal_config.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/proto/internal_config.proto b/internal/proto/internal_config.proto
index a9d539b5..cbb1db77 100755
--- a/internal/proto/internal_config.proto
+++ b/internal/proto/internal_config.proto
@@ -38,6 +38,10 @@ message DefaultUserConfig {
optional string stable_cheeps_host_image_name = 9;
// [CHEEPS only] The project where stable host image is
optional string stable_cheeps_host_image_project = 10;
+ // The pattern of the instance name, e.g. ins-{uuid}-{build_id}-{build_target}
+ // the parts in {} will be automatically replaced with the actual value if
+ // you specify them in the pattern, uuid will be automatically generated.
+ optional string instance_name_pattern = 11;
}
// Internal configuration