Skip to content

Commit

Permalink
Get android builds a bigger taskcluster vm (#3474)
Browse files Browse the repository at this point in the history
* Get Android builds the big queue

* Fix queue

* Remove the brakes in gradle
  • Loading branch information
strseb authored May 9, 2022
1 parent 159876c commit 6c1b749
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1g
org.gradle.jvmargs=-Xmx16g
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Expand All @@ -22,3 +22,4 @@ kotlin.code.style=official
android.bundle.enableUncompressedNativeLibs=false
buildDir=build
org.gradle.caching=false
org.gradle.parallel=true
2 changes: 1 addition & 1 deletion taskcluster/ci/build/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ job-defaults:
symbol: BD
kind: build
tier: 1
worker-type: b-linux
worker-type: b-linux-large
requires-level: 1
worker:
max-run-time: 3600
Expand Down
5 changes: 5 additions & 0 deletions taskcluster/ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ workers:
implementation: docker-worker
os: linux
worker-type: b-linux
b-linux-large:
provisioner: 'mozillavpn-{level}'
implementation: docker-worker
os: linux
worker-type: b-linux-large-gcp
b-win2012:
provisioner: 'mozillavpn-{level}'
implementation: generic-worker
Expand Down

0 comments on commit 6c1b749

Please sign in to comment.