Skip to content

Commit

Permalink
Try 12GM memory for test's Gradle tasks on CI
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Jan 20, 2024
1 parent fd13086 commit 413a6d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
-Drobolectric.enabledSdks=${{ matrix.api-versions }} \
-Drobolectric.alwaysIncludeVariantMarkersInTestName=true \
-Dorg.gradle.workers.max=2 \
-Dorg.gradle.jvmargs=-Xmx12288M \
-x :integration_tests:nativegraphics:test \
-x :integration_tests:roborazzi:test
Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:

profile: Nexus One
script: |
SKIP_ERRORPRONE=true SKIP_JAVADOC=true ./gradlew cAT --info --stacktrace --no-watch-fs -Dorg.gradle.workers.max=2
SKIP_ERRORPRONE=true SKIP_JAVADOC=true ./gradlew cAT --info --stacktrace --no-watch-fs -Dorg.gradle.workers.max=2 -Dorg.gradle.jvmargs=-Xmx12288M
- name: Upload test results
if: always()
Expand Down

0 comments on commit 413a6d1

Please sign in to comment.