-
Notifications
You must be signed in to change notification settings - Fork 10
Introduce $binary evaluate ... --run-id-starts-at $integer
as option to start the "run ID" from something other than "1"
#403
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
Comments
Munsio
added a commit
that referenced
this issue
Feb 5, 2025
Loading
Loading status checks…
Part of #403
ahumenberger
pushed a commit
that referenced
this issue
Feb 5, 2025
Loading
Loading status checks…
Part of #403
ahumenberger
pushed a commit
that referenced
this issue
Feb 6, 2025
Loading
Loading status checks…
Part of #403
ahumenberger
pushed a commit
that referenced
this issue
Mar 20, 2025
Loading
Loading status checks…
…ute runs Part of #403
bauersimon
pushed a commit
that referenced
this issue
Mar 31, 2025
Loading
Loading status checks…
…ute runs Part of #403
bauersimon
pushed a commit
that referenced
this issue
Mar 31, 2025
Loading
Loading status checks…
…ute runs Part of #403
seems to be fixed through a8995ec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please help us keep the number of duplicated issues small. We kindly ask you to add your input to the appropriate issue or PR in case your feature idea is already being tracked.
Problem
When we split up an evaluation in our CI and let multiple CI jobs use the "--run 1" option, we only receive "1" as run IDs.
Solution (optional)
Tasks:
--run-id-starts-at $integer
as option to start the run ID from something else than 1. Must be >0.A scenario like
$binary --runs 5 --run-id-starts-at 3
should then produce 3 4 5 6 7 as IDs.The text was updated successfully, but these errors were encountered: