In EESSI/software-layer#1389 I noticed that both eessi-bot-mc-aws and eessi-bot-mc-aws-eu-south replied to my bot build command, while I explicitly used instance:eessi-bot-mc-aws. It looks like a partial match of the instance name is allowed (probably here https://github.com/EESSI/eessi-bot-software-layer/blob/develop/tools/filter.py#L300?), we should make that stricter and only allow exact matches of the name.
In EESSI/software-layer#1389 I noticed that both
eessi-bot-mc-awsandeessi-bot-mc-aws-eu-southreplied to mybot buildcommand, while I explicitly usedinstance:eessi-bot-mc-aws. It looks like a partial match of the instance name is allowed (probably here https://github.com/EESSI/eessi-bot-software-layer/blob/develop/tools/filter.py#L300?), we should make that stricter and only allow exact matches of the name.