Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Exclude shots from Watchdog based on Firefox version/channel #4841

Merged
merged 1 commit into from
Sep 13, 2018

Conversation

chenba
Copy link
Collaborator

@chenba chenba commented Sep 5, 2018

Fix #4770

const firefoxMajorReleases = {
63: new Date("2018-10-23"),
64: new Date("2018-12-11"),
65: new Date("2019-01-29"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clouserw with the patch as it is, it'll work until Firefox 66 is released. There's also a flag to control whether we check the channel/version at all.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds great. If we get past Firefox 66 without figuring out what we're doing here let's make sure the failure mode is to not submit images. Thanks!

@jaredhirsch jaredhirsch merged commit c402726 into mozilla-services:master Sep 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants