-
Notifications
You must be signed in to change notification settings - Fork 478
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
SNOW-862917: Trigger lambda tests on GHA #1647
SNOW-862917: Trigger lambda tests on GHA #1647
Conversation
.github/workflows/build_test.yml
Outdated
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["3.8", "3.9", "3.10"] |
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.
Do we need 3.11? Similar question on docker files.
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.
aws runtime interface is not yet available for 3.11
maybe I'm wrong about this. Last time I checked, it wasn't supported
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.
looks like it was added in the last two months. I'm adding 3.11 support as well
Codecov Report
@@ Coverage Diff @@
## main #1647 +/- ##
==========================================
+ Coverage 83.07% 83.12% +0.05%
==========================================
Files 64 64
Lines 9250 9250
Branches 1350 1350
==========================================
+ Hits 7684 7689 +5
+ Misses 1225 1223 -2
+ Partials 341 338 -3 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #SNOW-862917
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
This PR adds a docker file which sets up a AWS Lambda Runtime Interface Emulator and runs a docker container to run the lambda tests inside the emulated image.