Skip to content

GH-50819: [Release] Increase YUM verification timeout - #50835

Merged
kou merged 1 commit into
apache:mainfrom
erichanwang:fix/yum-timeout-50819
Aug 13, 2026
Merged

GH-50819: [Release] Increase YUM verification timeout#50835
kou merged 1 commit into
apache:mainfrom
erichanwang:fix/yum-timeout-50819

Conversation

@erichanwang

@erichanwang erichanwang commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Rationale for this change

The arm64 YUM release-verification job can exceed its 30-minute limit when the EPEL mirror is slow. Issue #50819 reports repeated timeouts during the 25.0.1 verification, including a package download taking about 15 minutes at roughly 23 kB/s. Increasing the shared matrix job timeout gives the verification enough time to complete under this documented slow-mirror condition.

What changes are included in this PR?

  • Increase yum in .github/workflows/verify_rc.yml from timeout-minutes: 30 to timeout-minutes: 60.
  • The job is a shared matrix for ubuntu-latest and ubuntu-24.04-arm, so the timeout change applies to both architectures while keeping the workflow structure unchanged.

Are these changes tested?

The workflow remains valid YAML, and git diff --check passes. This is a CI configuration-only change; no runtime test is applicable.

Are there any user-facing changes?

No direct user-facing API changes. Release verification is less likely to fail due to transient slow package mirrors.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

⚠️ GitHub issue #50819 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions Bot added the awaiting review Awaiting review label Aug 9, 2026
@github-actions

Copy link
Copy Markdown

⚠️ GitHub issue #50819 has been automatically assigned in GitHub to PR creator.

@kou kou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

@kou
kou merged commit 72c7ecf into apache:main Aug 13, 2026
32 of 43 checks passed
@kou kou removed the awaiting review Awaiting review label Aug 13, 2026
@conbench-apache-arrow

Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 72c7ecf.

There was 1 benchmark result with an error:

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 19 possible false positives for unstable benchmarks that are known to sometimes produce them.

@conbench-apache-arrow

Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 72c7ecf.

There was 1 benchmark result with an error:

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 19 possible false positives for unstable benchmarks that are known to sometimes produce them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants