Skip to content
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

Merged
merged 38 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
898ebd0
Add empty yml.
vargaat Dec 12, 2024
465017d
Add common workflows and a dedicated yml for adhoc builds.
vargaat Dec 12, 2024
0518271
Remove include.
vargaat Dec 12, 2024
cb0b901
Remove adhoc workflows, re-add include.
vargaat Dec 12, 2024
583d46e
Add empty workflow to adhoc yml.
vargaat Dec 12, 2024
70bcc23
Add discovery workflow.
vargaat Dec 12, 2024
af1c60f
Add adhoc utility step.
vargaat Dec 12, 2024
083b143
Remove unnecessary trigger.
vargaat Dec 12, 2024
ca157c8
Rename adhoc yml.
vargaat Dec 12, 2024
9b83dd3
Add build triggers to each app.
vargaat Dec 12, 2024
cefe818
Move comment to main workflow.
vargaat Dec 12, 2024
a18f195
Extract QR code based on the built scheme.
vargaat Dec 12, 2024
59f4cf4
Fix QR key. Add unified QR code table as comment.
vargaat Dec 12, 2024
9008448
Fix variable name. Omit clean operation before builds.
vargaat Dec 12, 2024
3ea1e7e
Add back updated PR comment step.
vargaat Dec 12, 2024
1c3a2cd
Add PR trigger.
vargaat Dec 12, 2024
11b4808
Don't run PR comment step if workflow failed.
vargaat Dec 12, 2024
3c32627
Add human readable status report name.
vargaat Dec 12, 2024
62affbe
Don't use utility workflow format for adhoc build.
vargaat Dec 12, 2024
312d28b
Reference the outer yml when starting sub-build.
vargaat Dec 12, 2024
bf85b12
Update build number update step to its latest version.
vargaat Dec 13, 2024
8cab76a
Extract app icon location to an external variable since it differs in…
vargaat Dec 13, 2024
841b12c
Enable verbose loggin for xcode build.
vargaat Dec 13, 2024
2267677
Extract PR comment script to a dedicated file. Move adhoc related fil…
vargaat Dec 13, 2024
8d1e11a
Write QR urls to file from child workflow.
vargaat Dec 13, 2024
28a1b41
Change img tag src to double quotes. Crank up compression on SPM cache.
vargaat Dec 13, 2024
b9fb70d
Fix variable not being quoted during envman export. Turn off comment …
vargaat Dec 13, 2024
4c14863
Minor updates, restore PR comment updating.
vargaat Dec 16, 2024
3f204da
Switch to the fastest compression on SPM cache.
vargaat Dec 16, 2024
33f94ae
Update script headers.
vargaat Dec 17, 2024
7e03c33
Bump bitrise to Xcode 16.2.
vargaat Jan 2, 2025
ec72ae9
Merge branch 'master' into chore/MBL-18174-optimize-bitrise
vargaat Jan 2, 2025
69f50ba
Update CSS.
vargaat Jan 2, 2025
cf63560
Extract app discovery shell script from yml file.
vargaat Jan 6, 2025
98fcd16
Remove custom CSS since they don't work in github comments.
vargaat Jan 6, 2025
9162965
Unify tabs to 4 spaces in shell scripts.
vargaat Jan 6, 2025
1166254
Update workflow comment. Make details tag open by default.
vargaat Jan 7, 2025
60b0868
Remove unnecessary environment settings from time zone update step. S…
vargaat Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to the fastest compression on SPM cache.
vargaat committed Dec 16, 2024
commit 3f204da3c79f95376ab27b587b898c135604d585
2 changes: 1 addition & 1 deletion .bitrise/bitrise.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ workflows:
steps:
- save-spm-cache@1:
inputs:
- compression_level: 19
- compression_level: 1
summary: This workflow's only task is to save resolved SPM dependencies to the
cache to be re-used later by other workflows (mainly the _common_prepare_workspace
one).