Commit d0cb680
committed
chore(ci): replace Busy Engineer's Workshop validation with in-repo install-and-import smoke test
The Busy Engineer's Document Bucket workshop
(https://github.com/aws-samples/busy-engineers-document-bucket and its
host https://document-bucket.awssecworkshops.com) is being torn down
(ticket P417981931). The release-validate CodeBuild step depended on
cloning that repo and running its mocked pytest suite to confirm the
freshly-published aws-encryption-sdk wheel still works for a downstream
consumer.
The workshop tests are fully mocked (KMS, S3, DDB, and decrypt are all
mock.Mock/MagicMock), so the only real signal the step produced was:
1. the published wheel installs on a supported Python, and
2. `aws_encryption_sdk` imports, including legacy public symbols like
`StrictAwsKmsMasterKeyProvider`.
This change reproduces exactly that signal without the workshop
dependency: pip install the released $VERSION, then import the package
and the legacy symbol. Retry behavior is preserved.1 parent d45ed4d commit d0cb680
1 file changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 8 | + | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
20 | 12 | | |
21 | 13 | | |
22 | 14 | | |
23 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| |||
0 commit comments