fix(cicd): reap env reuse launcher children

This commit is contained in:
root
2026-07-21 13:22:45 +02:00
parent 15b45a6de7
commit b139cc6f24
2 changed files with 10 additions and 5 deletions
+4
View File
@@ -738,6 +738,10 @@ test("artifact reuse paths preserve catalog provenance instead of current planne
assert.match(artifactPublish, /goCacheEnabled \? \[\] : \["COPY package\.json \.\/package\.json", "COPY package-lock\.json\* \.\/"\]/u);
assert.match(artifactPublish, /goCacheEnabled \? \[\] : \[`RUN \$\{downloadEnvPrefix\}\$\{downloadDependencyScript\}`\]/u);
assert.match(artifactPublish, /CMD \[\\"node\\", \\"\/usr\/local\/bin\/hwlab-go-env-reuse-launcher\.mjs\\"\]/u);
assert.match(artifactPublish, /ENTRYPOINT \[\\"tini\\", \\"--\\"\]/u);
assert.match(artifactPublish, /command -v tini >\/dev\/null/u);
assert.match(artifactPublish, /\.\.\.recipe\.goOsPackages, "tini"/u);
assert.match(artifactPublish, /aptInstallSection\("init", \["tini"\]\)/u);
assert.match(artifactPublish, /ln -sf "\$\{runtimeRoot\}\/\$bun_bin" \/usr\/local\/bin\/bun/u);
assert.doesNotMatch(artifactPublish, /RUN \$\{dependencyScript\}/u);
assert.match(artifactPublish, /const catalogProvenance = serviceImageCatalogProvenance\(catalogService\);/u);