Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow placeholder=P jobs to be allowed=A as well #158

Open
npf opened this issue Jun 28, 2018 · 0 comments
Open

allow placeholder=P jobs to be allowed=A as well #158

npf opened this issue Jun 28, 2018 · 0 comments

Comments

@npf
Copy link
Contributor

npf commented Jun 28, 2018

use case:

P=x / A=x mean -t placeholder=x -t / allowed=x

job1 P=x is scheduled
add job2 P=y A=x → can overlap job1
job3 A=x cannot overlap job2 but job1
job4 A=y cannot overlap job1 but job2

but then if you drop job1, job4 can overlap the part of job1 that was overlapped by job2

⇒ this is a way to transition from one placeholder (e.g. maintenance) to another (e.g. test) avoiding other jobs (not allowed) to be scheduled in between.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant