chore(ci): use asdf instead of rbenv for Bitrise jobs#8031
Draft
itaybre wants to merge 1 commit into
Draft
Conversation
Bitrise images ship with asdf pre-installed, so we can use it directly instead of relying on rbenv + brew-managed ruby-build.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8031 +/- ##
=============================================
+ Coverage 87.311% 87.421% +0.109%
=============================================
Files 553 553
Lines 31975 31976 +1
Branches 13151 13146 -5
=============================================
+ Hits 27918 27954 +36
+ Misses 4010 3975 -35
Partials 47 47 see 8 files with indirect coverage changes Continue to review full report in Codecov by Harness.
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 53097d6 | 1218.02 ms | 1251.70 ms | 33.68 ms |
| f82ca9b | 1227.06 ms | 1264.67 ms | 37.61 ms |
| e0946cf | 1233.33 ms | 1258.57 ms | 25.24 ms |
| eaa30de | 1232.96 ms | 1265.43 ms | 32.47 ms |
| 69745fc | 1226.70 ms | 1259.72 ms | 33.02 ms |
| 7087caa | 1212.33 ms | 1261.69 ms | 49.36 ms |
| 4014441 | 1232.16 ms | 1266.41 ms | 34.25 ms |
| fc4e913 | 1231.79 ms | 1267.89 ms | 36.11 ms |
| eddca8a | 1226.17 ms | 1259.98 ms | 33.81 ms |
| d0b52d1 | 1227.31 ms | 1258.32 ms | 31.01 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 53097d6 | 24.14 KiB | 1.16 MiB | 1.13 MiB |
| f82ca9b | 24.14 KiB | 1.17 MiB | 1.14 MiB |
| e0946cf | 24.14 KiB | 1.16 MiB | 1.13 MiB |
| eaa30de | 24.14 KiB | 1.17 MiB | 1.15 MiB |
| 69745fc | 24.14 KiB | 1.15 MiB | 1.13 MiB |
| 7087caa | 24.14 KiB | 1.17 MiB | 1.15 MiB |
| 4014441 | 24.14 KiB | 1.16 MiB | 1.14 MiB |
| fc4e913 | 24.14 KiB | 1.17 MiB | 1.15 MiB |
| eddca8a | 24.14 KiB | 1.15 MiB | 1.13 MiB |
| d0b52d1 | 24.14 KiB | 1.15 MiB | 1.13 MiB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
brew upgrade ruby-build~/.rbenv/to~/.asdf/installs/rubywith new cache key prefixAffected workflows
unit-test-common.ymlui-tests-common.ymltest-cross-platform.ymlNon-Bitrise runners (Cirrus Labs) are unchanged — they still use
ruby/setup-ruby.#skip-changelog