You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: