Skip to content

Commit

Permalink
chore: integs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Apr 18, 2024
1 parent 411de2d commit cfd336e
Show file tree
Hide file tree
Showing 21 changed files with 66,963 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
import * as cdk from 'aws-cdk-lib';
import * as integ from '@aws-cdk/integ-tests-alpha';
import * as codebuild from 'aws-cdk-lib/aws-codebuild';
/**
* Deployment notice:
*
* The fleet allocation might take >10 minutes to complete,
* which can cause the integ test to timeout and fail.
*
* You can try deploying to a different region, or
* or Deploying the stack without integ tests first, with the --no-clean flag,
* waiting for the fleet allocation to reach its capacity,
* and then running the integ test was the workaround used.
*/

const app = new cdk.App();
const stack = new cdk.Stack(app, 'aws-cdk-project-fleet');
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cfd336e

Please sign in to comment.