Skip to content

fix(ci): root-cause the dbt --version regex mismatch in setup-versions.sh #1252

Description

@anandgupta42

Found during v0.11.0-beta.1 release review (Tech Lead). The main CI workflow's dbt-tools E2E job had been red since ~2026-08-23 (40+ runs): packages/dbt-tools/test/e2e/setup-versions.sh line 84 ran dbt --version | grep -oE 'installed: ...' with no || echo unknown fallback (unlike lines 63/74), so under set -euo pipefail a no-match killed the whole script mid-run and the actual E2E tests never ran. v0.11.0-beta.1 adds the missing fallback to un-break CI. Remaining work: root-cause WHY the regex stopped matching (did the pinned dbt build change its --version output format?), so unknown doesn't quietly become permanent.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions