Project

General

Profile

Actions

Feature #4969

closed

parallel.py and sequential.py

Added by Sage Weil about 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:

Description

allow easy composition or parallel and seuqential work items, instead of a fixed nested sequence in tasks:. for example,

tasks:
- first:
- second:
- parallel:
  - sequential:
    - foo:
    - bar:
  - sequential:
    - foo2:
    - bar2:
- sequential:
  - these:
  - will:
  - unwind:
  - now:
- last:  #now the top-level list will unwind

Related issues 1 (0 open1 closed)

Related to teuthology - Feature #5579: upgrade suite: test upgrade in parallel with running workloadsResolvedTamilarasi muthamizhan

Actions
Actions

Also available in: Atom PDF