-
Notifications
You must be signed in to change notification settings - Fork 39
Run integration tests in GitHub #175
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
DarcyRaynerDD
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.
LGTM, left one comment
scripts/build_layers.sh
Outdated
| temp_dir=$(mktemp -d) | ||
| docker build -t datadog-lambda-layer-node:$1 . --no-cache \ | ||
| --build-arg image=node:$1-alpine | ||
| --build-arg image=node:$1-alpine --network host |
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.
What does this do?
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.
Good question, I don't know and I'm not sure why this is here, I have no recollection of adding this. I'll remove it from the PR. fwiw it seems to be a feature that is only supported on Linux hosts, not on Docker for Mac anyway.
Codecov Report
@@ Coverage Diff @@
## main #175 +/- ##
=======================================
Coverage 86.53% 86.53%
=======================================
Files 31 31
Lines 1203 1203
Branches 236 236
=======================================
Hits 1041 1041
Misses 106 106
Partials 56 56 Continue to review full report at Codecov.
|
08c373f to
318580e
Compare
What does this PR do?
Ports the recent changes to
datadog-lambda-pythonenabling integration tests to run in GitHub.Motivation
See DataDog/datadog-lambda-python#121 and related pull requests.
Testing Guidelines
The integration tests run and pass in GitHub.
Types of Changes
Check all that apply