Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4.3k
GH-46693: [CI] Update GitHub hosted runner from deprecated windows-2019 to windows-2022#46694
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
448d93798b8e12d82c0e06cce4e6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -632,6 +632,7 @@ tasks: | ||
| env: | ||
| PYARROW_TEST_GDB: "OFF" | ||
| script: "verify-release-candidate.bat" | ||
| timeout: 120 | ||
MemberAuthor 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. I can revert this timeout to use the default, I just wanted to validate the verify-rc-win job was successful. The timeout is a known issue, see: | ||
| ############################## Docker tests ################################## | ||
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.
We don't seem to be adding the Windows version on the other jobs, I thought it wasn't necessary as we test with a single version.