← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ines-almeida/lpci:update-documentation-parallel-job-execution into lpci:main

 

Ines Almeida has proposed merging ~ines-almeida/lpci:update-documentation-parallel-job-execution into lpci:main.

Commit message:
Update documentation about parallel job execution (not yet implemented)

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ines-almeida/lpci/+git/lpci/+merge/449012
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/lpci:update-documentation-parallel-job-execution into lpci:main.
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 73e2a58..8b571c8 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -23,9 +23,10 @@ Top-level configuration
 
 ``pipeline`` (required)
      List of stages; each stage is either a job name or a list of job names.
-     If a stage is a list of job names, then those jobs are executed in
-     parallel.  Stages are executed in series, and subsequent stages only
+     Stages are executed in series, and subsequent stages only
      execute if previous stages succeeded.
+     (We plan to allow parallel job execution within each stage in the future
+     but that hasn't yet been implemented.)
 
      Job names are :ref:`identifiers <identifiers>`.