-
Notifications
You must be signed in to change notification settings - Fork 26
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
Merge master into submission-v4.0 #874
Merge master into submission-v4.0 #874
Conversation
* Update S3 provider in android-build-test.yml * Update env var name --------- Co-authored-by: Anh <[email protected]>
* Remove InfiniteProgressCircle * Use GitHub vars for --num-flaky-test-attempts flag * Format Dart code * Add DottedProgressCircle * Add setting for progress animation style * Revert "Add setting for progress animation style" This reverts commit c14cc63. * Revert "Add DottedProgressCircle" This reverts commit ef1c427. * Use ProgressCircle with no animation * Format Dart code
* Use GitHub vars for --num-flaky-test-attempts flag * Use Pixel 6 for test-android-apk-tflite * Add expected_throughput for _kTFLiteBackend -> _kPixel6 * Update expected_throughput for _kTFLiteBackend -> _kPixel6 * Replace obsolete Windows image * Update expected_throughput for _kDN2103 * Use Pixel 6 - API level 31 for higher device capacity
Replace obsolete Windows image
* Use dev version of loadgen * Set enforce_max_duration to false * Add min_duration_ms and max_duration_ms to dev Makefile * update enforce_max_duration logic * use updated loadgen * Show different colors for performance result based on multiple conditions. * Fix Dart linter issue * Use GitHub vars for --num-flaky-test-attempts flag * Update expected_throughput for _kS22Ultra * Use latest commit from inference/mobile_update branch --------- Co-authored-by: Koan-Sin Tan <[email protected]>
* Remove GitHub Action markdown-link-check since it's deprecated and caused many false positives * Replace Windows image with newer version * Temporary delete other workflows * Install Docker engine * Revert changes in cloudbuild scripts * Use Python v3.11 * Revert "Temporary delete other workflows" This reverts commit ba41eb1.
* chore(deps): bump the npm_and_yarn group across 1 directory with 1 update Bumps the npm_and_yarn group with 1 update in the /react directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `follow-redirects` from 1.15.5 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json * Update package version * Update package version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anh <[email protected]>
* Show list of ExtendedResult instead of BenchmarkExportResult in history_list_screen * Show result overview in horizontal list * Update design * Add LoadgenInfo.resultValidity * Update result text color * Clean up * Use ResultValidityEnum in benchmark_result_screen * Fix rendering issue on small screen
* Set up app signing * Update app icon for Android and Windows * Add Make cmd to build Android appbundle * Add env var to control signing * Add GitHub workflow to deploy app to Play Store * Update android-build-test.yml * Format Markdown file * Update android-build-test.yml * Update android-build-test.yml * Update track name * Get external libs from GCloud * Use env for lib file name * Add draft status * Update env * Update actions/checkout * Deploy only if on master branch
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Visit the preview URL for this PR (updated for commit be47c47): https://mobile-app-build-290400--pr874-anh-merge-master-int-3cz0dvqb.web.app (expires Sat, 04 May 2024 02:25:03 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1b5d2cdb503384c7cc2a16ada877339f4e123eec |
|
I needed to resolve the merge conflicts without pushing directly to
submission-v4.0
. Therefore, I mergedmaster
intoanh/merge-master-into-submission-v4.0
first, then mergeanh/merge-master-into-submission-v4.0
intosubmission-v4.0
with this PR.