-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Try moving mobile tests into their own pipelines. #75213
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
Try moving mobile tests into their own pipelines. #75213
Conversation
When called via runtime-extra-platforms, in theory, only smoke tests are run. Full-blown tests should run if individual tests are called (e.g. with `/azp run runtime-ios`) Closes: dotnet#75002
Tagging subscribers to this area: @directhex Issue DetailsWhen called via runtime-extra-platforms, in theory, only smoke tests are run. Full-blown tests should run if individual tests are called (e.g. with Closes: #75002
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-maccatalyst |
Azure Pipelines successfully started running 1 pipeline(s). |
OK, this seems broadly correct now. Will retarget against main & un-draft in the morning |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-androidemulator |
Azure Pipelines successfully started running 1 pipeline(s). |
nit: Should we move the special pipelines into its own folder? |
Do we want to deal with assorted nits now, or get it in & worry about the other stuff later? We need to go through an extended process for this, as we need to modify all the new AzDO jobs to point to main etc instead of only the special test branch they currently point at |
I wasn't sure if it was desirable or not. Certainly ok in a follow up if it makes sense. |
The top level ymls, the ones that azdo pipelines point to, should remain in |
Have you already tried invoking all the pipelines? Not to run them to completion, but to just check that there aren't any yml issues. |
/azp run runtime-android |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-linuxbionic |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-ioslikesimulator |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks like the 4 started up without any issues. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-maccatalyst |
Azure Pipelines successfully started running 1 pipeline(s). |
When called via runtime-extra-platforms, in theory, only smoke tests are run. Full-blown tests should run if individual tests are called (e.g. with
/azp run runtime-ios
)Closes: #75002