Skip to content

Commit

Permalink
[CI] Set "WearOS Tests" parallelization to 2 agents. (#9639)
Browse files Browse the repository at this point in the history
The "WearOS Test" job regularly takes over an hour to complete.  Split
the tests it runs into 2 parallel jobs to reduce the time taken to
complete the stage.
  • Loading branch information
jpobst authored Dec 20, 2024
1 parent f5b03a4 commit 6b37563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ stages:
timeoutInMinutes: 180
cancelTimeoutInMinutes: 2
strategy:
parallel: 1
parallel: 2
variables:
avdApiLevel: 30
avdAbi: x86
Expand Down

0 comments on commit 6b37563

Please sign in to comment.