Bug 619018
| Summary: | RFE: Job control - conditional/parallel task execution | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Marian Csontos <mcsontos> |
| Component: | scheduler | Assignee: | Nick Coghlan <ncoghlan> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.5 | CC: | bpeck, dcallagh, kbaker, mcsontos, mishin, rmancy |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | MC | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-11-07 07:23:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Bulk reassignment of issues as Bill has moved to another team. This bugs is closed as it is either not in the current Beaker scope or we could not find sufficient data in the bug report for consideration. Please feel free to reopen the bug with additional information and/or business cases behind it. |
I would like to add some job-control, to specify relations like: * if $this fails: do not run $that. Basically: <and> <task .../> <task .../> </and> * if $this fails: run $that <or> <task .../> <task .../> </or> * parallel execution: <and parallel="on">...</and> The idea is the <and> and <or> would create a task-like object - e.g. it would accept results and could also contain uploaded files... May be <recipe attempts="3" ...>... as suggested in Bug 615785#c2