Skip to content

Commit

Permalink
Fix Cirrus configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 12, 2023
1 parent d0a9e8f commit e5e98e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
instrumented_task_test:
run_emulator_tests:
name: Run Android emulator tests
timeout_in: 30m
only_if: $CIRRUS_BRANCH == "main" || $CIRRUS_PR != ""
skip: "!changesInclude('.cirrus.yml', '*.gradle', '*.gradle.kts', '**/*.gradle', '**/*.gradle.kts', '*.properties', '**/*.properties', '**/*.kt', '**/*.xml')"
env:
JAVA_TOOL_OPTIONS: -Xmx6g
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process
Expand All @@ -11,7 +9,6 @@ instrumented_task_test:
kvm: true
cpu: 8
memory: 24G

create_device_script:
./gradlew :app:provisionEmulator
start_emulator_background_script:
Expand Down

0 comments on commit e5e98e6

Please sign in to comment.