Skip to content

Commit e64683c

Browse files
run tests
1 parent 2c4325a commit e64683c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

buildspec.yml

+23
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,29 @@ batch:
326326
buildspec: codebuild/py312/decrypt_keyrings_with_js.yml
327327
env:
328328
image: aws/codebuild/standard:7.0
329+
- identifier: py312_generate_hkeyring_decrypt_vectors
330+
buildspec: codebuild/py312/py312_generate_hkeyring_decrypt_vectors.yml
331+
env:
332+
image: aws/codebuild/standard:7.0
333+
- identifier: py312_decrypt_hkeyring_with_masterkey
334+
depend-on:
335+
- py312_generate_hkeyring_decrypt_vectors
336+
buildspec: codebuild/py312/py312_decrypt_hkeyring_with_masterkey.yml
337+
env:
338+
image: aws/codebuild/standard:7.0
339+
- identifier: py312_decrypt_hkeyring_with_keyrings
340+
depend-on:
341+
- py312_generate_hkeyring_decrypt_vectors
342+
buildspec: codebuild/py312/decrypt_keyrings_with_keyrings.yml
343+
env:
344+
image: aws/codebuild/standard:7.0
345+
# TODO: turn this into the .NET runner
346+
# - identifier: py312_decrypt_keyrings_with_js
347+
# depend-on:
348+
# - py312_generate_decrypt_vectors_keyrings
349+
# buildspec: codebuild/py312/decrypt_keyrings_with_js.yml
350+
# env:
351+
# image: aws/codebuild/standard:7.0
329352

330353

331354
- identifier: code_coverage

0 commit comments

Comments
 (0)