ci: split release docker integration chunks

This commit is contained in:
Peter Steinberger
2026-04-27 13:24:13 +01:00
parent 750c180a6c
commit 98b441edb1
7 changed files with 115 additions and 40 deletions

View File

@@ -320,11 +320,11 @@ Release Docker coverage includes:
- full install smoke with the slow Bun global install smoke enabled
- repository E2E lanes
- release-path Docker chunks: `core`, `package-update`, and
`plugins-integrations`
- OpenWebUI coverage inside the `plugins-integrations` chunk when requested
- split bundled-channel dependency lanes inside `plugins-integrations` instead
of the serial all-in-one bundled-channel lane
- release-path Docker chunks: `core`, `package-update`, `plugins-runtime`, and
`bundled-channels`
- OpenWebUI coverage inside the `plugins-runtime` chunk when requested
- split bundled-channel dependency lanes in their own `bundled-channels` chunk
instead of the serial all-in-one bundled-channel lane
- split bundled plugin install/uninstall lanes
`bundled-plugin-install-uninstall-0` through
`bundled-plugin-install-uninstall-7`