application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Find alternate way to upload Android symbols

Open ahal opened this issue 1 year ago • 0 comments

Since we are no longer using Github Releases to release app-services, we're removing all of the automation that previously got triggered there. Though one thing I noticed is that the module-build tasks invoke automation/upload_android_symbols.sh if tasks_for == github-release. As of now, this condition will no longer ever be true, so we'll never run that script.

Also since the module-build tasks are no long part of the release graph (by design), we won't be able to tell at task creation time whether the build will be one that is released or not. So likely we'll need to create a new task that handles this and is run as part of the ship graph.

┆Issue is synchronized with this Jira Task

ahal avatar Aug 01 '23 18:08 ahal