Skip to content
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

[CI/CD] Update release workflow and introduce workflow for nightly releases #266

Merged
merged 8 commits into from
Jan 27, 2023

Conversation

alexander-smolyakov
Copy link
Contributor

@alexander-smolyakov alexander-smolyakov commented Jan 13, 2023

resolves - N/A

Description

This pull request contains the following changes:

  • Updates for release workflow to use reusable workflows;
  • Introduces nightly releases workflow;

Changelog:
release.yml:

  • Added workflow_call trigger;
  • Updated workflow inputs;
  • Steps replaced with reusable workflows;

nightly-release.yml:

  • Added initial implementation;

env-setup.sh:

  • Added script to setup environment for integration tests;

.bumpversion.cfg:

  • Updated parse and serialize properties of config to respect the development segment for nightly releases;

Checklist

@alexander-smolyakov alexander-smolyakov added the Skip Changelog Skips GHA to check for changelog file label Jan 13, 2023
@alexander-smolyakov alexander-smolyakov self-assigned this Jan 13, 2023
@cla-bot cla-bot bot added the cla:yes label Jan 13, 2023
Copy link
Member

@emmyoop emmyoop left a comment

Choose a reason for hiding this comment

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

This looks good. We won't be setting up the temp slack channel in this repo so we need to update the token to be the final token.

.github/workflows/release.yml Outdated Show resolved Hide resolved
@alexander-smolyakov alexander-smolyakov marked this pull request as ready for review January 27, 2023 11:58
@emmyoop emmyoop merged commit 007edf9 into main Jan 27, 2023
@emmyoop emmyoop deleted the users/alexander-smolyakov/update-release-workflow branch January 27, 2023 15:05
alexander-smolyakov added a commit that referenced this pull request Jan 31, 2023
…leases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments
alexander-smolyakov added a commit that referenced this pull request Jan 31, 2023
…leases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments
alexander-smolyakov added a commit that referenced this pull request Jan 31, 2023
…leases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments
alexander-smolyakov added a commit that referenced this pull request Jan 31, 2023
…leases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments
emmyoop added a commit that referenced this pull request Feb 3, 2023
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments

* Update release workflow (#292)

- Update AWS secrets
- Rework condition for Slack notification

* update regex for version bump (#304)

# Conflicts:
#	.bumpversion.cfg

* update prerelease -> prekind (#305)

* update regex for version bump

* update to prekind

* more renaming

---------

Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
emmyoop added a commit that referenced this pull request Feb 3, 2023
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments

* Update release workflow (#292)

- Update AWS secrets
- Rework condition for Slack notification

* update regex for version bump (#304)

# Conflicts:
#	.bumpversion.cfg

* update prerelease -> prekind (#305)

* update regex for version bump

* update to prekind

* more renaming

---------

Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
emmyoop added a commit that referenced this pull request Feb 6, 2023
* [CI/CD] Update release workflow and introduce workflow for nightly releases (#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments

* Update release workflow (#292)

- Update AWS secrets
- Rework condition for Slack notification

* update regex for version bump (#304)

# Conflicts:
#	.bumpversion.cfg

* update prerelease -> prekind (#305)

* update regex for version bump

* update to prekind

* more renaming

---------

Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
abbywh pushed a commit to abbywh/dbt-redshift that referenced this pull request Oct 11, 2023
…leases (dbt-labs#266)

* Add workflows

* Set default `test_run` value to `true`

* Update .bumpversion.cfg

* Resolve review comments

- Update workflow docs
- Change workflow name
- Set `test_run` default value to `true`

* Update Slack secret

* Resolve review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants