Activity log for bug #1999591

Date Who What changed Old value New value Message
2022-12-14 02:26:34 Corey Bryant bug added bug
2022-12-14 02:26:34 Corey Bryant attachment added Screenshot from 2022-12-13 21-23-01.png https://bugs.launchpad.net/bugs/1999591/+attachment/5635527/+files/Screenshot%20from%202022-12-13%2021-23-01.png
2022-12-14 02:26:50 Corey Bryant description I have something similar to the following for .launchpad.yaml (this is simplified for example but still recreates): pipeline: - ubuntu-build - ubuntu-autopkgtest - cloud-archive-build - cloud-archive-autopkgtest jobs: ubuntu-build: series: jammy architectures: amd64 run: | apt build-dep ./ --yes dpkg-buildpackage -b -uc -us mv ../*.deb ../*.changes ./ output: paths: ["*.deb", "*.changes"] ubuntu-autopkgtest: series: jammy architectures: amd64 packages: - autopkgtest input: job-name: ubuntu-build target-directory: ./ run: | autopkgtest ./files/*.changes -- null cloud-archive-build: series: focal architectures: amd64 run: | apt build-dep ./ --yes dpkg-buildpackage -b -uc -us mv ../*.deb ../*.changes ./ output: paths: ["*.deb", "*.changes"] cloud-archive-autopkgtest: series: focal architectures: amd64 packages: - autopkgtest input: job-name: cloud-archive-build target-directory: ./ run: | autopkgtest ./files/*.changes -- null This results in not 8 jobs running rather than the expected 4. See screenshot attached. I have something similar to the following for .launchpad.yaml (this is simplified for example but still recreates): pipeline: - ubuntu-build - ubuntu-autopkgtest - cloud-archive-build - cloud-archive-autopkgtest jobs:     ubuntu-build:         series: jammy         architectures: amd64         run: |           apt build-dep ./ --yes           dpkg-buildpackage -b -uc -us           mv ../*.deb ../*.changes ./         output:           paths: ["*.deb", "*.changes"]     ubuntu-autopkgtest:         series: jammy         architectures: amd64         packages:           - autopkgtest         input:           job-name: ubuntu-build           target-directory: ./         run: |           autopkgtest ./files/*.changes -- null     cloud-archive-build:         series: focal         architectures: amd64         run: |           apt build-dep ./ --yes           dpkg-buildpackage -b -uc -us           mv ../*.deb ../*.changes ./         output:           paths: ["*.deb", "*.changes"]     cloud-archive-autopkgtest:         series: focal         architectures: amd64         packages:           - autopkgtest         input:           job-name: cloud-archive-build           target-directory: ./         run: |           autopkgtest ./files/*.changes -- null This results in 8 jobs running rather than the expected 4. See screenshot attached.
2022-12-14 14:40:45 Jürgen Gmach lpcraft: status New Triaged
2022-12-14 14:40:47 Jürgen Gmach lpcraft: importance Undecided Low
2023-01-10 18:42:32 Mitch Burton bug added subscriber Mitch Burton
2023-01-16 13:40:34 Jürgen Gmach lpcraft: assignee Jürgen Gmach (jugmac00)
2023-01-16 13:40:37 Jürgen Gmach lpcraft: status Triaged In Progress
2023-01-16 13:41:23 Jürgen Gmach affects lpcraft launchpad
2023-01-17 21:06:02 Jürgen Gmach launchpad: status In Progress Triaged
2023-02-17 07:06:55 Alex Murray bug added subscriber Alex Murray
2023-03-15 23:19:50 Dimitri John Ledkov bug added subscriber Dimitri John Ledkov
2023-04-12 12:17:48 Colin Watson merge proposal linked https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/440534
2023-04-12 12:18:05 Colin Watson launchpad: assignee Jürgen Gmach (jugmac00) Simone Pelosi (pelpsi)
2023-04-12 12:18:08 Colin Watson launchpad: status Triaged In Progress
2023-07-13 11:02:45 Simone Pelosi launchpad: status In Progress Fix Committed
2023-07-18 15:13:03 Colin Watson launchpad: status Fix Committed Fix Released