-
Notifications
You must be signed in to change notification settings - Fork 713
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
ci: buildspec for qemu ktls test #4175
Conversation
codebuild/spec/buildspec_ktls.yml
Outdated
build-list: | ||
- identifier: UnitQEMUkTLS |
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.
We're minimally also going to need ASAN. Is that doable with this structure?
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.
it's just a label, but it could be more generic
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.
I wasn't commenting on the name so much as how well this could be extended to other builds, particularly ASAN.
bc16f9e
to
158d2fc
Compare
Runtime for a full unit test pass came in at 30 minutes codebuild |
fa6677f
to
a148f78
Compare
Resolved issues:
partial for #3711 3711
Description of changes:
First draft at a ktls unit test, using an AL2 image running with qemu.
Call-outs:
There are multiple places for optimization, this is MVP.
Testing:
How is this change tested (unit tests, fuzz tests, etc.)? local and ad-hoc CodeBuild job
Is this a refactor change? no
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.