-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: add buildspec.yml from CodeBuild job #3152
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 |
|
The above build from comment #3152 (comment) was run, when buildspec was added inline. Verified from logs: Will update CodeBuild job to read buildspec.yml from repo, and re-run |
Done to retrigger CodeBuild job which reads buildspec from repo
Codecov Report
@@ Coverage Diff @@
## master #3152 +/- ##
=======================================
Coverage 97.01% 97.01%
=======================================
Files 330 330
Lines 9540 9540
Branches 1754 1754
=======================================
Hits 9255 9255
Misses 285 285Continue to review full report at Codecov.
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
The build in #3152 (comment) was run with buildspec.yml read from repo Verified from logs: |
AllanZhengYP
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.
This is copied from Team-owned CodeBuild project, making it easier for future CI improvement.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Refs: #2894
This will make removal of TravisCI easy without affecting other PRs, when we retry #2894 in future
Checklist