canonical / mir-ci

Mir CI helpers
1 stars 1 forks source link

CI: Over-eager triggering of snap rebuilds #1

Open AlanGriffiths opened 3 years ago

AlanGriffiths commented 3 years ago

We're currently looking at deb source to determine the latest Mir version.

So if an upload succeeds, we're expecting all snaps to be built from that… if any of the deb arches fail, we'll loop.

Saviq commented 2 years ago

It should be possible to verify that all the expected architectures have published binaries in https://launchpad.net/+apidoc/devel.html#archive-getPublishedBinaries, and skip the snap build if not.