-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Relaunch all failed jobs at once, for a given step #18442
Comments
I would say the most common thing to do is to re-run a single job, this is the default behavior now, and I think that should remain that way.
you can select the input collection today and all jobs will re-run. There should probably be a way to switch between those two modes more easily, so you don't need to find the input collection. The information on whether or not the job was part of a mapped over collection is available to the frontend.
You can rerun the whole collection and enable the job cache, that would the equivalent action
this is an entirely different thing that will result in a different output structure that is flattened by one level The rest sounds good and we should do it IMO, thanks for writing up the issue. |
Thanks for the feedback. I would say the most common thing to do is to re-run a single job, this is the default behavior now, and I think that should remain that way. you can select the input collection today and all jobs will re-run
You can rerun the whole collection and enable the job cache, that would the equivalent action this is an entirely different thing that will result in a different output structure that is flattened by one level |
Also a separate comment: "Resume dependencies from this job" even for re-runs of succesful jobs?
|
yes, that's right, if you click on rerun there you can replace the single input with the higher level input (i.e. the collection input). I agree that this should probably a more direct option in the user interface, but I wanted to point out that you can do this. |
Screenshot taken from @ahmedhamidawan's GCC presentation since my instance doesn’t have this feature yet.
Related to
Description
Adjacent ideas
Labels
The text was updated successfully, but these errors were encountered: