mozilla / code-review

Automated static analysis & linting bot for Mozilla repositories
Mozilla Public License 2.0
56 stars 42 forks source link

Enable local Mercurial clones to build issue hashes #2194

Open marco-c opened 5 months ago

marco-c commented 5 months ago

Depends on #2193 or, ideally, https://mozilla-hub.atlassian.net/browse/OPST-766.

La0 commented 3 months ago

This is running in production since last week

marco-c commented 3 months ago

We can call this complete.

marco-c commented 3 weeks ago

Actually, we enabled this on testing (https://github.com/mozilla-releng/fxci-config/blob/0bce30b3715365a731e9815e2ceb6acf8553e8fa/hooks/project-relman/code-review-testing.yml#L22-L27) but not on production (https://github.com/mozilla-releng/fxci-config/blob/0bce30b3715365a731e9815e2ceb6acf8553e8fa/hooks/project-relman/code-review-production.yml#L21-L24).

@La0 could you take care of enabling it on prod too?

La0 commented 2 weeks ago

Sure I can do that

La0 commented 2 weeks ago

I made the fxci-config patch : https://github.com/mozilla-releng/fxci-config/pull/159