Closed iangmaia closed 1 week ago
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21437-accc6e3 | |
Commit | accc6e306151dc8d77a2abad4d082486ecd85d3c | |
Direct Download | jetpack-prototype-build-pr21437-accc6e3.apk |
App Name | WordPress | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21437-accc6e3 | |
Commit | accc6e306151dc8d77a2abad4d082486ecd85d3c | |
Direct Download | wordpress-prototype-build-pr21437-accc6e3.apk |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Looking good.
I noticed there are two pipelines one for betas and one for releases. The difference seems to be minimal, so I wonder if it'd be worth logging a task to consolidate them [...] The main difference is in which Fastlane lane they call, but I think that can be tidied up with a lane consolidation, too.
I've also noticed the same! Also the priority
is another difference (not big enough to have different pipeline files, if you ask me).
All other projects follow the approach of a single pipeline, so I agree this is an improvement here that can be done on another PR.
Description
iOS counterpart: https://github.com/wordpress-mobile/WordPress-iOS/pull/23782 Related: pdccJN-xR-p2
This PR uses the
release-toolkit
actionbuildkite_pipeline_upload
implemented on https://github.com/wordpress-mobile/release-toolkit/pull/597.Our release pipelines (such as
complete-code-freeze
,finalize-release
, etc) usually require to start a separate pipeline to make a release build. The changes in this PR will result in add the steps of a release pipeline to the currently running build, without starting a new build altogether.Testing information
Testing information
I've added (and later reverted) a test commit 95c00cf720d596d59559e56335d5b42ca311e1b0 to test the
complete_code_freeze
lane.This is a test build created using the Buildkite Web UI directly with
PIPELINE=complete-code-freeze.yml
:This PR can be tested in a similar way to the test above: creating a branch off this one, slightly modifying a release lane to prevent side effects and running the build directly on Buildkite.