Comment 2 for bug 1999591

Revision history for this message
Jürgen Gmach (jugmac00) wrote (last edit ):

Corey, thanks for reporting this issue.

I was able to reproduce it, but only in CI with the following configuration file - lpcraft on its own works correctly.
see https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/434636

```
pipeline:
- aa
- cc

jobs:
    aa:
        series: jammy
        architectures: amd64
        run: |
          echo "1111"
    cc:
        series: focal
        architectures: amd64
        run: |
          echo "3333"
```

This results in 4 builds, see https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+ref/reproduce-bug-1999591

Colin suspects an issue in Launchpad itself, see https://chat.canonical.com/canonical/pl/1urdsf4dkpgwppg35f343d8ekr

Let's keep the issue here until this is verified.