-
Notifications
You must be signed in to change notification settings - Fork 58
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
Change build workflows to run on production docker image #620
Conversation
Codecov Report
@@ Coverage Diff @@
## main #620 +/- ##
=======================================
Coverage 50.31% 50.31%
=======================================
Files 166 166
Lines 5593 5593
Branches 1074 1074
=======================================
Hits 2814 2814
Misses 2508 2508
Partials 271 271 |
New job is passing, and the build-and-test workflow running in the container has passed. |
Created #627 to track the test workflow changes. |
Converting to draft until #614 (comment) is resolved. |
I will start adding changes to this PR soon. |
Signed-off-by: Peter Zhu <[email protected]>
4511bc4
to
e5667f6
Compare
Ready for review. cc: @ohltyler Thanks. |
Removing backport tag since we'll need a manual commit with updated value for |
I'll collect 2 reviewers as I can't approve my (technically own) PR :) |
…search-project#620) Signed-off-by: Peter Zhu <[email protected]>
2.x backport: #628 |
#628) Signed-off-by: Peter Zhu <[email protected]>
Description
Change build and test workflows to run on production docker image. Note that for now, only linux containers are supported by GitHub actions, so we split up the steps into multiple - one for linux, and another for windows & macos.
Also, adds a build step to the test workflow and renames the workflow to reflect that.
Issues Resolved
Resolves #614
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.