trying random stuff at this point

Change-Id: Iec9c47ffcc69b6bbf86a2fb01ffe70909884261f
ben/dropshots
Jose Alcérreca 3 months ago
parent 7521fffdb8
commit dc1e74d464

@ -200,9 +200,9 @@ jobs:
disk-size: 6000M
heap-size: 600M
profile: pixel_5
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
# Run tests, if they fail, record screenshots and exit with a failure
script: ./gradlew connectedDemoDebugAndroidTest --daemon || echo "Recording new screenshots" ; ./gradlew connectedDemoDebugAndroidTest -Pdropshots.record --stacktrace
script: ./gradlew connectedDemoDebugAndroidTest --daemon || echo "Recording new screenshots" ; ./gradlew connectedDemoDebugAndroidTest -Pdropshots.record --daemon --stacktrace
- name: Prevent pushing new screenshots if this is a fork (instrumented)
id: checkfork_screenshots_instrumented

Loading…
Cancel
Save