envoy-mobile icon indicating copy to clipboard operation
envoy-mobile copied to clipboard

android/ci: run CI jobs on Linux

Open Augustyniak opened this issue 3 years ago • 4 comments

Make all Android CI jobs use Linux as opposed to the combination of both Linux and macOS.

Currently some of the Android CI jobs are ran on Linux (android_tests / kotlin_tests_linux) while the other are ran on macOS (android_tests / kotlin_tests_mac, android_tests / java_tests_mac, android_build / kotlin_helloworld).

Building Envoy Mobile aar and running example apps in Android emulator requires a full Android toolchain - that's something that may need to be set up on our Linux machines before we are able to migrate over to them.

Augustyniak avatar Oct 18 '22 16:10 Augustyniak

FYI @danzh2010

Augustyniak avatar Oct 18 '22 16:10 Augustyniak

@Augustyniak let us know (Engflow) when you'll start this work to make sure everything works on the remote execution end :)

cc @Yannic

lfpino avatar Oct 18 '22 23:10 lfpino

One way to do this would be to add Android toolchain stuff (and possible Android Studio stuff?) to https://github.com/envoyproxy/envoy-build-tools which is the repo that generates the Docker image we use to run Android CI jobs, both on the GitHub Actions hosts and the Engflow remote executors.

jpsim avatar Oct 19 '22 14:10 jpsim

Part 1: https://github.com/envoyproxy/envoy-build-tools/pull/188

jpsim avatar Dec 08 '22 22:12 jpsim