Skip to content

Commit 1d71481

Browse files
committed
fix
1 parent 20a501e commit 1d71481

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/fireci/fireciplugins/macrobenchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ async def _upload_apks_to_ftl(self):
165165
args += ['--test', test_apk_path]
166166
args += ['--device', 'model=flame,version=30,locale=en,orientation=portrait']
167167
args += ['--directories-to-pull', '/sdcard/Download']
168+
args += ['--results-bucket', 'gs://fireescape-macrobenchmark']
168169
args += ['--environment-variables', ','.join(ftl_environment_variables)]
169170
args += ['--timeout', '30m']
170171
args += ['--project', 'fireescape-c4819']

macrobenchmark/template/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# http://www.gradle.org/docs/current/userguide/build_environment.html
2121
# Specifies the JVM arguments used for the daemon process.
2222
# The setting is particularly useful for tweaking memory settings.
23-
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
23+
org.gradle.jvmargs=-Xmx512m -Xms256m -Dfile.encoding=UTF-8
2424
# When configured, Gradle will run in incubating parallel mode.
2525
# This option should only be used with decoupled projects. More details, visit
2626
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects

0 commit comments

Comments
 (0)