[ArPow] Run smoke tests for tarball CI#11023
[ArPow] Run smoke tests for tarball CI#11023dseefeld merged 5 commits intodotnet:release/6.0.1xxfrom
Conversation
|
Friendly FYI, we are not going to be able to run the smoke tests until all repos are included the tarball. |
Yup, thanks for that! I tried out a variant of this locally and ran into some "interesting" errors: |
77aca14 to
90fe359
Compare
90fe359 to
e52b34a
Compare
|
Now the failure is: Which is expected until we can build the entire SDK end-to-end. |
e52b34a to
c02c6e0
Compare
|
I re-targeted this PR to The xunit template is indeed missing. |
|
Comparing the source-built 6.0 SDK against the MSFT Preview 6 build and the 5.0 source-build, I see the following templates missing from 6.0 source-build. |
|
As discussed in the meeting earlier, I will let @lbussell and others take over this now. Please ping me if there's anything I can/should do. |
|
[Triage] We think it is important to get some level of smoke tests enabled in CI soon. In order to support that goal, we proposed disabling the tests based on the missing templates and then log a follow up issue to track down why the templates mentioned earlier are missing. |
|
Current status: smoke tests are failing on web tests. Our source built dotnet won't build the default mvc project generated with |
|
@lbussell - the commit shas have been updated. Please merge in the latest to see if this fixes the mvc project issues. |
242323e to
31eb54d
Compare
|
/AZP run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…into omajid-arpow-ci-smoke-tests
|
This is ready for final review. Once merged, I will open new issues to enable the test templates, F#, and C# blazorwasm. |
* [ArPow] Run smoke tests for tarball CI Fixes: dotnet/source-build#2298 * Update smoke-tests version reference * comment out tests with missing templates and temporarily accommodate missing xml files * Disable f# and blazorwasm tests Co-authored-by: Michael Simons <msimons@microsoft.com> Co-authored-by: Logan Bussell <36081148+lbussell@users.noreply.github.com>
Fixes dotnet/source-build#2298