-
Notifications
You must be signed in to change notification settings - Fork 116
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
Optimize bitrise #3051
base: master
Are you sure you want to change the base?
Optimize bitrise #3051
Conversation
… the Horizon app.
…es to a dedicated folder.
[ignore-commit-lint]
❌ XCTest failed: CoreTests/AssignmentCellViewModelTests/testSubmissionStatusAndIconAndColor
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testAutomaticRead
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testLayout
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testShowEntry
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testShowReplies
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testStudentGroupTopic
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testStudentGroupTopicWhenUserNotInAGroup
❌ XCTest failed: CoreTests/DiscussionDetailsViewControllerTests/testTeacherGroupTopic
|
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.
Thanks for consolidating all this!
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.
Nice! 👍
…plit adhoc yml into two separate ones.
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.
Nice improvements! 🚀
|
What's new?
Bitrise Configurations:
.bitrise/bitrise.yml
: The root Bitrise yml file with common workflows for preparing the workspace and saving SPM cache. This includes the adhoc yml file..bitrise/pr_adhoc/bitrise_pr_adhoc.yml
: Ad-hoc specific workflows.Script Additions:
.bitrise/pr_adhoc/create_pr_comment.sh
: Script to generate a PR comment with QR codes for each app build..bitrise/pr_adhoc/discover_apps_to_build.sh
: Script to discover which apps need to be built based on the pull request's description..bitrise/pr_adhoc/write_qr_url_to_file.sh
: Helper script to write the QR code URL to a file for each app so it can be read by other workflows/steps.refs: MBL-18174
affects: Student, Teacher, Parent