Verify that Cloud Assembly is self-contained #5960
Labels
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-discussion
This issue/PR requires more discussion with community.
p2
❓ General Issue
Our current cloud-assembly integration tests don't really cover all the functionality we want.
The cloud-assembly directory must be self-contained and portable between machines and environments. This is especially critical for the CI/CD story.
This means that the cloud-assembly shouldn't include any references to the environment it was created on. See #5807.
However, our current tests dont verify this because the tests dont run in an isolated environment.
Specifically, we should at least make sure that the source, used by
synth
, is not available, when runningcdk deploy
.The Question
Environment
Other information
The text was updated successfully, but these errors were encountered: