canonical / chisel-releases

36 stars 51 forks source link

ci(spread): support slice testing through Spread (focal) #290

Closed cjdcordeiro closed 4 months ago

cjdcordeiro commented 4 months ago

Proposed changes

This is a backport of https://github.com/canonical/chisel-releases/pull/281

Related issues/PRs

281

Testing

spread

Checklist

github-actions[bot] commented 4 months ago

Diff of dependencies:

slices/libpython3.8-stdlib.yaml ```diff @@ -3,6 +3,7 @@ libcrypt1 libdb5.3 libffi7 +libgcc-s1 liblzma5 libmpdec2 libncursesw6 ```

rebornplusplus commented 4 months ago

This is probably missing the changes for .github/ci.yaml.

cjdcordeiro commented 4 months ago

This is probably missing the changes for .github/ci.yaml.

y my bad. fixed now

cjdcordeiro commented 4 months ago

Looks good.

On another note, are we going to add integration tests for existing major slices?

Yes, it should be done gradually, maybe piggy backing on PRs that touch untested SDFs