mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20:44 +00:00
test(plugins): extend external install contract coverage
This commit is contained in:
@@ -10,6 +10,7 @@ export const PLUGIN_PRERELEASE_REQUIRED_SURFACES = Object.freeze([
|
||||
"config-round-trip",
|
||||
"gateway-bootstrap",
|
||||
"sdk-compatibility",
|
||||
"external-install-boundary",
|
||||
"status-diagnostics",
|
||||
"npm-registry-plugin",
|
||||
"clawhub-registry-plugin",
|
||||
@@ -40,13 +41,19 @@ const pluginPrereleaseDockerLanes = Object.freeze([
|
||||
},
|
||||
{
|
||||
lane: "plugins",
|
||||
surfaces: ["external-plugins", "sdk-compatibility", "status-diagnostics"],
|
||||
surfaces: [
|
||||
"external-plugins",
|
||||
"sdk-compatibility",
|
||||
"external-install-boundary",
|
||||
"status-diagnostics",
|
||||
],
|
||||
},
|
||||
{
|
||||
lane: "kitchen-sink-plugin",
|
||||
surfaces: [
|
||||
"external-plugins",
|
||||
"sdk-compatibility",
|
||||
"external-install-boundary",
|
||||
"status-diagnostics",
|
||||
"npm-registry-plugin",
|
||||
"clawhub-registry-plugin",
|
||||
|
||||
Reference in New Issue
Block a user