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

[chore] bump chromedriver to 123 #181002

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

dmlemeshko
Copy link
Member

Summary

Updating chromedriver to support running tests on Chrome v124

@dmlemeshko
Copy link
Member Author

/ci

@dmlemeshko dmlemeshko marked this pull request as ready for review April 17, 2024 08:03
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting labels Apr 17, 2024
Copy link
Member

@pheyos pheyos left a comment

Choose a reason for hiding this comment

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

LGTM

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@dmlemeshko dmlemeshko merged commit 5942fb9 into elastic:main Apr 17, 2024
47 checks passed
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Apr 17, 2024
## Summary

Updating chromedriver to support running tests on Chrome v124

(cherry picked from commit 5942fb9)
@dmlemeshko
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.13
7.17

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Apr 17, 2024
## Summary

Updating chromedriver to support running tests on Chrome v124

(cherry picked from commit 5942fb9)
dmlemeshko added a commit that referenced this pull request Apr 17, 2024
# Backport

This will backport the following commits from `main` to `8.13`:
- [[chore] bump chromedriver to 123
(#181002)](#181002)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-04-17T09:28:37Z","message":"[chore]
bump chromedriver to 123 (#181002)\n\n## Summary\r\n\r\nUpdating
chromedriver to support running tests on Chrome
v124","sha":"5942fb9fefcc9efd6e9cf2ba902d17cb47ef04de","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","FTR","v8.14.0","v7.17.21","v8.13.3"],"number":181002,"url":"https://github.com/elastic/kibana/pull/181002","mergeCommit":{"message":"[chore]
bump chromedriver to 123 (#181002)\n\n## Summary\r\n\r\nUpdating
chromedriver to support running tests on Chrome
v124","sha":"5942fb9fefcc9efd6e9cf2ba902d17cb47ef04de"}},"sourceBranch":"main","suggestedTargetBranches":["7.17","8.13"],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","labelRegex":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181002","number":181002,"mergeCommit":{"message":"[chore]
bump chromedriver to 123 (#181002)\n\n## Summary\r\n\r\nUpdating
chromedriver to support running tests on Chrome
v124","sha":"5942fb9fefcc9efd6e9cf2ba902d17cb47ef04de"}},{"branch":"7.17","label":"v7.17.21","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
dmlemeshko added a commit that referenced this pull request Apr 17, 2024
# Backport

This will backport the following commits from `main` to `7.17`:
- [[chore] bump chromedriver to 123
(#181002)](#181002)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-04-17T09:28:37Z","message":"[chore]
bump chromedriver to 123 (#181002)\n\n## Summary\r\n\r\nUpdating
chromedriver to support running tests on Chrome
v124","sha":"5942fb9fefcc9efd6e9cf2ba902d17cb47ef04de","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","FTR","v8.14.0","v7.17.21","v8.13.3"],"number":181002,"url":"https://github.com/elastic/kibana/pull/181002","mergeCommit":{"message":"[chore]
bump chromedriver to 123 (#181002)\n\n## Summary\r\n\r\nUpdating
chromedriver to support running tests on Chrome
v124","sha":"5942fb9fefcc9efd6e9cf2ba902d17cb47ef04de"}},"sourceBranch":"main","suggestedTargetBranches":["7.17","8.13"],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","labelRegex":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181002","number":181002,"mergeCommit":{"message":"[chore]
bump chromedriver to 123 (#181002)\n\n## Summary\r\n\r\nUpdating
chromedriver to support running tests on Chrome
v124","sha":"5942fb9fefcc9efd6e9cf2ba902d17cb47ef04de"}},{"branch":"7.17","label":"v7.17.21","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
walterra added a commit that referenced this pull request May 16, 2024
## Summary

Follow up to #181002.

Updating chromedriver to support running tests on Chrome v125
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request May 16, 2024
## Summary

Follow up to elastic#181002.

Updating chromedriver to support running tests on Chrome v125

(cherry picked from commit c010d98)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request May 16, 2024
## Summary

Follow up to elastic#181002.

Updating chromedriver to support running tests on Chrome v125

(cherry picked from commit c010d98)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request May 16, 2024
## Summary

Follow up to elastic#181002.

Updating chromedriver to support running tests on Chrome v125

(cherry picked from commit c010d98)
mistic pushed a commit that referenced this pull request May 16, 2024
# Backport

This will backport the following commits from `main` to `8.13`:
- [[chore] bump chromedriver to 124
(#183595)](#183595)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-16T10:49:51Z","message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","FTR","v8.14.0","v8.15.0","v7.17.22","v8.13.5"],"title":"[chore]
bump chromedriver to
124","number":183595,"url":"https://github.com/elastic/kibana/pull/183595","mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183595","number":183595,"mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},{"branch":"7.17","label":"v7.17.22","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Walter Rafelsberger <[email protected]>
kibanamachine added a commit that referenced this pull request May 16, 2024
# Backport

This will backport the following commits from `main` to `8.14`:
- [[chore] bump chromedriver to 124
(#183595)](#183595)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-16T10:49:51Z","message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","FTR","v8.14.0","v8.15.0","v7.17.22","v8.13.5"],"title":"[chore]
bump chromedriver to
124","number":183595,"url":"https://github.com/elastic/kibana/pull/183595","mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183595","number":183595,"mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},{"branch":"7.17","label":"v7.17.22","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Walter Rafelsberger <[email protected]>
kibanamachine added a commit that referenced this pull request May 16, 2024
# Backport

This will backport the following commits from `main` to `7.17`:
- [[chore] bump chromedriver to 124
(#183595)](#183595)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-16T10:49:51Z","message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","FTR","v8.14.0","v8.15.0","v7.17.22","v8.13.5"],"title":"[chore]
bump chromedriver to
124","number":183595,"url":"https://github.com/elastic/kibana/pull/183595","mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183595","number":183595,"mergeCommit":{"message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},{"branch":"7.17","label":"v7.17.22","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Walter Rafelsberger <[email protected]>
adelisle pushed a commit to Makila-AI/kibana that referenced this pull request Aug 5, 2024
)

# Backport

This will backport the following commits from `main` to `7.17`:
- [[chore] bump chromedriver to 124
(elastic#183595)](elastic#183595)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-05-16T10:49:51Z","message":"[chore]
bump chromedriver to 124 (elastic#183595)\n\n## Summary\r\n\r\nFollow up to
elastic#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","FTR","v8.14.0","v8.15.0","v7.17.22","v8.13.5"],"title":"[chore]
bump chromedriver to
124","number":183595,"url":"https://github.com/elastic/kibana/pull/183595","mergeCommit":{"message":"[chore]
bump chromedriver to 124 (elastic#183595)\n\n## Summary\r\n\r\nFollow up to
elastic#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183595","number":183595,"mergeCommit":{"message":"[chore]
bump chromedriver to 124 (elastic#183595)\n\n## Summary\r\n\r\nFollow up to
elastic#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},{"branch":"7.17","label":"v7.17.22","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Walter Rafelsberger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting FTR release_note:skip Skip the PR/issue when compiling release notes v7.17.21 v8.13.3 v8.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants