-
Notifications
You must be signed in to change notification settings - Fork 132
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
Execute the Scenario-Tests in CI #4164
Comments
I think it would make sense to hook the build and test of the scenario-tests repo onto the |
Otherwise using |
How do we want this to work in terms of building the tests and running the tests? The runtime repo allows for build/test to be one action or to only test w/o a build. Do we want similar behavior here? In that case, should there be a |
Yes, I think it makes sense to support |
I think things may be more complicated. If I pass |
In the interest of not horking up machine state, I would suggest only testing from an artifact file ( |
Alright, so it will extract the output layout and execute against that? I suggest that we include a separate option where we can execute already built tests against an installed product. The infra would not be responsible for installing that product. It would just receive the location of the install. |
Isn't that outside the scope of the VMR? That sounds like a scenario where you would just do that directly with the scenario-tests repo. |
Probably. Or at least there's no absolute need to provide that infra at the top level, |
@mthalman - Can this be closed now? I believe you opened issues for the follow-ups but the main work is done. |
Fixed by dotnet/installer#19222. |
The scenarios tests should be run as part of both the source-build and unified build CI legs. The tests should run with the SDK and runtimes produced by the build
The text was updated successfully, but these errors were encountered: