Skip to content

Commit

Permalink
Set CI parameters for sse-kms tests (awslabs#698)
Browse files Browse the repository at this point in the history
* Set CI parameters for sse-kms tests

Signed-off-by: Vladislav Volodkin <[email protected]>

* Rename the feature flag

Signed-off-by: Vladislav Volodkin <[email protected]>

* Add the feature flag

Signed-off-by: Vladislav Volodkin <[email protected]>

* Add the feature flag

Signed-off-by: Vladislav Volodkin <[email protected]>

---------

Signed-off-by: Vladislav Volodkin <[email protected]>
Co-authored-by: Vladislav Volodkin <[email protected]>
  • Loading branch information
vladem and Vladislav Volodkin authored Jan 12, 2024
1 parent 7dcaee0 commit 93394c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ env:
S3_OLAP_ALIAS: ${{ vars.S3_OLAP_ALIAS }}
S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }}
S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests
KMS_TEST_KEY_ID: ${{ vars.KMS_TEST_KEY_ID }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests,sse_kms

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fuse_tests = []
s3_tests = []
s3express_tests = []
shuttle = []
sse_kms = []

[build-dependencies]
built = { version = "0.6.0", features = ["git2"] }
Expand Down

0 comments on commit 93394c8

Please sign in to comment.