-
Notifications
You must be signed in to change notification settings - Fork 35
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
Enable Integration tests #54
base: master
Are you sure you want to change the base?
Enable Integration tests #54
Conversation
67026cf
to
e8c7426
Compare
Codecov ReportBase: 4.28% // Head: 4.28% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #54 +/- ##
======================================
Coverage 4.28% 4.28%
======================================
Files 181 181
Lines 81448 81448
======================================
Hits 3493 3493
Misses 77955 77955
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
e8c7426
to
458f216
Compare
Request to add additional architectures on the Linux / GCC5 build side. |
a14b92f
to
e7392eb
Compare
Integration tests to run platform builds with architectures IA32, X64 for targets DEBUG, RELEASE for platforms OvmfPkg, ArmVirtPkg, and EmulatorPkg. Signed-off-by: Joey Vagedes <[email protected]>
0a644ac
to
fa1bba4
Compare
Have all the updates been made to support this PR? |
No, This bugzilla bug never made it in, which allows edk2 repo to build with basetools automatically: |
@Javagedes Sorry I got swamped and am just trying to catch up on PRs in this repo. |
@bcran this is still applicable, but quite old so it may be out of date. Let me review it again. I'm out next week so it'll be the following week that I can take a look. |
As mentioned in #53, this PR is waiting for an update to the PlatformBuild.py files for OvmfPkg, ArmVirtPkg, and EmulatorPkg before this PR is merged.
The integration tests currently only run platform builds (IA32/X64, DEBUG/RELEASE). Please let me know if there are tools other than build that use BaseTools that you wish integration tests to be ran on, and I will add them to this PR.