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

docs: automate updating latest links to CI output #2302

Open
WesleyRosenblum opened this issue Aug 20, 2024 · 0 comments
Open

docs: automate updating latest links to CI output #2302

WesleyRosenblum opened this issue Aug 20, 2024 · 0 comments
Labels
ci Tasks related to ci documentation Improvements or additions to documentation priority/low Rank 4 size/small

Comments

@WesleyRosenblum
Copy link
Contributor

Problem:

In #2297, I updated the continuous integration documentation and included links to the "latest" CI artifacts. This works by having a second CloudFront distribution that sets an Origin Path pointing to the CI folder (commit ID) from the latest tagged release. There isn't any automation around this though, so the links to CI artifacts will get stale without it being manually updated.

Solution:

Add to the release workflow to use the update-distribution API in the AWS CLI to update the origin path for the "latest" distribution to the commit ID for the latest tagged release

Requirements / Acceptance Criteria:

Whenever a new release is tagged, the CI documentation should point to the CI artifacts for that release

@WesleyRosenblum WesleyRosenblum added ci Tasks related to ci documentation Improvements or additions to documentation labels Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Tasks related to ci documentation Improvements or additions to documentation priority/low Rank 4 size/small
Projects
None yet
Development

No branches or pull requests

1 participant