aws / aws-rfdk

The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
https://docs.aws.amazon.com/rfdk/index.html
Apache License 2.0
105 stars 38 forks source link

test: add test_marker checks to integ scripts #1169

Closed marofke closed 6 months ago

marofke commented 6 months ago

Summary

I added a 'test_marker' sentinel file to our integration component directories, but missed updating a few other scripts that expected the old cdk.json file, causing unexpected behviour with tests. I've updated all of the scripts in the integ directory.

Testing

Ran the cleanup script, confirming it cleaned up each component directory with a test_marker file in it.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license