Skip to content

Commit

Permalink
chore(toolkit): integ tests moved to release pipeline (#1632)
Browse files Browse the repository at this point in the history
Integration tests are now executed automatically as part of our
release pipeline.

Fixes #294
  • Loading branch information
Elad Ben-Israel authored Jan 29, 2019
1 parent 6a8e010 commit 5b2de2b
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 473 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

* [ ] Testing
- Unit test added
- __CLI change?:__ manually run [integration tests](https://github.com/awslabs/aws-cdk/blob/master/packages/aws-cdk/integ-tests/test.sh) and paste output as a PR comment
- __CLI change?:__ coordinate update of integration tests with team
- __cdk-init template change?:__ coordinated update of integration tests with team
* [ ] Docs
- __jsdocs__: All public APIs documented
Expand Down
4 changes: 0 additions & 4 deletions packages/aws-cdk/integ-tests/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/aws-cdk/integ-tests/app/.gitignore

This file was deleted.

61 changes: 0 additions & 61 deletions packages/aws-cdk/integ-tests/app/app.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/aws-cdk/integ-tests/app/cdk.json

This file was deleted.

103 changes: 0 additions & 103 deletions packages/aws-cdk/integ-tests/common.bash

This file was deleted.

30 changes: 0 additions & 30 deletions packages/aws-cdk/integ-tests/test-cdk-context.sh

This file was deleted.

23 changes: 0 additions & 23 deletions packages/aws-cdk/integ-tests/test-cdk-deploy-all.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/aws-cdk/integ-tests/test-cdk-deploy-no-tty.sh

This file was deleted.

63 changes: 0 additions & 63 deletions packages/aws-cdk/integ-tests/test-cdk-deploy-with-role.sh

This file was deleted.

26 changes: 0 additions & 26 deletions packages/aws-cdk/integ-tests/test-cdk-deploy.sh

This file was deleted.

16 changes: 0 additions & 16 deletions packages/aws-cdk/integ-tests/test-cdk-diff.sh

This file was deleted.

27 changes: 0 additions & 27 deletions packages/aws-cdk/integ-tests/test-cdk-iam-diff.sh

This file was deleted.

Loading

0 comments on commit 5b2de2b

Please sign in to comment.