chore: Remove all bitrise artifacts#30204
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit db73661. Configure here.
…obile into chore/remove-bitrise
|
E2E test failure not related to changes |
|
Running E2E performance tests - https://github.com/MetaMask/metamask-mobile/actions/runs/25884408647 |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
None of these changes affect any user-facing functionality, test logic, app behavior, navigation, controllers, or E2E test infrastructure that would require running E2E tests. The Performance Test Selection: |
|




Description
This PR completely removes Bitrise from the app
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MCWP-260
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Medium risk because it removes Bitrise-triggered workflows/scripts and related build metadata handling, which could disrupt CI/build/release pipelines if any consumers still depend on them.
Overview
Removes Bitrise-specific CI/E2E tooling and cleanup of remaining references, shifting fully to GitHub Actions-based build workflows.
This deletes the Bitrise PR label/E2E gate scripts under
.github/scripts/bitrise/, drops the associated workflow YAMLs (previously.disabled), and prunes Bitrise-only dependencies from.github/scripts/package.json/yarn.lock. It also removes Bitrise config hooks from.detoxrc.js, Gradle (Bitrise NDK path helper), version-bump workflow (update-latest-build-version.ymlno longer stagesbitrise.yml), and updates docs/comments/config filters/CODEOWNERS to stop treatingbitrise.ymlas a critical/owned/CI file.Reviewed by Cursor Bugbot for commit 4cc0ebf. Bugbot is set up for automated code reviews on this repo. Configure here.