Skip to content

Commit 6e34283

Browse files
cortinicofacebook-github-bot
authored andcommitted
Remove report-app-size (#45483)
Summary: Pull Request resolved: #45483 We don't really use this functionality and is getting harder to migrate to GHA, hence I'm removing it. Changelog: [Internal] [Changed] - Remove report-app-size Reviewed By: cipolleschi Differential Revision: D59822862 fbshipit-source-id: 2d082454aea3b3c5863bd34556a23c2fc847f841
1 parent fcd526d commit 6e34283

File tree

11 files changed

+6
-1289
lines changed

11 files changed

+6
-1289
lines changed

.circleci/configurations/commands.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,6 @@ commands:
157157
- packages/react-native/ReactAndroid/build/third-party-ndk
158158
key: *gradle_cache_key
159159

160-
report_bundle_size:
161-
parameters:
162-
platform:
163-
description: Target platform
164-
type: enum
165-
enum: ["android", "ios"]
166-
steps:
167-
- run:
168-
name: Report size of RNTester.app (analysis-bot)
169-
command: GITHUB_TOKEN="$PUBLIC_ANALYSISBOT_GITHUB_TOKEN_A""$PUBLIC_ANALYSISBOT_GITHUB_TOKEN_B" scripts/circleci/report-bundle-size.sh << parameters.platform >> || true
170-
171160
setup_hermes_version:
172161
steps:
173162
- run:
@@ -558,7 +547,5 @@ commands:
558547
tar -zcvf xcresults.tar.gz $XCRESULT_PATH
559548
- store_artifacts_if_needed:
560549
path: /Users/distiller/Library/Developer/Xcode/xcresults.tar.gz
561-
- report_bundle_size:
562-
platform: ios
563550
- store_test_results:
564551
path: ./reports/junit

.circleci/configurations/jobs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ jobs:
177177
name: Build & Test React Native using Gradle
178178
command: ./gradlew build -PenableWarningsAsErrors=true
179179

180-
- report_bundle_size:
181-
platform: android
182-
183180
- store_test_results:
184181
path: ~/react-native/packages/gradle-plugin/react-native-gradle-plugin/build/test-results
185182
- store_test_results:

.github/actions/report-bundle-size/action.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/actions/test-ios-rntester/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ inputs:
2828
react-native-version:
2929
description: The version of react-native
3030
required: true
31+
3132
runs:
3233
using: composite
3334
steps:
@@ -139,11 +140,6 @@ runs:
139140
with:
140141
name: xcresults
141142
path: /Users/distiller/Library/Developer/Xcode/xcresults.tar.gz
142-
- name: Report bundle size
143-
if: ${{ inputs.run-unit-tests == 'true' }}
144-
uses: ./.github/actions/report-bundle-size
145-
with:
146-
platform: ios
147143
- name: Store test results
148144
if: ${{ inputs.run-unit-tests == 'true' }}
149145
uses: actions/upload-artifact@v4

.github/workflows/test-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
with:
209209
hermes-version: ${{ needs.prepare_hermes_workspace.outputs.hermes-version }}
210210
react-native-version: ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
211+
211212
build_android:
212213
runs-on: 8-core-ubuntu
213214
needs: [set_release_type]

packages/react-native-bots/datastore.js

Lines changed: 0 additions & 178 deletions
This file was deleted.

packages/react-native-bots/make-comment.js

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)