This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
[web] update chrome version #20470
Merged
Merged
[web] update chrome version #20470
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8bcd883
update chrome version, should be merged after recipe changes
1059759
changing directory to use chrome driver in LUCI
cd65417
changing directory path's order
6b97c57
add cipd packages's chrome version for mac
34b89ae
addressing reviewer comments
5967fd7
more documentation. update readme
51ac8b6
remove late since it didn't build. remove distinction in paths for lo…
9fda1cf
addressing reviewer comments. (non-null fields needs rechanging)
b84ab51
addressing reviewer comments. adding 2.6 on files missing the notation
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,21 @@ | ||
| ## Driver version in use. | ||
| ## For an integration test to run, the browser's major version and the driver's | ||
| ## major version should be equal. Please make sure the major version of | ||
| ## the binary for `chrome` is the same with `required_driver_version`. | ||
| ## (Major version meaning: For a browser that has version 13.0.5, the major | ||
| ## version is 13.) | ||
| ## Please refer to README's `Upgrade Browser Version` section for more details | ||
| ## on how to update the version number. | ||
| required_driver_version: | ||
| ## Make sure the major version of the binary in `browser_lock.yaml` is the | ||
| ## same for Chrome. | ||
| chrome: '84' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For consistency with
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As discussed offline, reviewer will address the changes in a separate PR. |
||
| chrome: | ||
| # It seems Chrome can't always release from the same build for all operating | ||
| # systems, so we specify per-OS build number. | ||
| # Note: 741412 binary is for Chrome Version 82. Driver for Chrome version 83 | ||
| # is not working with chrome.binary option. | ||
| Linux: 741412 | ||
| Mac: 735194 | ||
| Win: 768975 | ||
| Linux: 768968 # Major version 84 | ||
| Mac: 768985 # Major version 84 | ||
| Win: 768975 # Major version 84 | ||
| firefox: | ||
| version: '72.0' | ||
| edge: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This no longer needs to refer to
browser_lock.yamlas everything is in the same file. Instead it should point to the relevant keys in this file that need to be in sync with this value.