CodePipeline: Referencing a CodeBuild project that creates also an S3 bucket from another stack is marked as circular dependency #30500
Labels
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p3
Describe the bug
When referencing a CodeBuild Project to use it in a separate stack for a pipeline, synth fails cause this action is marked as possible circular dependency.
The CodeBuild Project stack creates also an associated S3 bucket for test reports, which seems the cause of the issue.
Expected Behavior
It should not be a circular dependency, since doing all the stuff in a single stack works fine, so I'm just doing some refactor
Current Behavior
Reproduction Steps
app.py
codebuild_test_project.py
pipeline_stack.py
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.135.0 (build d46c474)
Framework Version
No response
Node.js Version
18.17.1
OS
macOS Sonoma 14
Language
Python
Language Version
3.10.14
Other information
No response
The text was updated successfully, but these errors were encountered: