Skip to content

Commit

Permalink
Fix Android Tests in CI (project-chip#22464)
Browse files Browse the repository at this point in the history
* Enable android CI on push as well

* Revert "Enable android CI on push as well"

This reverts commit 3bcca58.

* 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 <[email protected]>
  • Loading branch information
2 people authored and isiu-apple committed Sep 16, 2022
1 parent fd9739f commit ff5eadf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

jobs:
android:
full_android:
name: Run
timeout-minutes: 75

Expand All @@ -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
Expand Down

0 comments on commit ff5eadf

Please sign in to comment.