-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(batch): ec2 launch template support #6602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
iliapolo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just docstrings, code looks good. Also, lets align the PR description with #6549 (comment).
Thanks!
|
@andrestone I love it, so clean! |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
5239658 to
900e657
Compare
|
I guess it's mergeable now? |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This wasn't merged yet: #6549 Also the PR description thing |
|
Wouldn't the squash commit be ok as well?
…On Fri, Mar 6, 2020, 21:07 Eli Polonsky ***@***.***> wrote:
I guess it's mergeable now?
Thanks!
This wasn't merged yet: #6549 <#6549>
Also the PR description thing
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6602?email_source=notifications&email_token=AB4W4RVTP3GV564K3YFWWOLRGFJX7A5CNFSM4LCO47P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOCWHWI#issuecomment-595944409>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4W4RXNPDE5Y6WKLQIGF53RGFJX7ANCNFSM4LCO47PQ>
.
|
Whoops sorry, didn't notice it. Yeap all good. You just need to re-run CodeBuild project by pushing a dummy commit. |
900e657 to
d2e3e30
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Maaaaaa bad. Gotta remake expected.json |
|
Are you running ‘yarn integ’ to produce the expected template? |
|
yep
…On Fri, Mar 6, 2020 at 10:38 PM Eli Polonsky ***@***.***> wrote:
Are you running ‘yarn integ’ to produce the expected template?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6602?email_source=notifications&email_token=AB4W4RWULAWILW6QVZ7NGCTRGFUOBA5CNFSM4LCO47P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOC6AFA#issuecomment-595976212>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4W4RX3A6XCZSK4WYUWXT3RGFUOBANCNFSM4LCO47PQ>
.
|
d2e3e30 to
07322be
Compare
|
Ma bad, build passed. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
! Integration tests are failing on master, waiting for this fix to be merged.
Launch template support
Related issues:
Usage
Simply define your Launch Template:
and use it:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license