aws-otel-lambda
aws-otel-lambda copied to clipboard
Run Integ tests for python 3.8 and 3.9 runtimes
Description: Run Integ tests for python 3.8 and 3.9 runtimes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Why were 3.11 test removed?
Why were 3.11 test removed?
python 3.11 runtime tests will be run as part of main build-workflow, the change here will make the test to run on default 3.11. its like we are running 3.[8,9,10] in this main-build-python workflow, and python 3.11 in main build-workflow
Is the purpose of main build to test again the latest versions? Why can't we have one workflow file to test against all versions? This may be follow up questions that are out of scope for this PR.
For this PR it would be good rename the file also.
Is the purpose of main build to test again the latest versions? Why can't we have one workflow file to test against all versions? This may be follow up questions that are out of scope for this PR.
For this PR it would be good rename the file also.
I agree, we can have main build to test against latest versions, and the rest of the workflows on the other runtimes. if I remember correctly the include/exclude in the gh action matrix will be very very long list I guess to test in a single workflow and not effective, but I can take a look into it more if when we plan to grok these to see if it can be achieved. renamed the layer to main-build-python.
This PR is stale because it has been open 60 days with no activity.
This PR is stale because it has been open 60 days with no activity.