pipelines: fix integ tests before we run them automatically #28618
Labels
@aws-cdk/integ-tests
@aws-cdk/pipelines
CDK Pipelines library
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
We have a few tests in pipelines that, because of a limitation, reference specific repositories that are not under the
aws-cdk
scope. This is not an urgent issue for us because we do not run these integ tests automatically. However, it is less than ideal and a blocker if we do decide to run automatic integ tests.To mitigate this issue, we need to replace instances of
huijbers/cdk-pipelines-demo
and other specific repositories with a parameter that can be provided via environment variable. This means that the integ test cannot succeed manually without providing this variable, and that we would have to--dry-run
with a dummy value when committing the integ test snapshot into the repo.This should be a more or less exhaustive list, plus the test in #28447
Expected Behavior
No references to random repos
Current Behavior
References to random repos.
Reproduction Steps
See list
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.x
Framework Version
No response
Node.js Version
20
OS
Mac
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: