Skip to content

fix(ci): Dagster smoke test env on GHA#40

Merged
spideystreet merged 2 commits into
developfrom
fix/ci-dagster-github-env
Apr 29, 2026
Merged

fix(ci): Dagster smoke test env on GHA#40
spideystreet merged 2 commits into
developfrom
fix/ci-dagster-github-env

Conversation

@spideystreet
Copy link
Copy Markdown
Collaborator

@spideystreet spideystreet commented Apr 29, 2026

Why

Reuseable quality-checks failed on Dagster startup: instance config needs DAGSTER_STORAGE_DIR / DAGSTER_LOGS_DIR (see root dagster.yaml).

Change

Set DAGSTER_HOME, storage/log dirs under ${{ github.workspace }}/tmp_dagster, mkdir -p before pytest. Ignore tmp_dagster/.

Verify locally

Same pytest step with matching env.

dagster.yaml uses env-based DAGSTER_STORAGE_DIR/DAGSTER_LOGS_DIR; the runner
otherwise fails instance config loading and never reaches Serving dagster-webserver.

Made-with: Cursor
@spideystreet spideystreet merged commit b471a85 into develop Apr 29, 2026
7 of 8 checks passed
@spideystreet spideystreet deleted the fix/ci-dagster-github-env branch April 29, 2026 16:42
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.

1 participant