From c1fa1b760bffca608a7c44f58db6fb1300d23049 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 8 Sep 2022 10:48:19 -0400 Subject: [PATCH] Fix Android Tests in CI (#22464) * Enable android CI on push as well * Revert "Enable android CI on push as well" This reverts commit 3bcca58482b07fefedb86aa4becc518c0130f26a. * Add submodule checkout to full android: needed to set secure.directory * Distinct name for full android builds * Place the submodule checkout to the right location * Undo the wandalen retry removal Co-authored-by: Andrei Litvin --- .github/workflows/full-android.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index cb5eb7ffa74d1c..d56571b7b0a42f 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true jobs: - android: + full_android: name: Run timeout-minutes: 75 @@ -48,6 +48,8 @@ jobs: token: ${{ github.token }} attempt_limit: 3 attempt_delay: 2000 + - name: Checkout submodules + run: scripts/checkout_submodules.py --shallow --platform android - name: Bootstrap timeout-minutes: 10 run: scripts/build/gn_bootstrap.sh