-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
refactor: rename multichain e2e pipeline and add multichain assets pipeline #12785
refactor: rename multichain e2e pipeline and add multichain assets pipeline #12785
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. |
Bitrise❌❌❌ Commit hash: 5304f3e Note
Tip
|
@@ -71,10 +71,10 @@ pipelines: | |||
stages: | |||
- create_build_qa_android: {} | |||
- app_upgrade_test_stage: {} | |||
multichain_e2e_pipeline: | |||
multichain_permissions_e2e_pipeline: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed the pipeline to be more specific by including permissions
in its name
@@ -140,15 +140,15 @@ stages: | |||
workflows: | |||
- ios_e2e_build: {} | |||
- android_e2e_build: {} | |||
build_multichain_e2e_ios_android_stage: | |||
build_multichain_permissions_e2e_ios_android_stage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed the stages to be more specific by including permissions
in their names
@@ -683,13 +683,13 @@ workflows: | |||
- TEST_SUITE_TAG: '.*SmokeCore.*' | |||
after_run: | |||
- android_e2e_test | |||
run_tag_multichain_ios: | |||
run_tag_multichain_permissions_ios: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed the multichain workflows to include permissions
in their name
- run_multichain_e2e_ios_android_stage: {} | ||
- build_multichain_permissions_e2e_ios_android_stage: {} | ||
- run_multichain_permissions_e2e_ios_android_stage: {} | ||
multichain_assets_e2e_pipeline: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the new mulithchain assets e2e pipeline
workflows: | ||
- run_tag_multichain_permissions_ios: {} | ||
- run_tag_multichain_permissions_android: {} | ||
build_multichain_assets_e2e_ios_android_stage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the new mulithchain assets e2e build stage
run_multichain_e2e_ios_android_stage: | ||
- build_ios_multichain_assets_e2e: {} | ||
- build_android_multichain_assets_e2e: {} | ||
run_multichain_assets_e2e_ios_android_stage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the new mulithchain assets e2e run stage
- TEST_SUITE_TAG: '.*SmokeMultiChainPermissions.*' | ||
after_run: | ||
- ios_e2e_test | ||
run_tag_multichain_permissions_android: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the new mulithchain assets e2e workflows
Quality Gate passedIssues Measures |
Bitrise✅✅✅ Commit hash: de7434f Note
|
closing in favor of another PR which does not add the new workflow but does rename the existing multichain workflow to multichain permissions: #12809 |
Description
This PR renames the multichain e2e pipeline to be more specific about permissions and adds a new pipeline for multichain assets testing.
Changes were made in a hierarchical order:
Renamed existing pipeline for clarity:
multichain_e2e_pipeline
→multichain_permissions_e2e_pipeline
build_multichain_e2e_ios_android_stage
→build_multichain_permissions_e2e_ios_android_stage
run_multichain_e2e_ios_android_stage
→run_multichain_permissions_e2e_ios_android_stage
build_ios_multichain_e2e
→build_ios_multichain_permissions_e2e
build_android_multichain_e2e
→build_android_multichain_permissions_e2e
run_tag_multichain_ios
→run_tag_multichain_permissions_ios
run_tag_multichain_android
→run_tag_multichain_permissions_android
Added new pipeline for multichain assets:
multichain_assets_e2e_pipeline
with corresponding stages and workflowsSmokeMultiChainAssets
These changes improve naming consistency throughout the CI pipeline while adding new functionality for multichain assets testing.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist