Fix os compatibility tests by enabling multi-platform build and testing#334
Merged
zsombor-balogh merged 2 commits intoaws:masterfrom May 3, 2022
zsombor-balogh:master
Merged
Fix os compatibility tests by enabling multi-platform build and testing#334zsombor-balogh merged 2 commits intoaws:masterfrom zsombor-balogh:master
zsombor-balogh merged 2 commits intoaws:masterfrom
zsombor-balogh:master
Conversation
carlzogh
suggested changes
Apr 29, 2022
aws-lambda-java-runtime-interface-client/test/integration/codebuild-local/test_all.sh
Outdated
Show resolved
Hide resolved
aws-lambda-java-runtime-interface-client/test/integration/codebuild/buildspec.os.alpine.yml
Outdated
Show resolved
Hide resolved
carlzogh
approved these changes
Apr 30, 2022
smirnoal
approved these changes
Apr 30, 2022
Sordie
pushed a commit
to Sordie/aws-lambda-java-libs
that referenced
this pull request
May 14, 2022
…ng (aws#334) * Fix os compatibility tests by enabling multi-platform build and testing * Extract environment setup script
andclt
pushed a commit
that referenced
this pull request
Aug 22, 2022
* feat(events): add lex v2 event and response * fix(events): typo * feat(serialization): add lex v2 event test * Ensure at build time that the jni parts of the runtime-interface-client are compiled for the correct architectures * Update aws-lambda-java-runtime-interface-client.yml * version bump aws-lambda-java-runtime-interface-client 2.1.0 -> 2.1.1 * Update RELEASE.CHANGELOG.md * fix: typo * Update Curl to 7.83.0 * remove invalid link from README (#333) * Fix os compatibility tests by enabling multi-platform build and testing (#334) * Fix os compatibility tests by enabling multi-platform build and testing * Extract environment setup script * Use correct package name prefix of 'NativeClient' class (#335) * Fix os compatibility test local builds on arm64 hosts (#338) * Fix os compatibility test local builds on arm64 hosts * Extract log fetching and clean up to separate scripts * feat(events): move lex v2 event test * chore(events): revert merge failures * fix: mapping errors * feat: add sentiment and kendra response * feat(events): add kendra response to event * fix(events): provide expected json for tests * chore(events): add response test * chore(events): remove cloneable interface and update year * feat(events): keep slots with null value Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com> Co-authored-by: Bryan Moffatt <moffattb@amazon.com> Co-authored-by: hsukanya <hsukanya8@gmail.com> Co-authored-by: zsombor-balogh <69245949+zsombor-balogh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Enable multi-arch testing
Currently compatibility tests are failing when trying to build multi-arch JNI libs:
PLATFORMto the build matrix, build platform specific test images and run integ tests for both x86_64 and arm64Clean up EOL/ESM os versions from os compatibility tests
Source base images from Amazon ECR Public
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.