Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ability to specify sub-product with ':' #23883

Merged
merged 1 commit into from Jun 1, 2020
Merged

Conversation

stephenmcgruer
Copy link
Contributor

This was only used in sauce, where you could set the product to
something like sauce:firefox:63. There were multiple problems with it:

  • it wasn't documented,
  • it overlaps with the --sauce-browser and --sauce-version flags, and
  • it actually would crash wpt if you didn't set a sub-product, even
    thought it was meant to be optional!

The first user of sauce in a long time ran into this problem
immediately, so let's just remove it and make people use --sauce-browser
and --sauce-version.

Fixes #23875

This was only used in sauce, where you could set the product to
something like sauce:firefox:63. There were multiple problems with it:

 - it wasn't documented,
 - it overlaps with the --sauce-browser and --sauce-version flags, and
 - it actually would crash wpt if you didn't set a sub-product, even
   thought it was meant to be optional!

The first user of sauce in a long time ran into this problem
immediately, so let's just remove it and make people use --sauce-browser
and --sauce-version.

Fixes #23875
@jgraham jgraham merged commit f5dbcc5 into master Jun 1, 2020
@jgraham jgraham deleted the smcgruer/sauce1 branch June 1, 2020 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SauceLabs runner: undocumented & redundant product name requirements
3 participants