PIE-3516 part 2: use AWS SSM instead and simplify the release workflow#39
Merged
PIE-3516 part 2: use AWS SSM instead and simplify the release workflow#39
Conversation
zhming0
commented
Mar 25, 2025
| 1. Open a new PR bumping the version number in `constants.py`, make sure the PR title contains `[release]`. | ||
| 2. Get the PR approved and merged, this will trigger the release pipeline. | ||
| 3. (Optional) In the event of step 3 failure, run `.buildkite/steps/release-pypi` locally with your own credentials. | ||
| 4. Create a [new github release](https://github.com/buildkite/test-collector-python/releases) for prosperity, you can create a tag as you create the release. |
Contributor
Author
There was a problem hiding this comment.
Ideally, we should get automate tag and release creation. but beyond the scope of this PR I guess.
nprizal
reviewed
Mar 25, 2025
| variables: | ||
| TWINE_PASSWORD: test-collector-python-pypi-api-token | ||
| - aws-assume-role-with-web-identity#v1.2.0: | ||
| role-arn: "arn:aws:iam::445615400570:role/pipeline-buildkite-test-collector-python-build" |
Contributor
There was a problem hiding this comment.
👍 this aligns with bktec release pipeline
nprizal
approved these changes
Mar 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If this is successful, we can probably apply the same practice to other Test Engine open source repos.