~jugmac00/launchpad-buildd:publish-documentation-on-rtd

Last commit made on 2022-02-08
Get this branch:
git clone -b publish-documentation-on-rtd https://git.launchpad.net/~jugmac00/launchpad-buildd
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
publish-documentation-on-rtd
Repository:
lp:~jugmac00/launchpad-buildd

Recent commits

90b6afb... by Jürgen Gmach

Publish documentation on Read the Docs

7d7f800... by Jürgen Gmach

Adjust to updated CI runner option

Merged from https://code.launchpad.net/~jugmac00/launchpad-buildd/+git/launchpad-buildd/+merge/415201

90f3d3d... by Jürgen Gmach

Adjust to updated CI runner option

4b3ffc6... by Colin Watson

Release version 207

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/415023

3301711... by Colin Watson

releasing package launchpad-buildd version 207

aa1f126... by Colin Watson

Support CI pipeline stages with multiple jobs

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/414165

2e4824e... by Colin Watson

Return results from individual CI jobs

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/414164

992afab... by Colin Watson

Support CI pipeline stages with multiple jobs

The specification calls for either of these kinds of pipeline stage to
be valid:

    pipeline:
      # this stage is a list, which means jobs are executed in parallel
      - [test, lint]
      # this stage will only execute if previous steps in the pipeline
      # passed
      - build-wheel

In order to support this, we need to run all jobs in a stage (though not
yet in parallel) even if some of them fail, and only proceed to the next
stage if they all succeed. We need to iterate over the pipeline in a
rather different way to support reasonable error reporting.

Note that this changes the format of the "jobs" argument passed to the
builder: it's now a list of lists of jobs, rather than a list of jobs.
This is OK since Launchpad hasn't started using it yet.

4606641... by Colin Watson

Return results from individual CI jobs

d132838... by Colin Watson

Release version 206

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/413966