Johan Lorenzo

Results 19 comments of Johan Lorenzo

Hey Grisha! There are several ways to deal with retries: * either, within the script, you retry each command that accesses external resources. Releng has solved this in Python. For...

> So far we only processed published action TIL! I hadn't realized there are other types of event we could handle. > Indeed, it only seends the released action and...

> I think you have the prerelease values mixed up Oops, you're right! > Maybe this is a good reason to push to shipit faster. [...] Though supporting prereleases would...

@Delphine, I just had a chat with @escapewindow. Just to be more explicit: can someone on the l10n team update [l10n-release.toml](https://github.com/mozilla-mobile/fenix/blob/af1fbd5eeb4a60677724423e1fed55044c608a15/l10n-release.toml)? On Releng's end we don't know what locales should...

@Delphine, @pascalchevrel and I just sat down and looked into this issue. There are actually 2 bugs here. ## 1. `l10n-release.toml` has never been updated automatically Since https://github.com/mozilla-mobile/fenix/pull/12786, `l10n.toml` was...

Hey there! I'm sorry to jump in this PR. I'm just rebasing it because https://github.com/mozilla-mobile/fenix/pull/26073 reached `main`. It renamed the expected check from `pr-complete` to `complete-pr`. This impacts mergify and...

Hey there! I'm sorry to jump in this PR. I'm just rebasing it because https://github.com/mozilla-mobile/fenix/pull/26073 reached `main`. It renamed the expected check from `pr-complete` to `complete-pr`. This impacts mergify and...

Hey there! I'm sorry to jump in this PR. I'm just rebasing it because https://github.com/mozilla-mobile/fenix/pull/26073 reached `main`. It renamed the expected check from `pr-complete` to `complete-pr`. This impacts mergify and...

Hello there! 👋 I'm Johan from the Mozilla Release Engineering team. > We cannot use `https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US` because we need to know the version of the binary to avoid downloading it...

Thanks @OrKoN! I think I better understand the flow between puppeteer and the GoogleChromeLabs endpoint. I think Mozilla currently exposes a way to solve this issue too. `puppeteer` can keep...