Uh oh!
There was an error while loading. Please reload this page.
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
ghost
commented
Sep 7, 2022
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
|
directhex
commented
Sep 12, 2022
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
directhex
commented
Sep 12, 2022
/azp run runtime-maccatalyst |
|
Azure Pipelines successfully started running 1 pipeline(s). |
directhex
commented
Sep 12, 2022
OK, this seems broadly correct now. Will retarget against main & un-draft in the morning |
|
Azure Pipelines successfully started running 1 pipeline(s). |
directhex
commented
Sep 27, 2022
/azp run runtime-androidemulator |
|
Azure Pipelines successfully started running 1 pipeline(s). |
steveisok
commented
Sep 27, 2022
nit: Should we move the special pipelines into its own folder? |
directhex
commented
Sep 28, 2022
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 |
steveisok
commented
Sep 28, 2022
I wasn't sure if it was desirable or not. Certainly ok in a follow up if it makes sense. |
radical
commented
Sep 28, 2022
The top level ymls, the ones that azdo pipelines point to, should remain in |
radical
commented
Sep 28, 2022
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. |
directhex
commented
Sep 28, 2022
/azp run runtime-android |
directhex
commented
Sep 28, 2022
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
directhex
commented
Sep 28, 2022
/azp run runtime-linuxbionic |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
directhex
commented
Sep 28, 2022
/azp run runtime-ioslikesimulator |
|
Azure Pipelines successfully started running 1 pipeline(s). |
radical
commented
Sep 28, 2022
Looks like the 4 started up without any issues. |
directhex
commented
Sep 28, 2022
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
directhex
commented
Sep 28, 2022
/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