Skip to content

Commit 8a0ddc4

Browse files
311
1 parent c8c5a40 commit 8a0ddc4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

buildspec.yml

+8
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@ batch:
194194
buildspec: codebuild/py311/decrypt_net_401_vectors_keyrings.yml
195195
env:
196196
image: aws/codebuild/standard:7.0
197+
- identifier: py311_encrypt_masterkey
198+
buildspec: codebuild/py311/encrypt_masterkey.yml
199+
env:
200+
image: aws/codebuild/standard:5.0
201+
- identifier: py311_encrypt_keyrings
202+
buildspec: codebuild/py311/encrypt_keyrings.yml
203+
env:
204+
image: aws/codebuild/standard:5.0
197205
- identifier: py311_generate_decrypt_vectors_masterkey
198206
buildspec: codebuild/py311/generate_decrypt_vectors_masterkey.yml
199207
env:

codebuild/py37/encrypt_masterkey.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ phases:
2222
- cd test_vector_handlers
2323
- |
2424
tox -- \
25-
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0003-awses-message-encryption.v2.json \
25+
--input test/aws-crypto-tools-test-vector-framework/features/CANONICAL-GENERATED-MANIFESTS/0003-awses-message-encryption.v2.json

0 commit comments

Comments
 (0)