From 7f8d0ba824ec3e38cd42d59b75ffcd2ddf7ad48e Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 8 Jun 2022 15:25:21 +0800 Subject: [PATCH] Update comments in Android workflow (#11311) * keep comments change only --- .../android-x86_64-crosscompile-ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml index f1f684157a..c738e5bf9e 100644 --- a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml @@ -1,8 +1,8 @@ # Known Limits # 1. Anchors are not supported in GHA # https://github.community/t/support-for-yaml-anchors/16128/90 -# 2. Nested Virutalizaiton isn't supported in Azure pipeline -# https://developercommunity.visualstudio.com/t/enable-nested-virtualization-on-azure-pipelines/466384 +# 2. today most cloud-based CI services are still lacking hardware acceleration support from the host VM, +# which is the no.1 blocker for running tests on modern Android Emulators (especially on recent API levels) on CI. jobs: - job: Build_CPU_EP