Skip to content

docs(lstk hotfix): migrate Snowflake CI page from localstack CLI to lstk - #880

Merged
quetzalliwrites merged 3 commits into
mainfrom
pro-339-continuous-integration
Aug 24, 2026
Merged

docs(lstk hotfix): migrate Snowflake CI page from localstack CLI to lstk#880
quetzalliwrites merged 3 commits into
mainfrom
pro-339-continuous-integration

Conversation

@peter-smith-phd

@peter-smith-phd peter-smith-phd commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

As requested by @mmaureenliu , I've migrated the Snowflake Continuous Integration page to use lstk. This is for the GitHub Actions, GitLab CI, and CircleCI systems, based on the work I did for the AWS CI-Pipelines section. Note that I was only able to fully test the GitHub Actions code snippets, as I don't currently have an account on GitLab or CircleCI.

@quetzalliwrites Please note that this PR is incorrectly based off aws-docs-release-august, since I couldn't find a snowflake-docs-release-august branch.

Completes PRO-339

gtsiolis and others added 3 commits July 14, 2026 16:12
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Quetzalli <hola@quetzalliwrites.com>
Co-authored-by: Claude <noreply@anthropic.com>
Replace the `localstack` CLI commands in the Snowflake continuous
integration guide with their `lstk` equivalents:

- `pip install localstack` -> `npm install -g @localstack/lstk`
- `localstack start --stack snowflake -d` -> `lstk start --type snowflake
  --non-interactive`
- `localstack wait -t 15` -> `--timeout 90s` on `start`; `lstk start`
  blocks on a container health poll and has no detach flag, so a
  separate wait step is no longer needed
- drop the explicit `docker pull`, since `lstk` pulls the image itself

Also fix a pre-existing bug in the GitHub Actions example, where `run:`
without a block scalar meant only the first line ever executed, and
adjust the per-provider setup steps (drop the CircleCI python orb, swap
the GitLab python toolchain for nodejs/npm).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@peter-smith-phd
peter-smith-phd changed the base branch from main to aws-docs-release-august August 20, 2026 22:23
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 283d01b
Status: ✅  Deploy successful!
Preview URL: https://d28fad9e.localstack-docs.pages.dev
Branch Preview URL: https://pro-339-continuous-integrati.localstack-docs.pages.dev

View logs

@quetzalliwrites quetzalliwrites left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!

@quetzalliwrites

Copy link
Copy Markdown
Collaborator

Yes @peter-smith-phd you're fine, no worries. The reason you couldn't find the snow august release branch is that snow is not releasing in august. They skipped from July release to Sep 2nd.

@quetzalliwrites quetzalliwrites changed the title docs(lstk): migrate Snowflake CI page from localstack CLI to lstk docs(lstk hotfix): migrate Snowflake CI page from localstack CLI to lstk Aug 24, 2026
@quetzalliwrites
quetzalliwrites changed the base branch from aws-docs-release-august to main August 24, 2026 11:49
@quetzalliwrites
quetzalliwrites merged commit d50592b into main Aug 24, 2026
7 of 9 checks passed
@quetzalliwrites
quetzalliwrites deleted the pro-339-continuous-integration branch August 24, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants