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: Make unsigned MSI has timestamp in its name to easily unique fetch it back #636

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

KevinLiAWS
Copy link
Contributor

Description of changes:
When uploading the unsigned to S3, the signer will assign a random postfix to the original MSI.
However, since 0.0.0 is a common test install name, it is hard to uniquely identify the signed MSI since there can be historical ones. Added timestamp in the name so that it can be easily fetched back.

Testing done:
Tested with this action run: https://github.com/runfinch/finch/actions/runs/6503614023/job/17664348385

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@KevinLiAWS KevinLiAWS requested a review from a team as a code owner October 13, 2023 03:52
@KevinLiAWS KevinLiAWS merged commit be080f7 into windev Oct 13, 2023
14 of 16 checks passed
@KevinLiAWS KevinLiAWS deleted the msi-action-fix branch October 13, 2023 06:31
vsiravar pushed a commit that referenced this pull request Oct 17, 2023
…h it back (#636)

*Description of changes:*
When uploading the unsigned to S3, the signer will assign a random
postfix to the original MSI.
However, since 0.0.0 is a common test install name, it is hard to
uniquely identify the signed MSI since there can be historical ones.
Added timestamp in the name so that it can be easily fetched back.

*Testing done:*
Tested with this action run:
https://github.com/runfinch/finch/actions/runs/6503614023/job/17664348385


- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

---------

Signed-off-by: [email protected] <[email protected]>
Co-authored-by: [email protected] <[email protected]>
vsiravar pushed a commit that referenced this pull request Oct 17, 2023
…h it back (#636)

*Description of changes:*
When uploading the unsigned to S3, the signer will assign a random
postfix to the original MSI.
However, since 0.0.0 is a common test install name, it is hard to
uniquely identify the signed MSI since there can be historical ones.
Added timestamp in the name so that it can be easily fetched back.

*Testing done:*
Tested with this action run:
https://github.com/runfinch/finch/actions/runs/6503614023/job/17664348385

- [X] I've reviewed the guidance in CONTRIBUTING.md

#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

---------

Signed-off-by: [email protected] <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Signed-off-by: Vishwas Siravara <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants