JetBrains / teamcity-azure-agent

TeamCity support for Azure cloud build agents
Apache License 2.0
48 stars 22 forks source link

Feature Request: Support longer name prefixes #138

Open BC-atJG opened 2 years ago

BC-atJG commented 2 years ago

Description

When defining an Agent Image the Name Prefix is currently capped at 12 characters. It would be greatly appreciated if they could be longer to support more descriptive names.

For example, I was wanting to use ubuntu18-small- as a prefix, but needed to use lin-sm- in order to fit. Prefix_too_long

Cryptic_name

Environment

Diagnostic logs

To investigate the problems it worth look at the teamcity-agent.log agent log file and teamcity-clouds.log server log file. You could file an issue in the TeamCity tracker and privately attach these file for investigation by TeamCity team.

VladRassokhin commented 2 months ago

Right now it's limited to be 100% sure that after appending incremental suffix, the hostname for Windows VMs won't exceed the limit (15 characters). Though, for Linux that limit is indeed strange.