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

[CI] Mirror api.github.com using scheduled job (part of #11672) #11711

Merged
merged 4 commits into from
Feb 27, 2023

Conversation

bonigarcia
Copy link
Member

Description

This PR includes a new job in CI for mirroring and filtering the responses of api.github.com for discovering the Selenium releases programmatically. The mirror is required to avoid the error HTTP 403 get requesting the GH API. This error is well known from WebDriverManager (see job).

Motivation and Context

This PR is the first step for implementing #11672. The second step is to implement the Rust code to read the resulting mirror.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

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

Thanks @bonigarcia! Left a couple of comments.

.github/workflows/mirror.yml Outdated Show resolved Hide resolved
.github/workflows/mirror.yml Outdated Show resolved Hide resolved
.github/workflows/mirror.yml Outdated Show resolved Hide resolved
@bonigarcia bonigarcia merged commit 57a4060 into trunk Feb 27, 2023
@bonigarcia bonigarcia deleted the se_mgr_ci_mirror branch February 27, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants