Modify ↓
Opened 17 years ago
Closed 17 years ago
#190 closed enhancement (fixed)
Patch: Add 'slavename' to available platform matching properties
Reported by: | abierbaum@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Build master | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
I find that I often want to match a build platform against a specific buildslave host. With the current options this wasn't available. Instead you had to match family, os, etc against what you knew the build slave supported. This is nice when you don't know what buildslaves are available, but is a bit of a pain sometimes.
This patch adds 'slavename' to the list of properties that are used in the platform selection matching rules.
Attachments (1)
Change History (2)
Changed 17 years ago by anonymous
comment:1 Changed 17 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Implemented in [510], although I went with the name “name” instead of “slavename” to be consistent with the brevity of the others ;)
Thanks!