Skip to content
Discussion options

You must be logged in to vote

Yeah, your understanding seems correct from how the policy system currently works. The policies are combined together instead of one overriding another.

So if you create an organization wide policy that only allows 2 and 4 core machines, then a repository specific policy cannot later allow 8 and 16 core machines for a certain repo. Repository policies can only make things more restrictive, not less restrictive.

The same thing explains why your second setup results in no machines being available at all. If one policy allows only 2 and 4 core machines, while another policy for the same repo allows only 8 and 16 core machines with a different timeout, there is no overlap between the two poli…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected byJackbennett
Comment options

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CodespacesYour development environment, in the cloud. Run VS Code and code on GitHub's cloud platform,QuestionAsk and answer questions about GitHub features and usageinactiveThis discussion has been automatically marked as inactive. This was formerly labeled stale.source:uiDiscussions created via Community GitHub templates
2 participants
@Jackbennett@Mayank-cyber-cell