Skip to content

Commit

Permalink
chore: cherry-pick #10428 (#10447)
Browse files Browse the repository at this point in the history
This PR cherry-picks #10428

Co-authored-by: sethkfman <[email protected]>
Co-authored-by: metamaskbot <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent ec60d58 commit 2d8a59c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,27 @@ pipelines:
create_qa_builds_pipeline:
stages:
- create_build_qa: {}
- notify: {}
#Builds MetaMask, MetaMask-QA apps and stores apk/ipa in Bitrise
build_all_targets_pipeline:
stages:
- create_build_release: {}
- create_build_qa: {} #Generate QA builds for E2E app upgrade tests
#Releases MetaMask apps and stores apk/ipa into Play(Internal Testing)/App(TestFlight) Store
release_builds_to_store_pipeline:
stages:
- create_build_release: {}
- deploy_build_release: {}
- create_build_qa: {} #Generate QA builds for E2E app upgrade tests
- release_notify: {}
#Releases MetaMask apps and stores ipa into App(TestFlight) Store
release_ios_to_store_pipeline:
stages:
- create_ios_release: {}
- deploy_ios_release: {}
- notify: {}
#Releases MetaMask apps and stores apk Play(Internal Testing) Store
release_android_to_store_pipeline:
stages:
- create_android_release: {}
- deploy_android_release: {}
- notify: {}
#Run E2E test suite for iOS only
run_e2e_ios_pipeline:
stages:
Expand Down Expand Up @@ -63,7 +64,6 @@ pipelines:
- create_build_flask_release: {}
- deploy_flask_build_release: {}
- release_notify: {}

#PR_e2e_verfication (build ios & android), run iOS (regression), emulator Android
pr_regression_e2e_pipeline:
stages:
Expand Down

0 comments on commit 2d8a59c

Please sign in to comment.