You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt-postgres functionality, rather than a Big Idea better suited to a discussion
Describe the feature
As a maintainer, I want to simplify the CI jobs, so that I know I am running the same CI regardless of scenario (e.g. PR vs scheduled tests vs end to end tests for dependent packages).
The content you are editing has changed. Please copy your edits and refresh the page.
While these workflows all do roughly the same thing, they are different enough (e.g. concurrency, updating upstream branches, alerting, etc.) that it might be easier to manage as separate workflows.
Style standards:
Job ids, step ids, and variables are in kebab case
Job names, step names, and description fields follow dbt docs standards (capitalize first word only)
Extra descriptors should be avoided unless required for disambiguation, e.g.
version-number -> version
archive-name -> archive
Workflow files use a four space tab
Scripts (inline or separate files) use environment variables in env instead of inline substitution like ${{ inputs.value }}
The text was updated successfully, but these errors were encountered:
mikealfare
changed the title
[CI/CD Improvements] Update and simplify testing workflows
[CI/CD Improvements] Update and simplify CI workflows
Aug 7, 2024
Is this your first time submitting a feature request?
Describe the feature
As a maintainer, I want to simplify the CI jobs, so that I know I am running the same CI regardless of scenario (e.g. PR vs scheduled tests vs end to end tests for dependent packages).
Acceptance Criteria
Suggestions
ci-checks.yml
workflow_call
andworkflow_dispatch
main
ci-pull-request-checks.yml
pull_request_target
ci-scheduled-checks.yml
schedule
: 18:00 UTCWhile these workflows all do roughly the same thing, they are different enough (e.g. concurrency, updating upstream branches, alerting, etc.) that it might be easier to manage as separate workflows.
Style standards:
version-number
->version
archive-name
->archive
env
instead of inline substitution like${{ inputs.value }}
The text was updated successfully, but these errors were encountered: