Make sure the "probe-scraper push model" works with multiple projects in the same repo
Categories
(Data Platform and Tools Graveyard :: Glean Platform, enhancement)
Tracking
(Not tracked)
People
(Reporter: Dexter, Unassigned)
Details
With the project in bug 1778196, we're starting to deploy multiple glean apps from within the same repository. We should make sure the probe-scrape action behaves as expected in these cases.
:relud, will the action automatically pick up the right app id?
I tried to understand this myself but i could not find the source code from the cloud function referenced here. Should we add a comment in the code to mention where the source lives?
Comment 1•3 years ago
|
||
we already deploy multiple glean apps from the same repository (for instance https://github.com/mozilla-mobile/android-components), and match git branches to determine whether to deploy each app for a given git url.
| Reporter | ||
Comment 2•3 years ago
|
||
Thanks for clarifying :relud. I'd love to understand this a bit more.
Rally has multiple projects in their monorepo, e.g. the attention stream, their web platfor. They both need to be deployed and be independent of each other. Would we need to change the workflow?
Comment 3•3 years ago
|
||
no changes are needed, they are both handled correctly in push mode from the single workflow.
| Reporter | ||
Comment 4•3 years ago
|
||
(In reply to Daniel Thorn [:relud] from comment #3)
no changes are needed, they are both handled correctly in push mode from the single workflow.
Thanks
Updated•11 months ago
|
Description
•