-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish internal build workflow #735
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-redshift contributing guide. |
This workflow is working with test :D Documentation added. It's fully ready to be reviewed and considered done with this PR. |
@@ -28,7 +40,7 @@ jobs: | |||
invoke-reusable-workflow: | |||
name: "Build and Release Internally" | |||
|
|||
uses: "VersusFacit/dbt-release/.github/workflows/internal-archive-release.yml@main" | |||
uses: "dbt-labs/dbt-release/.github/workflows/internal-archive-release.yml@mp/finish_internal_workflow" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to change this once main
has all the changes needed to support all the other workflows. Since this PR's workflow can be invoked using the branch reference, I'll merge at the time I can revert to main (unless there is an alternate path desired)
FYI, the failing integration tests are the usual flaky tests, and don't seem related to this PR. |
https://github.com/dbt-labs/dbt-redshift/actions/runs/8443805653 is the clean build for the latest sha |
Problem
We need a workflow that calls the internal build release workflow found here.
Solution
This PR adds the file and documents the what/how/why.
Proof of the build process working:
Checklist