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

Update canary action for S3 Express + Wasm #1099

Merged
merged 10 commits into from
Mar 18, 2024
Merged

Update canary action for S3 Express + Wasm #1099

merged 10 commits into from
Mar 18, 2024

Conversation

rcoh
Copy link
Contributor

@rcoh rcoh commented Mar 13, 2024

Motivation and Context

Fix issue where canary fails at runtime because the S3 express bucket was unset.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rcoh rcoh requested a review from a team as a code owner March 13, 2024 14:03
rcoh and others added 8 commits March 13, 2024 10:30
This commit sets `ENABLE_S3_EXPRESS_CANARY` to true so that S3 Express
canary starts running in `aws-sdk-rust` repo. Note that we run canary
against three releases; latest, previous, and the one before last.
This env variable is temporary, and we were originally going to turn it
on after S3 Express implementation is available in those releases
(which should be after 2024-03-15), otherwise s3_express_canary would fail.
However, since the canary already fails due to `canary-wasm` not being able
to find `aws-smithy-wasm` in `versions.toml`, so setting the said env
variable right now will not make things worse.

`canary-wasm` should start passing when run against 2024-03-15, 2024-03-14,
and 2024-03-13, and so should s3_express_canary. At that point, we can
remove `ENABLE_S3_EXPRESS_CANARY` and run s3_express_canary by default.
@ysaito1001 ysaito1001 changed the title Update for S3 Express Update canary action for S3 Express + Wasm Mar 14, 2024
@ysaito1001 ysaito1001 merged commit 7ae5da0 into main Mar 18, 2024
7 checks passed
@ysaito1001 ysaito1001 deleted the canary-express branch May 8, 2024 23:05
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.

None yet

3 participants