Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Espresso test with screenshot compare #211

Open
wants to merge 1 commit into
base: Develop
Choose a base branch
from
Open

Conversation

hannesa2
Copy link
Collaborator

No description provided.

@hannesa2 hannesa2 force-pushed the EspressoTest branch 2 times, most recently from 5278cc8 to 0c073ec Compare October 13, 2024 20:16
@hannesa2
Copy link
Collaborator Author

Unfortunately the repository is too big, to start an emulator in a github runner

ERROR | Not enough space to create userdata partition. Available: 2912.667969 MB at /home/runner/android-sdk/sdk_home/.android/avd/../avd/emulator.avd, need 7372.800000 MB.

@hannesa2
Copy link
Collaborator Author

Analyse huge files with
git rev-list --objects --all |

  git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' |
  sed -n 's/^blob //p' |
  sort --numeric-sort --key=2 |
  cut -c 1-12,41- |
  $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
bc857e6ce278   17MiB ViroKit.framework.dSYM/Contents/Resources/DWARF/ViroKit
7d4b10690b9d   17MiB ios/Pods/GVRSDK/Libraries/libCardboardSDK_armv7.a
cd8a2fbeac63   17MiB ios/Libraries/protobuf/libprotobuf-lite.a
eabaffaa7c8d   18MiB ios/Pods/GVRSDK/Libraries/libCardboardSDK_i386.a
56bd4944a2a0   19MiB ios/Pods/GVRSDK/Libraries/libCardboardSDK_x86_64.a
3638adeb6b1b   19MiB ios/Pods/GVRSDK/Libraries/libCardboardSDK_arm64.a
923d028c1bbe   19MiB android/nativetest/src/main/assets/sunrise.vhd
9a5ce556d919   21MiB android/app/src/main/jniLibs/arm64-v8a/libIlmImf.a
df122aa13560   22MiB android/nativetest/src/main/assets/surfing.mp4
323b352cf336   22MiB viro_core/app-viro_core-release.aar
dd7709675de1   22MiB android/app/src/main/jniLibs/arm64-v8a/libopencv_calib3d.a
48333749dce4   25MiB android/code-samples/ARBlackPanther/src/main/assets/wakanda_360.hdr
6f2e3280574f   26MiB android/app/src/main/jniLibs/armeabi-v7a/libopencv_imgproc.a
c2ecc0dbc270   26MiB android/nativetest/src/main/assets/stereoVid.mp4
3b34fb93d57f   29MiB android/app/src/main/jniLibs/armeabi-v7a/libopencv_core.a
c37cbd99009f   34MiB ios/ViroKit/model_hourglass.mlmodel
b78493c69cb2   35MiB ios/Pods/GVRAudioSDK/Libraries/libGVRAudioSDK.a
a60482fc7b06   37MiB android/releasetest/src/main/assets/vest.mp4
02943cce317d   40MiB android/app/src/main/jniLibs/arm64-v8a/libopencv_imgproc.a
02c51e6fe5a7   44MiB android/app/src/main/jniLibs/arm64-v8a/libopencv_core.a
0e7a22634000   65MiB Pods/CardboardSDK/Libraries/libCardboardSDK.a
95b1479b3b1b   72MiB macos/ViroSample/chillroots.mp4

the biggest file, like OpenCV and and the mp4 are no more needed.

The logical action would be to remove them from history and change (!) the history would need more permission, then I have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant