Merge ~jugmac00/lpci:reproduce-bug-1999591 into lpci:main

Proposed by Jürgen Gmach
Status: Rejected
Rejected by: Jürgen Gmach
Proposed branch: ~jugmac00/lpci:reproduce-bug-1999591
Merge into: lpci:main
Diff against target: 32 lines (+9/-12)
1 file modified
.launchpad.yaml (+9/-12)
Reviewer Review Type Date Requested Status
Launchpad code reviewers Pending
Review via email: mp+434636@code.launchpad.net

Commit message

reproducer for bug 1999591

To post a comment you must log in.
~jugmac00/lpci:reproduce-bug-1999591 updated
68b1bcf... by Jürgen Gmach

reproducer without input from other jobs

2ee3a9e... by Jürgen Gmach

Minimal example

Unmerged commits

2ee3a9e... by Jürgen Gmach

Minimal example

Succeeded
[SUCCEEDED] aa:0 (build)
[SUCCEEDED] cc:0 (build)
[SUCCEEDED] aa:0 (build)
[SUCCEEDED] cc:0 (build)
14 of 4 results
68b1bcf... by Jürgen Gmach

reproducer without input from other jobs

Succeeded
[SUCCEEDED] aa:0 (build)
[SUCCEEDED] bb:0 (build)
[SUCCEEDED] cc:0 (build)
[SUCCEEDED] dd:0 (build)
[SUCCEEDED] aa:0 (build)
[SUCCEEDED] bb:0 (build)
[SUCCEEDED] cc:0 (build)
[SUCCEEDED] dd:0 (build)
18 of 8 results
54d628f... by Jürgen Gmach

reproducer for bug 1999591

Failed
[SUCCEEDED] aa:0 (build)
[SUCCEEDED] bb:0 (build)
[SUCCEEDED] cc:0 (build)
[FAILED] dd:0 (build)
[SUCCEEDED] aa:0 (build)
[SUCCEEDED] bb:0 (build)
[SUCCEEDED] cc:0 (build)
[FAILED] dd:0 (build)
18 of 8 results

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.launchpad.yaml b/.launchpad.yaml
2index d3ffd7e..d28f898 100644
3--- a/.launchpad.yaml
4+++ b/.launchpad.yaml
5@@ -1,18 +1,15 @@
6 pipeline:
7- - test
8- - build
9+- aa
10+- cc
11
12 jobs:
13- test:
14- series: focal
15+ aa:
16+ series: jammy
17 architectures: amd64
18- packages: [git]
19- plugin: tox
20- build:
21+ run: |
22+ echo "1111"
23+ cc:
24 series: focal
25 architectures: amd64
26- plugin: pyproject-build
27- output:
28- paths:
29- - "dist/*.tar.gz"
30- - "dist/*.whl"
31+ run: |
32+ echo "3333"

Subscribers

People subscribed via source and target branches