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

prelaunch exclude #53

Open
taodav opened this issue Jun 13, 2023 · 2 comments
Open

prelaunch exclude #53

taodav opened this issue Jun 13, 2023 · 2 comments

Comments

@taodav
Copy link

taodav commented Jun 13, 2023

It would be nice to include an +exclude argument for onager, and list a subset of optional args. Onager should exclude all jobs that are a cross-product of all the excluded args. So for example:

prelaunch +command test +jobname test +arg --test1 1 2 3 +arg --test2 4 5 6 +exclude --test1 1 2 +exclude --test2 5

Should exclude all jobs with arguments

  • --test1 1 --test2 5
  • --test1 2 --test2 5
@taodav
Copy link
Author

taodav commented Jun 13, 2023

I've implemented this in my fork of onager - if people are interested I can create a PR!

@camall3n
Copy link
Owner

That seems useful!

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

No branches or pull requests

2 participants