Skip to content

feat: add instance name to instance id

joola requested to merge store-name-instance-id into main

The instance name is used to identify resources related to the instance. Having it available from the instance id (IID) makes it really easy to filter related resources, without having to query the API.

After a GitLab runner restart, existing instances will use the new IID format. The instances which state have been persisted will be marked as unknown and will be deleted.

The instance ID is now <name>:<id>, for example fleeting-docker-98c89933:55053936.

Edited by joola

Merge request reports

Loading