microsoft / fluentui-react-native

A react-native component library that implements the Fluent Design System.

Home Page:https://developer.microsoft.com/fluentui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch Android CI Pipeline to `ubuntu-latest`

Saadnajmi opened this issue · comments

Fallout from #1535

We use the VM image macOS-11 to run the "Android PR" ADO job in our pipeline. As was pointed out, ubuntu-latest is much much faster, so we should switch the job to use that. When I did that, the check hung. I assume this is because we're using a custom bash script. Related, we could probably also switch our check to just be a grade build invocation, similar to what react-native-test-app does in their CI.

The issue is that the Android Emulator is currently available only for hosted macOS agents.

Thanks for the update! Closing