Skip to content

test(scale-set): run service container smoke test - #5375

Draft
edersonbrilhante wants to merge 1 commit into
feat-scale-set-typescript-docs-cifrom
feat-scale-set-image-test
Draft

test(scale-set): run service container smoke test#5375
edersonbrilhante wants to merge 1 commit into
feat-scale-set-typescript-docs-cifrom
feat-scale-set-image-test

Conversation

@edersonbrilhante

Copy link
Copy Markdown
Contributor

Description

Runs the built scale-set service image through its real container entrypoint and verifies the health endpoint response.

The smoke test is kept in a standalone executable script so it can be run locally and kept out of the workflow YAML. The container runs without network access, with a read-only filesystem, all capabilities dropped, and no-new-privileges enabled.

Test Plan

  • Built lambdas/services/scale-set/Dockerfile for linux/amd64 and loaded it as scale-set-service:smoke-test.
  • Ran shellcheck .github/scripts/scale-set-container-smoke-test.sh.
  • Ran bash -n .github/scripts/scale-set-container-smoke-test.sh.
  • Ran .github/scripts/scale-set-container-smoke-test.sh against the built image.
  • Ran git diff --check.

Related Issues

Depends on #5347.

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant