Skip to content

Commit

Permalink
Remove unused release_management_in_ci.rb lanes (#23589)
Browse files Browse the repository at this point in the history
* Remove unused `release_management_in_ci.rb` lanes

We no longer need repo-level automation to trigger release lanes. We
have a dedicated internal app to do so. Keeping the lanes here would be
more of a liability in terms of code that never gets used and is bound
to become out-of-date.

In the rare occasion where one might need to trigger those builds
manually, it can be done via the Buildkite GUI or API directly.

To verify they are unused I run `git grep -e 'trigger_.*_in_ci'`, which
returned only the lane declarations. Of course, this does not guarantee
there are no references outside of the repo, but based on my
understanding of our Automation I think it's safe to assume there are
none. (But just to be sure, I grepped our backend codebase for `_in_ci`,
and got no results.)

See also conversation at
Automattic/simplenote-ios#1655 (comment)

* Remove import of removed file -.-'
  • Loading branch information
mokagio authored Sep 19, 2024
1 parent a03a068 commit 1251efb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ import 'lanes/codesign.rb'
import 'lanes/localization.rb'
import 'lanes/release.rb'
import 'lanes/screenshots.rb'
import 'lanes/release_management_in_ci.rb'

########################################################################

Expand Down
113 changes: 0 additions & 113 deletions fastlane/lanes/release_management_in_ci.rb

This file was deleted.

0 comments on commit 1251efb

Please sign in to comment.