CI migration to Github Actions - #5972
Merged
Merged
Conversation
tzununbekov
temporarily deployed
to
production
February 15, 2024 10:12 — with
GitHub Actions
Inactive
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5972 +/- ##
==========================================
- Coverage 37.93% 37.88% -0.05%
==========================================
Files 371 371
Lines 20661 20661
==========================================
- Hits 7837 7827 -10
- Misses 12048 12055 +7
- Partials 776 779 +3 ☔ View full report in Codecov by Sentry. |
tzununbekov
force-pushed
the
ci-migration
branch
from
February 15, 2024 10:30
5dcac4b to
22724c5
Compare
tzununbekov
temporarily deployed
to
production
February 15, 2024 10:30 — with
GitHub Actions
Inactive
tzununbekov
marked this pull request as ready for review
February 15, 2024 10:43
tzununbekov
requested review from
Guillembonet,
Snawoot,
Waldz,
mdomasevicius,
soffokl and
tadaskay
as code owners
February 15, 2024 10:43
Guillembonet
approved these changes
Feb 15, 2024
Guillembonet
left a comment
Contributor
There was a problem hiding this comment.
nice to finally have this
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.
This is part 1 of the CI migration to the GitHub Actions. After this PR is merged, we'll have the old CI workflows unchanged, and GitHub Actions that will run in parallel, with gradually increasing responsibilities scope. At this stage, the GitHub Actions workflow includes:
mage check,mage testwithcoverage,Additionally:
build/env.shfile generation dropped until there will be a need for a custom env setup,productionenvironment created with vars/secrets from the current CI.The proposed update triggers workflow run on the
pull_requestevents - this will be tuned later on.Part 2 of the migration process will extend the workflow jobs to the package build operations.
The previously existing workflow named
Releasedwas renamed toMobile-releaseto better reflect its purpose. It did not pass the execution before, and won't be fixed or touched in the course of these updates.