Project

General

Profile

Actions

Feature #4969

closed

parallel.py and sequential.py

Added by Sage Weil almost 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 #1

Updated by Sage Weil almost 11 years ago

  • Target version set to v0.67rc
Actions #2

Updated by Sage Weil almost 11 years ago

  • Translation missing: en.field_story_points set to 5.00
Actions #3

Updated by Sage Weil almost 11 years ago

  • Translation missing: en.field_story_points changed from 5.00 to 8.00
Actions #4

Updated by Ian Colle almost 11 years ago

  • Assignee set to Anonymous
Actions #5

Updated by Anonymous almost 11 years ago

The sequential portion of this has been implemented and pushed to wip-seqpar-wusui.

Actions #6

Updated by Anonymous almost 11 years ago

  • Priority changed from Normal to High
Actions #7

Updated by Anonymous almost 11 years ago

  • Priority changed from High to Normal

Parallel.py has now been implemented also. Code is still in wip-seqpar-wusui

Actions #8

Updated by Anonymous almost 11 years ago

  • Status changed from New to Fix Under Review
  • Assignee changed from Anonymous to Josh Durgin
Actions #9

Updated by Anonymous almost 11 years ago

  • Status changed from Fix Under Review to Resolved

This was committed using SHA1 e3d9084cd9fccb1f99ac44f04da7db4e7cb0cb7a

The commit comment said 'Fix #4969' instead of 'Fixes: 4969'

Actions

Also available in: Atom PDF